Home
last modified time | relevance | path

Searched full:middle (Results 1 – 25 of 1131) sorted by relevance

12345678910>>...46

/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-sysv.exp7 pre-middle-suffix = "pre-middle-suffix"
11 pre-middle-suffix =NS "pre-middle-suffixNS"
15 pre-middle-suffix =% "pre-middle-suffix%"
19 pre-middle-suffix =%NS "pre-middle-suffix%NS"
23 pre-middle-suffix =NPre% "pre-middle-suffixNPre%"
27 pre-middle-suffix =NPre%NS "pre-middle-suffixNPre%NS"
31 pre-middle-suffix ffix= "pre-middle-su"
35 pre-middle-suffix ffix=NS "pre-middle-suNS"
39 pre-middle-suffix ffix=% "pre-middle-su%"
43 pre-middle-suffix ffix=%NS "pre-middle-su%NS"
[all …]
/freebsd/contrib/libdivsufsort/lib/
H A Dsssort.c264 saidx_t *middle; in ss_pivot() local
268 middle = first + t / 2; in ss_pivot()
272 return ss_median3(Td, PA, first, middle, last - 1); in ss_pivot()
275 return ss_median5(Td, PA, first, first + t, middle, last - 1 - t, last - 1); in ss_pivot()
280 middle = ss_median3(Td, PA, middle - t, middle, middle + t); in ss_pivot()
282 return ss_median3(Td, PA, first, middle, last); in ss_pivot()
461 ss_rotate(saidx_t *first, saidx_t *middle, saidx_t *last) { in ss_rotate() argument
464 l = middle - first, r = last - middle; in ss_rotate()
466 if(l == r) { ss_blockswap(first, middle, l); break; } in ss_rotate()
468 a = last - 1, b = middle - 1; in ss_rotate()
[all …]
/freebsd/usr.bin/gprof/
H A Dlookup.c44 register long middle; in nllookup() local
55 middle = ( high + low ) >> 1; in nllookup()
56 if ( nl[ middle ].value <= address && nl[ middle+1 ].value > address ) { in nllookup()
63 if (nl[middle].name[0] == '$' && in nllookup()
64 nl[middle-1].value == nl[middle].value) in nllookup()
65 middle--; in nllookup()
68 return &nl[ middle ]; in nllookup()
70 if ( nl[ middle ].value > address ) { in nllookup()
71 high = middle; in nllookup()
73 low = middle + 1; in nllookup()
/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_newer_than.c25 assertMakeFile("middle.txt", 0644, "middle.txt"); in DEFINE_TEST()
26 assertEqualInt(0, stat("middle.txt", &st)); in DEFINE_TEST()
34 "--newer-than middle.txt *.txt a", testprog)); in DEFINE_TEST()
45 assertFileNotExists("middle.txt"); in DEFINE_TEST()
52 assertEqualInt(0, systemf("%s xf ../test2.tar --newer-than ../test1in/middle.txt", testprog)); in DEFINE_TEST()
55 assertFileNotExists("middle.txt"); in DEFINE_TEST()
H A Dtest_option_older_than.c27 assertMakeFile("middle.txt", 0644, "middle.txt"); in DEFINE_TEST()
28 assertEqualInt(0, stat("middle.txt", &st)); in DEFINE_TEST()
36 "--older-than middle.txt *.txt a", in DEFINE_TEST()
49 assertFileNotExists("middle.txt"); in DEFINE_TEST()
58 systemf("%s xf ../test2.tar --older-than ../test1in/middle.txt", in DEFINE_TEST()
62 assertFileNotExists("middle.txt"); in DEFINE_TEST()
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c354 int *middle; in ss_pivot() local
358 middle = first + t / 2; in ss_pivot()
362 return ss_median3(Td, PA, first, middle, last - 1); in ss_pivot()
365 return ss_median5(Td, PA, first, first + t, middle, last - 1 - t, last - 1); in ss_pivot()
370 middle = ss_median3(Td, PA, middle - t, middle, middle + t); in ss_pivot()
372 return ss_median3(Td, PA, first, middle, last); in ss_pivot()
551 ss_rotate(int *first, int *middle, int *last) { in ss_rotate() argument
554 l = middle - first, r = last - middle; in ss_rotate()
556 if(l == r) { ss_blockswap(first, middle, l); break; } in ss_rotate()
558 a = last - 1, b = middle - 1; in ss_rotate()
[all …]
/freebsd/contrib/llvm-project/lld/docs/
H A Dpartitions.svg14 <text text-anchor="middle" x="47.5" y="-158.3" font-family="Times,serif" font-size="14.00">Main par…
19 <text text-anchor="middle" x="75.5" y="-86.3" font-family="Times,serif" font-size="14.00">main</tex…
28 <text text-anchor="middle" x="176.5" y="-158.3" font-family="Times,serif" font-size="14.00">Loadabl…
33 <text text-anchor="middle" x="176.5" y="-86.3" font-family="Times,serif" font-size="14.00">f1</text>
42 <text text-anchor="middle" x="321.5" y="-158.3" font-family="Times,serif" font-size="14.00">Loadabl…
47 <text text-anchor="middle" x="284.5" y="-86.3" font-family="Times,serif" font-size="14.00">f2</text>
57 <text text-anchor="middle" x="104.5" y="-14.3" font-family="Times,serif" font-size="14.00">f3</text>
72 <text text-anchor="middle" x="176.5" y="-14.3" font-family="Times,serif" font-size="14.00">f4</text>
82 <text text-anchor="middle" x="248.5" y="-14.3" font-family="Times,serif" font-size="14.00">f5</text>
102 <text text-anchor="middle" x="320.5" y="-14.3" font-family="Times,serif" font-size="14.00">f6</text>
/freebsd/sys/sys/
H A Dmouse.h63 #define MOUSE_BUTTON2DOWN 0x0002 /* middle */
240 #define MOUSE_MSS_BUTTON2DOWN 0x00 /* no middle button */
244 #define MOUSE_LMAN_BUTTON2DOWN 0x20 /* middle button, the 4th byte */
247 #define MOUSE_ALPS_BUTTON2DOWN 0x20 /* middle button, the 4th byte */
256 #define MOUSE_INTELLI_BUTTON2DOWN 0x10 /* middle button in the 4th byte */
264 #define MOUSE_MSC_BUTTON2UP 0x02 /* middle */
274 #define MOUSE_MM_BUTTON2DOWN 0x02 /* middle */
285 #define MOUSE_PS2_BUTTON2DOWN 0x04 /* middle */
327 #define MOUSE_VERSA_BUTTON2DOWN 0x00 /* middle */
338 #define MOUSE_PS2VERSA_BUTTON2DOWN 0x00 /* middle */
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h93 // MP: A middle point.
94 // IL: All intervals whose left value are completely to the left of the middle
97 // middle point. They are sorted in descending order by their ending point.
126 // MP: Middle point.
268 PointType MiddlePoint; // MP - Middle point.
275 PointType middle() const { return MiddlePoint; } in middle() function
298 // contains the middle point for the node.
299 IntervalReferences IntervalsLeft; // Intervals to the left of middle point.
300 IntervalReferences IntervalsRight; // Intervals to the right of middle point.
339 OS << format(Format, Node->middle()) << Text << " ";
[all …]
/freebsd/tests/sys/cddl/zfs/tests/inheritance/
H A Dstate016.cfg29 # when the middle level properties are set locally, and the bottom
30 # level has inherited its value from the middle level, results in no change
31 # to the top level properties and the middle and bottom properties changing
34 # Executing 'zfs inherit -r' at the bottom and middle levels after executing
H A Dstate015.cfg29 # when the middle level properties are set locally, and the bottom
30 # level has inherited its value from the middle level, results in no change
33 # Executing 'zfs inherit' at the middle level results in the middle level
H A Dstate017.cfg29 # when the top level and middle level datasets properties are set locally,
30 # and the bottom level has inherited its properties from the middle
34 # Executing 'zfs inherit' at the middle level results in the middle level
H A Dstate018.cfg29 # when the top level and middle level datasets properties are set locally,
30 # and the bottom level has inherited its properties from the middle
35 # Executing 'zfs inherit -r' at the middle and bottom levels after executing
H A Dstate019.cfg29 # when the top level properties are set locally and the middle and bottom
31 # properties reverting back to their default values, the middle and bottom
34 # Executing 'zfs inherit' at the middle and bottom levels is somewhat
H A Dstate021.cfg30 # middle dataset has inherited from the top level, results in the top level
31 # properties reverting back to their default values, and the middle level
35 # the middle level values.
H A Dstate022.cfg30 # middle dataset has inherited from the top level, results in the top level
31 # properties reverting back to their default values, the middle and bottom
34 # Executing 'zfs inherit -r' at the middle and bottom levels is somewhat
H A Dstate020.cfg29 # when the top level properties are set locally and the middle and bottom
31 # properties reverting back to their default values, the middle and bottom
34 # Executing 'zfs inherit -r' at the middle and bottom levels is somewhat
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
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 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 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 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
/freebsd/contrib/ntp/html/scripts/
H A Dfooter.txt3 <td width='33%' align='center'><img src='icons/home.gif' align='middle'>\
5 <td width='33%' align='center'><img src='icons/sitemap.png' align='middle'>\
7 <td width='33%' align='center'><img src='icons/mail2.gif' align='middle'>\
/freebsd/tools/test/netfibs/
H A Dforwarding.sh34 # left ------------------------- middle ------------------------- right
45 # IFACEFAR is only relevant on the middle (forwarding) node and will be the
59 # This is the initiator and connected middle node.
62 # This is the far end middle node and receiver side.
84 middle) ;;
86 *) echo "ERROR: invalid node name '${node}'. Must be left, middle or" \
158 middle) ifconfig ${IFACE} inet6 ${MIDDLELEFTADDR}/64 -alias \
196 middle) ifconfig ${IFACE} inet6 ${MIDDLELEFTADDR}/64 -alias
243 middle) _reachability_check ${LEFTADDR}
355 # numbers from the middle node to match for test cases.
[all …]
/freebsd/contrib/ntp/html/drivers/scripts/
H A Dfooter.txt3 <td width='33%' align='center'><img src='../icons/home.gif' align='middle'>\
5 <td width='33%' ><img src='../icons/sitemap.png' align='middle'>\
7 <td width='33%' ><img src='../icons/mail2.gif' align='middle'>\
/freebsd/sys/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>;

12345678910>>...46