Home
last modified time | relevance | path

Searched refs:middle (Results 1 – 25 of 47) sorted by relevance

12

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_queue.c20 ngx_queue_t *middle, *next; in ngx_queue_middle() local
22 middle = ngx_queue_head(queue); in ngx_queue_middle()
24 if (middle == ngx_queue_last(queue)) { in ngx_queue_middle()
25 return middle; in ngx_queue_middle()
31 middle = ngx_queue_next(middle); in ngx_queue_middle()
36 return middle; in ngx_queue_middle()
42 return middle; in ngx_queue_middle()
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c354 int *middle; in ss_pivot() local
370 middle = ss_median3(Td, PA, middle - t, middle, middle + t); in ss_pivot()
554 l = middle - first, r = last - middle; in ss_rotate()
620 middle = a; in ss_inplacemerge()
695 ss_blockswap(buf, middle, last - middle); in ss_mergebackward()
700 if(*(middle - 1) < 0) { p2 = PA + ~*(middle - 1); x |= 2; } in ss_mergebackward()
767 if((first < middle) && (middle < last)) { in ss_swapmerge()
795 lm = middle - m, rm = middle + m; in ss_swapmerge()
819 *middle = ~*middle; in ss_swapmerge()
1016 int *middle; in tr_pivot() local
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A Dstate015.cfg34 # when the middle level properties are set locally, and the bottom
35 # level has inherited its value from the middle level, results in no change
38 # Executing 'zfs inherit' at the middle level results in the middle level
H A Dstate016.cfg34 # when the middle level properties are set locally, and the bottom
35 # level has inherited its value from the middle level, results in no change
36 # to the top level properties and the middle and bottom properties changing
39 # Executing 'zfs inherit -r' at the bottom and middle levels after executing
H A Dstate017.cfg34 # when the top level and middle level datasets properties are set locally,
35 # and the bottom level has inherited its properties from the middle
39 # Executing 'zfs inherit' at the middle level results in the middle level
H A Dstate021.cfg35 # middle dataset has inherited from the top level, results in the top level
36 # properties reverting back to their default values, and the middle level
40 # the middle level values.
H A Dstate019.cfg34 # when the top level properties are set locally and the middle and bottom
36 # properties reverting back to their default values, the middle and bottom
39 # Executing 'zfs inherit' at the middle and bottom levels is somewhat
H A Dstate020.cfg34 # when the top level properties are set locally and the middle and bottom
36 # properties reverting back to their default values, the middle and bottom
39 # Executing 'zfs inherit -r' at the middle and bottom levels is somewhat
H A Dstate022.cfg35 # middle dataset has inherited from the top level, results in the top level
36 # properties reverting back to their default values, the middle and bottom
39 # Executing 'zfs inherit -r' at the middle and bottom levels is somewhat
H A Dstate018.cfg34 # when the top level and middle level datasets properties are set locally,
35 # and the bottom level has inherited its properties from the middle
40 # Executing 'zfs inherit -r' at the middle and bottom levels after executing
H A Dstate005.cfg35 # by a middle level dataset, that the bottom level filesystem inherits
36 # the property from the middle level dataset, and not from the top level
H A Dstate013.cfg33 # Verify that executing 'zfs inherit' on each level when the middle
34 # and bottom levels properties are set locally results in the middle and
H A Dstate023.cfg37 # Executing 'zfs inherit' at the middle level results in it inheriting
41 # the middle levels (now default) values
H A Dstate014.cfg34 # when the bottom and middle level properties have been set locally results
38 # Note : executing inherit -r at the middle level and bottom levels after
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Dgpio-mouse.txt16 - button-middle-gpios: GPIO line handle to the middle mouse button
30 button-middle-gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
H A Delan_i2c.txt17 - elan,middle-button: touchpad has a physical middle button
/f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/
H A Dad7879.txt29 - adi,averaging : 0: 2 middle values (1 if median disabled)
30 1: 4 middle values
31 2: 8 middle values
/f-stack/freebsd/netgraph/
H A Dng_macfilter.c380 u_int middle = base + (range >> 1); /* middle */ in macfilter_find_mac() local
381 int d = bcmp(ether, mf_macs[middle].ether, ETHER_ADDR_LEN); in macfilter_find_mac()
383 *ri = middle; in macfilter_find_mac()
386 range -= middle - base + 1; in macfilter_find_mac()
387 base = middle + 1; in macfilter_find_mac()
389 range = middle - base; in macfilter_find_mac()
/f-stack/dpdk/drivers/crypto/snow3g/
H A Dmeson.build10 # version comes with quotes, so we split based on " and take the middle
/f-stack/dpdk/drivers/crypto/zuc/
H A Dmeson.build10 # version comes with quotes, so we split based on " and take the middle
/f-stack/dpdk/drivers/crypto/aesni_gcm/
H A Dmeson.build12 # version comes with quotes, so we split based on " and take the middle
/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Dmeson.build12 # version comes with quotes, so we split based on " and take the middle
/f-stack/dpdk/drivers/crypto/kasumi/
H A Dmeson.build10 # version comes with quotes, so we split based on " and take the middle
/f-stack/tools/libxo/xohtml/
H A Dxohtml.css50 vertical-align: middle;
70 vertical-align: middle;
119 vertical-align: middle;
130 vertical-align: middle;
551 vertical-align: middle;
741 vertical-align: middle;
862 vertical-align: middle;
/f-stack/freebsd/contrib/device-tree/Bindings/display/hisilicon/
H A Ddw-dsi.txt3 A DSI Host Controller resides in the middle of display controller and external

12