/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-select-words.exp | 2 while evaluating variable "LIST" with value "one two three four five six" 5 LIST:[0]="one two three four five six" 6 LIST:[0x0]="one two three four five six" 7 LIST:[000]="one two three four five six" 8 LIST:[*]="one two three four five six" 9 LIST:[@]="one two three four five six" 10 LIST:[0]:C/ /,/="one,two three four five six" 11 LIST:[0]:C/ /,/g="one,two,three,four,five,six" 12 LIST:[0]:C/ /,/1g="one,two,three,four,five,six" 13 LIST:[*]:C/ /,/="one,two three four five six" [all …]
|
H A D | varmod-to-separator.mk | 6 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"
|
H A D | varmod-order.exp | 2 while evaluating variable "WORDS" with value "one two three four five six seven eight nine ten" 4 while evaluating variable "WORDS" with value "one two three four five six seven eight nine ten" 6 while evaluating variable "WORDS" with value "eight five four nine one seven six ten three two"
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | cl_common_defines.h | 36 CLK_SNORM_INT8 = 0x10D0, // four channel RGBA unorm8 37 CLK_SNORM_INT16 = 0x10D1, // four channel RGBA unorm16 38 CLK_UNORM_INT8 = 0x10D2, // four channel RGBA unorm8 39 CLK_UNORM_INT16 = 0x10D3, // four channel RGBA unorm16 40 CLK_HALF_FLOAT = 0x10DD, // four channel RGBA half 41 CLK_FLOAT = 0x10DE, // four channel RGBA float 58 __CLK_UNORM_INT8888, // four channel ARGB unorm8 59 __CLK_UNORM_INT8888R, // four channel BGRA unorm8
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | shaintrin.h | 20 /// Performs four iterations of the inner loop of the SHA-1 message digest 22 /// vector of [4 x i32] in \a V1 and the next four 32-bit elements of the 30 /// intrinsic performs four iterations using a combining function and 44 /// A 128-bit vector of [4 x i32] containing the next four elements of 47 /// An immediate value where bits [1:0] select among four possible 55 /// four message elements in the 128-bit vector of [4 x i32] in \a __Y, and 65 /// A 128-bit vector of [4 x i32] containing the next four elements of the 75 /// Performs an intermediate calculation for deriving the next four SHA-1 95 /// Performs the final calculation for deriving the next four SHA-1 message 147 /// Performs an intermediate calculation for deriving the next four SHA-256 [all …]
|
/freebsd/lib/libc/stdlib/ |
H A D | tsearch.3 | 135 to search for four strings in 176 char four[] = "blah-4"; 181 tsearch(four, &root, comp); 182 tsearch(four, &root, comp); 183 printf("four: %s\en", *(char **)tfind(four, &root, comp)); 184 tdelete(four, &root, comp);
|
/freebsd/crypto/krb5/doc/formats/ |
H A D | cookie.rst | 25 * the four bytes "MIT1" 26 * a four-byte big-endian kvno value 71 * a four-byte big-endian group number 72 * a four-byte big-endian length and data for the SPAKE value 73 * a four-byte big-endian length and data for the transcript hash 75 - a four-byte big-endian second-factor type 76 - a four-byte big-endian length and data
|
/freebsd/crypto/krb5/doc/html/_sources/formats/ |
H A D | cookie.rst.txt | 25 * the four bytes "MIT1" 26 * a four-byte big-endian kvno value 71 * a four-byte big-endian group number 72 * a four-byte big-endian length and data for the SPAKE value 73 * a four-byte big-endian length and data for the transcript hash 75 - a four-byte big-endian second-factor type 76 - a four-byte big-endian length and data
|
/freebsd/share/man/man4/ |
H A D | gbde.4 |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCFixup.h | 25 FK_Data_4, ///< A four-byte fixup. 30 FK_PCRel_4, ///< A four-byte pc relative fixup. 34 FK_GPRel_4, ///< A four-byte gp relative fixup. 36 FK_DTPRel_4, ///< A four-byte dtp relative fixup. 38 FK_TPRel_4, ///< A four-byte tp relative fixup. 42 FK_SecRel_4, ///< A four-byte section relative fixup.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/dedup/ |
H A D | dedup_legacy_fdt_upgrade.ksh | 66 # create a file. this is four full blocks, so will produce four entries in the 74 # should be four entries in the unique table 93 # now four entries in the duplicate table 120 # four entries in the unique table
|
H A D | dedup_legacy_create.ksh | 58 # create a file. this is four full blocks, so will produce four entries in the 66 # should be four entries in the unique table 76 # now four entries in the duplicate table
|
H A D | dedup_legacy_import.ksh | 58 # create a file. this is four full blocks, so will produce four entries in the 66 # should be four entries in the unique table 99 # should be four entries in the unique table
|
H A D | dedup_fdt_create.ksh | 65 # create a file. this is four full blocks, so will produce four entries in the 73 # four entries in the unique table 87 # now four entries in the duplicate table
|
H A D | dedup_fdt_import.ksh | 65 # create a file. this is four full blocks, so will produce four entries in the 73 # four entries in the unique table 110 # four entries in the unique table
|
/freebsd/contrib/tzcode/ |
H A D | asctime.c | 22 ** All years associated with 32-bit time_t values are exactly four digits long; 24 ** Vintage programs are coded for years that are always four digits long 26 ** For years that are less than four digits, we pad the output with 28 ** The -4 ensures that we get four characters of output even if 35 ** For years that are more than four digits we put extra spaces before the year
|
/freebsd/crypto/krb5/doc/html/_sources/plugindev/ |
H A D | gssapi.rst.txt | 50 encryption type as a four-byte little-endian integer. 118 * For **gss_import_sec_context**, a four-byte OID length in big-endian 124 by a four-byte token length in big-endian order, followed by the 131 * For **gss_import_cred**, a four-byte OID length in big-endian order, 132 followed by the concatenated OID, followed by a four-byte token
|
/freebsd/crypto/krb5/doc/plugindev/ |
H A D | gssapi.rst | 50 encryption type as a four-byte little-endian integer. 118 * For **gss_import_sec_context**, a four-byte OID length in big-endian 124 by a four-byte token length in big-endian order, followed by the 131 * For **gss_import_cred**, a four-byte OID length in big-endian order, 132 followed by the concatenated OID, followed by a four-byte token
|
/freebsd/contrib/xz/src/liblzma/check/ |
H A D | crc64_x86.S | 4 * Speed-optimized CRC64 using slicing-by-four algorithm 143 * Check if there is enough input to use slicing-by-four. 144 * We need eight bytes, because the loop pre-reads four bytes. 149 /* Check if we have reached alignment of four bytes. */ 168 * available. Make %edi multiple of four bytes. Store the possible 182 /* Read in the first four aligned bytes. */ 214 * Process the remaining four bytes, which we have already
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
H A D | mmintrin.h | 147 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of 148 the result, and the four 16-bit values from M2 into the upper four 8-bit 197 /* Pack the four 16-bit values from M1 into the lower four 8-bit values of 198 the result, and the four 16-bit values from M2 into the upper four 8-bit 226 /* Interleave the four 8-bit values from the high half of M1 with the four 307 /* Interleave the four 8-bit values from the low half of M1 with the four 776 /* Compare four 16-bit values. The result of the comparison is 0xFFFF if 1051 /* Multiply four 16-bit values in M1 by four 16-bit values in M2 producing 1052 four 32-bit intermediate results, which are then summed by pairs to 1072 /* Multiply four signed 16-bit values in M1 by four signed 16-bit values in [all …]
|
/freebsd/usr.bin/column/tests/ |
H A D | column.sh | 141 four.five:six 153 four five six 175 here there are four 183 here there are four
|
/freebsd/contrib/dialog/samples/ |
H A D | treeview2 | 21 tag4:four:off:1 29 tag14:1four:off:1 37 tag24:2four:off:1
|
/freebsd/contrib/file/doc/ |
H A D | magic.man | 66 A four-byte value in this machine's native byte order. 142 A four-byte value interpreted as a UNIX date. 146 A four-byte value interpreted as a UNIX-style date, but interpreted as 162 A four-byte value in big-endian byte order. 170 A four-byte value in big-endian byte order, 176 A four-byte value in big-endian byte order, 199 A four-byte value in little-endian byte order. 207 A four-byte value in little-endian byte order, 213 A four-byte value in little-endian byte order, 232 A four-byte value in middle-endian (PDP-11) byte order. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | samsung,exynos4210-mct.yaml | 16 four preset counter values. The CPU local timers are 32-bit free running 66 interrupts should be specified after the four global timer interrupts 160 // in addition to four global timer interrupts. 199 // In this example, the IP contains four local timers, but using 219 // In this example, the IP contains four local timers, but using
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | nuvoton,npcm-fiu.txt | 7 FIU3 support four chip select. 9 The NPCM8XX supports four FIU modules, 11 FIU1 and FIU3 supports four chip selects.
|