/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-to-separator.exp | 18 while evaluating variable "WORDS" with value "one two three four five six" 20 while evaluating variable "WORDS" with value "one two three four five six" 22 while evaluating variable "WORDS" with value "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"
|
H A D | varcmd.mk | 39 @${.MAKE} -f ${MAKEFILE} four 53 .ifmake four 58 four: show
|
/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/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/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/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/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 …]
|
H A D | xmmintrin.h | 41 /* Define four value permute mask */ 90 /* Load four SPFP values from P. The address must be 16-byte aligned. */ 97 /* Load four SPFP values from P. The address need not be 16-byte aligned. */ 104 /* Load four SPFP values in reverse order. The address must be aligned. */ 119 /* Create a vector with all four elements equal to F. */ 146 /* Store four SPFP values. The address must be 16-byte aligned. */ 153 /* Store four SPFP values. The address need not be 16-byte aligned. */ 160 /* Store four SPFP values in reverse order. The address must be aligned. */ 174 /* Store the lower SPFP value across four words. */ 326 /* Perform the respective operation on the four SPFP values in A and B. */ [all …]
|
/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.
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | imx.txt | 32 gasket demultiplexes the four virtual channel streams from the host 33 controller's 32-bit output image bus onto four 16-bit parallel busses 48 bus sink endpoint nodes and correspond to the four
|
/freebsd/share/doc/usd/22.trofftut/ |
H A D | tt03 | 45 and the typesetter allow four different fonts at any one time. 123 although you can still use only four at any given time. 160 Special characters have four-character names beginning with 214 four-character name is a single character
|