Home
last modified time | relevance | path

Searched full:five (Results 1 – 25 of 627) sorted by relevance

12345678910>>...26

/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-select-words.exp1 …star-at": while evaluating variable "LIST" with value "one two three four five six": Bad modifier …
3 LIST:[0]="one two three four five six"
4 LIST:[0x0]="one two three four five six"
5 LIST:[000]="one two three four five six"
6 LIST:[*]="one two three four five six"
7 LIST:[@]="one two three four five six"
8 LIST:[0]:C/ /,/="one,two three four five six"
9 LIST:[0]:C/ /,/g="one,two,three,four,five,six"
10 LIST:[0]:C/ /,/1g="one,two,three,four,five,six"
11 LIST:[*]:C/ /,/="one,two three four five six"
[all …]
H A Dvarmod-to-separator.mk6 WORDS= one two three four five six
9 .if ${WORDS:ts } != "one two three four five six"
14 .if ${WORDS:ts,} != "one,two,three,four,five,six"
19 .if ${WORDS:ts/:tu} != "ONE/TWO/THREE/FOUR/FIVE/SIX"
25 .if ${WORDS:ts::tu} != "ONE:TWO:THREE:FOUR:FIVE:SIX"
51 .if ${WORDS:tu:ts/} != "ONE/TWO/THREE/FOUR/FIVE/SIX"
58 .if ${WORDS:ts:} != "one:two:three:four:five:six"
79 .if ${WORDS:ts/:S/two/2/} != "one/2/three/four/five/six"
86 .if ${WORDS:ts/:S/^two/2/} != "one/two/three/four/five/six"
229 # expect+2: while evaluating variable "WORDS" with value "one two three four five six": Bad modifie…
[all …]
H A Dvarmod-order.mk6 WORDS= one two three four five six seven eight nine ten
9 .if ${WORDS:O} != "eight five four nine one seven six ten three two"
16 # expect+1: while evaluating variable "WORDS" with value "one two three four five six seven eight n…
22 # expect+1: while evaluating variable "WORDS" with value "one two three four five six seven eight n…
26 # expect+1: while evaluating variable "WORDS" with value "eight five four nine one seven six ten th…
H A Dvarmod-order.exp1 …line 17: while evaluating variable "WORDS" with value "one two three four five six seven eight nin…
3 …line 23: while evaluating variable "WORDS" with value "one two three four five six seven eight nin…
5 make: "varmod-order.mk" line 27: while evaluating variable "WORDS" with value "eight five four nine…
H A Dvarmod-order-reverse.mk6 WORDS= one two three four five six seven eight nine ten
8 .if ${WORDS:Or} != "two three ten six seven one nine four five eight"
H A Dvarmod-to-separator.exp17 …ine 231: while evaluating variable "WORDS" with value "one two three four five six": Bad modifier …
19 …ine 240: while evaluating variable "WORDS" with value "one two three four five six": Bad modifier …
21 …ine 250: while evaluating variable "WORDS" with value "one two three four five six": Bad modifier …
H A Dvarcmd.exp7 five FU=<v>bar</v> FOO=<v>goo</v> VAR=<v>Internal</v>
8 five v=is x k=is x
H A Dvarmod-order-string.mk7 WORDS= one two three four five six seven eight nine ten
8 .if ${WORDS:O} != "eight five four nine one seven six ten three two"
H A Dvarmod-match.mk36 .if ${One Two Three Four five six seven so s:L:Ms??*} != "six seven"
85 .if ${One Two Three Four five six seven:L:M[A-Z]*} != "One Two Three Four"
90 .if ${One Two Three Four five six seven:L:M[^A-Z]*} != "five six seven"
175 .if ${One Two Three Four five six seven:L:M[^s]*[ex]} != "One Three five"
H A Dvarcmd.mk59 @${.MAKE} -f ${MAKEFILE} five
70 five: show show-v
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/
H A Dr9a07g043-cpg.h111 #define R9A07G043_NCEPLDM_DM_CLK 79 /* RZ/Five Only */
112 #define R9A07G043_NCEPLDM_ACLK 80 /* RZ/Five Only */
113 #define R9A07G043_NCEPLDM_TCK 81 /* RZ/Five Only */
114 #define R9A07G043_NCEPLMT_ACLK 82 /* RZ/Five Only */
115 #define R9A07G043_NCEPLIC_ACLK 83 /* RZ/Five Only */
116 #define R9A07G043_AX45MP_CORE0_CLK 84 /* RZ/Five Only */
117 #define R9A07G043_AX45MP_ACLK 85 /* RZ/Five Only */
118 #define R9A07G043_IAX45_CLK 86 /* RZ/Five Only */
119 #define R9A07G043_IAX45_PCLK 87 /* RZ/Five Only */
192 #define R9A07G043_NCEPLDM_DTM_PWR_RST_N 70 /* RZ/Five Only */
[all …]
/freebsd/share/doc/usd/22.trofftut/
H A Dtt0254 6 point: Pack my box with five dozen liquor jugs.
57 7 point: Pack my box with five dozen liquor jugs.
60 8 point: Pack my box with five dozen liquor jugs.
63 9 point: Pack my box with five dozen liquor jugs.
66 10 point: Pack my box with five dozen liquor
69 11 point: Pack my box with five dozen
72 12 point: Pack my box with five dozen
75 14 point: Pack my box with five
/freebsd/contrib/dialog/samples/
H A Dtreeview222 tag5:five:off:2
30 tag15:1five:off:2
38 tag25:2five:off:2
/freebsd/contrib/expat/tests/
H A Dacc_tests.c149 " <!ENTITY five SYSTEM 'first.ent'>\n" in START_TEST()
151 "<r>&five;</r>", in START_TEST()
154 " <!ENTITY five SYSTEM 'first.ent'>\n" in START_TEST()
156 "<r>&five;</r>", in START_TEST()
185 " <!ENTITY % five \"12345\">\n" in START_TEST()
186 " <!ENTITY % five2def \"&#60;!ENTITY five2 &#34;[&#37;five;][&#37;five;]]]]&#34;&#62;\">\n" in START_TEST()
192 * (strlen("<!ENTITY five2 \"[%five;][%five;]]]]\">") in START_TEST()
193 + 2 /* calls to "%five;" */ * strlen("12345") in START_TEST()
/freebsd/usr.sbin/cron/crontab/
H A Dcrontab.5155 Each user cron line has five time and date fields, followed by a command.
159 ) has five time and date fields, followed by a valid user name
257 Instead of the first five fields,
291 # run vmstat every five minutes
302 # run five minutes after midnight, every day
357 directives that can appear in place of the first five fields
/freebsd/sys/sys/
H A Dcaprights.h39 * The next five bits contain array index. Only one bit is used and bit position
40 * in this five-bits range defines array index. This means there can be at most
41 * five array elements.
/freebsd/share/colldef_unicode/
H A Dar_SA.UTF-8.src22 collating-element <u-zero-eight-F-five> from "<u><zero><eight><F><five>"
24 collating-element <u-zero-eight-E-five> from "<u><zero><eight><E><five>"
26 collating-element <u-zero-six-five-zero> from "<u><zero><six><five><zero>"
29 collating-element <u-zero-six-five-one> from "<u><zero><six><five><one>"
30 collating-element <u-zero-six-five-two> from "<u><zero><six><five><two>"
31 collating-element <u-zero-six-five-three> from "<u><zero><six><five><three>"
34 collating-element <u-zero-six-five-F> from "<u><zero><six><five><F>"
35 collating-element <u-zero-six-five-six> from "<u><zero><six><five><six>"
36 collating-element <u-zero-six-five-seven> from "<u><zero><six><five><seven>"
37 collating-element <u-zero-six-five-eight> from "<u><zero><six><five><eight>"
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.h34 /// For example, FixStr objects encode their size in the five least significant
46 /// For example, FixStr objects encode their size in the five least significant
59 /// For example, FixStr objects encode their size in the five least significant
/freebsd/contrib/openpam/t/
H A Dt_openpam_readlinev.c133 "zero", "one", "two", "three", "four", "five", "six", "seven",
137 "twenty-five", "twenty-six", "twenty-seven", "twenty-eight",
139 "thirty-four", "thirty-five", "thirty-six", "thirty-seven",
141 "fourty-three", "fourty-four", "fourty-five", "fourty-six",
143 "fifty-two", "fifty-three", "fifty-four", "fifty-five", "fifty-six",
/freebsd/lib/libc/locale/
H A Dbig5.531 .Dq "Big Five"
37 .Dq Big Five
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dnvidia,tegra210-mixer.yaml11 generate five outputs (each of which can be any combination of the
45 Mixer has ten inputs and five outputs. Accordingly ACIF (Audio
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c204 const xmmi FIVE = in poly1305_blocks() local
281 S21 = _mm_mul_epu32(R21, FIVE); in poly1305_blocks()
282 S22 = _mm_mul_epu32(R22, FIVE); in poly1305_blocks()
283 S23 = _mm_mul_epu32(R23, FIVE); in poly1305_blocks()
284 S24 = _mm_mul_epu32(R24, FIVE); in poly1305_blocks()
294 S41 = _mm_mul_epu32(R41, FIVE); in poly1305_blocks()
295 S42 = _mm_mul_epu32(R42, FIVE); in poly1305_blocks()
296 S43 = _mm_mul_epu32(R43, FIVE); in poly1305_blocks()
297 S44 = _mm_mul_epu32(R44, FIVE); in poly1305_blocks()
512 T0 = _mm_add_epi64(T0, _mm_mul_epu32(C2, FIVE)); in poly1305_blocks()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.linkpriv.ksh50 DTRACE_PROBE5(test_prov, five, 11, 12, 13, 14, 15);
61 probe five(uintptr_t, uintptr_t, uintptr_t, uintptr_t, uintptr_t);
H A Dtst.linkunpriv.ksh52 DTRACE_PROBE5(test_prov, five, 11, 12, 13, 14, 15);
63 probe five(uintptr_t, uintptr_t, uintptr_t, uintptr_t, uintptr_t);
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dmicrochip,qt1050.txt1 Microchip AT42QT1050 Five-channel Touch Sensor IC
4 one to five keys, dependent on mode. The QT1050 includes all signal processing

12345678910>>...26