| /freebsd/crypto/openssl/crypto/sha/asm/ |
| H A D | sha512-ia64.pl | 34 # operations, X[16] values are *maintained* with copies of lower 96 $SZ=4; 167 { .mmi; $LDW A_=[r8],4*$SZ 168 $LDW B_=[r9],4*$SZ 170 { .mmi; $LDW C_=[r10],4*$SZ 171 $LDW D_=[r11],4*$SZ 186 cmp.eq p12,p0=4,r8 } 193 .rotr R[8],X[16] 194 A=R[0]; B=R[1]; C=R[2]; D=R[3]; E=R[4]; F=R[5]; G=R[6]; H=R[7] 195 { .mmi; ld1 X[15]=[input],$SZ // eliminated in sha512 [all …]
|
| /freebsd/crypto/openssl/crypto/chacha/asm/ |
| H A D | chacha-armv4.pl | 48 open STDOUT,"| \"$^X\" $xlate $flavour $output" 61 my @x=map("r$_",(0..7,"x","x","x","x",12,"x",14,"x")); 71 my ($xd,$xd_) = $odd ? (@t[2],@x[$d1]) : (@x[$d0],@t[2]); 79 # 0 4 8 12 < even round 86 # 3 4 9 14 88 # 'a', 'b' are permanently allocated in registers, @x[0..7], 99 "&add (@x[$a0],@x[$a0],@x[$b0])", 101 "&add (@x[$a1],@x[$a1],@x[$b1])", 103 "&eor ($xd,$xd,@x[$a0],'ror#16')", 104 "&eor ($xd_,$xd_,@x[$a1],'ror#16')", [all …]
|
| H A D | chacha-loongarch64.pl | 16 my ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$r$_",(4..11)); 17 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$x)=map("\$r$_",(12..21)); 59 .long 0,1,2,3,4,5,6,7 71 # $a3 = arg #4 (key array) 79 bleu $len,$t3,.LChaCha20_1x # goto 1x when len <= 64 104 # Load the initial states in array @x[*] and update directly 105 my @x = ($t0, $t1, $t2, $t3, $t4, $t5, $t6, $t7, 115 add.w @x[$a0],@x[$a0],@x[$b0] 116 xor @x[$d0],@x[$d0],@x[$a0] 117 rotri.w @x[$d0],@x[$d0],16 # rotate left 16 bits [all …]
|
| H A D | chacha-armv8.pl | 23 # Replace 3xNEON+1xIALU code path with 4+1. 4+1 is actually fastest 34 # IALU/gcc-4.9 4xNEON+1xIALU 6xNEON+2xIALU 40 # X-Gene 9.50/+46% 8.20 8.90(*) 45 # (*) slower than 4+1:-( 57 open OUT,"| \"$^X\" $xlate $flavour \"$output\"" 68 my ($out,$inp,$len,$key,$ctr) = map("x$_",(0..4)); 70 my @x=map("x$_",(5..17,19..21)); 71 my @d=map("x$_",(22..28,30)); 80 "&add_32 (@x[$a0],@x[$a0],@x[$b0])", 81 "&add_32 (@x[$a1],@x[$a1],@x[$b1])", [all …]
|
| H A D | chacha-s390x.pl | 26 # Add vx code path: 4x"vertical". 34 # Add 6x"horizontal" VX implementation. It's ~25% faster than IBM's 35 # 4x"vertical" submission [on z13] and >3 faster than scalar code. 37 # from chacha-ppc module, which is also 4x"vertical", to handle inputs 53 $SIZE_T=4; 60 my $stdframe=16*$SIZE_T+4*8; 63 my @x=map("%r$_",(0..7,"x","x","x","x",(10..13))); 76 # 0 4 8 12 < even round 83 # 3 4 9 14 86 # @x[0..7,12..15], while 'c's are maintained in memory. If [all …]
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | javascript | 69 >8 lelong x \b, version %d 83 >>>>0 ulelong^0xC0DE0000 x v8 bytecode, external reference table size: %u bytes, 84 >>>>4 ulelong =0xEE4BF478 version 5.1.281.111, 85 >>>>4 ulelong =0xC4A0100C version 5.5.372.43, 86 >>>>8 ulelong x source size: %u bytes, 87 >>>>12 ulelong x cpu features: %#08X, 88 >>>>16 ulelong x flag hash: %#08X, 89 >>>>20 ulelong x %u reservations, 90 >>>>28 ulelong x payload size: %u bytes, 91 >>>>32 ulelong x checksum1: %#08X, [all …]
|
| H A D | epoc | 10 >4 lelong 0x10000039 font file 11 !:mime application/x-epoc-font 12 >4 lelong 0x1000003A printer driver 13 !:mime application/x-epoc-pdriver 14 >4 lelong 0x1000003B clipboard 15 !:mime application/x-epoc-clipboard 16 >4 lelong 0x10000042 multi-bitmap image 17 !:mime image/x-epoc-mbm 18 >4 lelong 0x1000006A application information file 19 >4 lelong 0x1000006D Record file [all …]
|
| H A D | images | 19 # Note: called by DROID "Truevision TGA Bitmap" version 1.0 via PUID x-fmt/367 50 # few MMDF mailbox like uupc.input.1 with unlikely black&white, dimension 0101h x 0101h (257x257) a… 66 !:mime image/x-tga 82 # Compressed color-mapped data, using Huffman, Delta, and RLE. 4-pass quadtree- type process 89 >>5 uleshort x \b%d) 93 >12 uleshort >0 %d x 94 >12 uleshort =0 65536 x 99 >16 ubyte x x %d 100 # X origin of image. 0 normal 104 # Image descriptor: bits 3-0 give the alpha channel depth, bits 5-4 give direction [all …]
|
| H A D | gnu | 15 0 string \336\22\4\225 GNU message catalog (little endian), 20 >4 ulelong x revision 21 !:mime application/x-gettext-translation 27 >4 ulelong/0xFFff x %u. 29 >4 ulelong&0x0000FFff x \b%u 30 >>8 ulelong x \b, %u message 34 #>20 ulelong x \b, %u hash 36 #>24 ulelong x at %#x 37 # for revision x.0 offset of table with originals is 1Ch if directly after header 38 >4 ulelong&0x0000FFff =0 [all …]
|
| H A D | audio | 18 >12 belong 4 24-bit linear PCM, 37 !:mime audio/x-adpcm 44 >20 belong 4 quad, 51 !:mime audio/x-dec-basic 53 !:mime audio/x-dec-basic 55 !:mime audio/x-dec-basic 56 >12 lelong 4 24-bit linear PCM, 57 !:mime audio/x-dec-basic 59 !:mime audio/x-dec-basic 61 !:mime audio/x-dec-basic [all …]
|
| H A D | cafebabe | 8 # The long at offset 4 in a Mach-O universal binary tells the number of 9 # architectures; the short at offset 4 in a Java bytecode file is the JVM minor 23 #>0 ubequad x CPU=%16.16llx 28 #>8 ubelong x at %#x offset 29 >(8.L) indirect x \b: 30 >0 belong x \b] 36 >4 belong 1 Mach-O universal binary with 1 architecture: 37 !:mime application/x-mach-binary 40 >4 ubelong >1 41 >>4 ubelong <20 Mach-O universal binary with %d architectures: [all …]
|
| H A D | apple | 19 >3 string \x31\xFF\x0A\x0D\x0A Applesauce A2R 1.x Disk Image 21 >3 string \x32\xFF\x0A\x0D\x0A Applesauce A2R 2.x Disk Image 23 >3 string \x33\xFF\x0A\x0D\x0A Applesauce A2R 3.x Disk Image 36 >>17 string/T x \b, %.32s 54 >>25 string/T x \b, %.32s 60 >4 string \xFF\x0A\x0D\x0A Apple Macintosh MOOF Disk Image 67 >>>25 string/T x \b, %.32s 76 >>>0x405 string x \b, Volume /%s 77 >>>0x429 uleshort x \b, %u Blocks 81 >>>0xb05 string x \b, Volume /%s [all …]
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| H A D | tst.aggpackbanner.ksh.out | 6 4 < 0 : ▂ ▂ ▂▂▂▂▂▂ ▂ : >= 40 | 9 15 4 < 0 : ▂ ▂▂ ▂ ▂ ▂ ▂▂▂▂ ▂ : >= 40 | 11 24 4 < 0 : █ : >= 40 | 1 32 3 < 0 : ▃ ▃ ▃ ▃ : >= 40 | 4 33 4 < 0 : ▃ ▃ ▃ ▃ : >= 40 | 4 34 5 < 0 : ▃ ▃ ▃ ▃ : >= 40 | 4 35 6 < 0 : ▃ ▃ ▃ ▃ : >= 40 | 4 42 4 < 0 : ▂ ▂▂▂▂▂▂ ▂ ▂▂▂▂ : >= 40 | 12 50 2 < 0 : X : >= 40 | 1 51 3 < 0 : X : >= 40 | 1 [all …]
|
| /freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/ |
| H A D | dsa-onecolumn.pem | 2 Proc-Type: 4,ENCRYPTED 9 X 33 4 46 X 60 x 89 4 167 4 209 X 219 X 237 4 [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ValueTypes.td | 67 def i4 : VTInt<4, 4>; // 4-bit integer value 82 def v1i1 : VTVec<1, i1, 17>; // 1 x i1 vector value 83 def v2i1 : VTVec<2, i1, 18>; // 2 x i1 vector value 84 def v3i1 : VTVec<3, i1, 19>; // 3 x i1 vector value 85 def v4i1 : VTVec<4, i1, 20>; // 4 x i1 vector value 86 def v8i1 : VTVec<8, i1, 21>; // 8 x i1 vector value 87 def v16i1 : VTVec<16, i1, 22>; // 16 x i1 vector value 88 def v32i1 : VTVec<32, i1, 23>; // 32 x i1 vector value 89 def v64i1 : VTVec<64, i1, 24>; // 64 x i1 vector value 90 def v128i1 : VTVec<128, i1, 25>; // 128 x i1 vector value [all …]
|
| /freebsd/contrib/bc/tests/bc/ |
| H A D | errors.txt | 1 4 != 0 &^ 34 == 5 2 4 & 5 3 4 != 0 |% 34 == 5 4 4 | 5 6 4 @^ 5 33 --"4" 34 "4"++ 35 + 4 37 + 4 + 3 55 ++x += 4 [all …]
|
| /freebsd/sys/dev/qlxgb/ |
| H A D | qla_dbg.c | 60 while (len32 >= 4) { in qla_dump_buf32() 61 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x 0x%08x\n", in qla_dump_buf32() 63 i += 4 * 4; in qla_dump_buf32() 64 len32 -= 4; in qla_dump_buf32() 65 buf += 4; in qla_dump_buf32() 69 device_printf(dev,"0x%08x: 0x%08x\n", i, buf[0]); in qla_dump_buf32() 72 device_printf(dev,"0x%08x: 0x%08x 0x%08x\n", i, buf[0], buf[1]); in qla_dump_buf32() 75 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x\n", in qla_dump_buf32() 100 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x 0x%04x" in qla_dump_buf16() 101 " 0x%04x 0x%04x 0x%04x 0x%04x\n", i, buf[0], in qla_dump_buf16() [all …]
|
| /freebsd/sys/dev/qlxgbe/ |
| H A D | ql_dbg.c | 57 while (len32 >= 4) { in ql_dump_buf32() 58 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x 0x%08x\n", in ql_dump_buf32() 60 i += 4 * 4; in ql_dump_buf32() 61 len32 -= 4; in ql_dump_buf32() 62 buf += 4; in ql_dump_buf32() 66 device_printf(dev,"0x%08x: 0x%08x\n", i, buf[0]); in ql_dump_buf32() 69 device_printf(dev,"0x%08x: 0x%08x 0x%08x\n", i, buf[0], buf[1]); in ql_dump_buf32() 72 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x\n", in ql_dump_buf32() 97 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x 0x%04x" in ql_dump_buf16() 98 " 0x%04x 0x%04x 0x%04x 0x%04x\n", i, buf[0], in ql_dump_buf16() [all …]
|
| /freebsd/sys/arm64/include/ |
| H A D | armreg.h | 39 #define INSN_SIZE 4 373 #define CTR_CWG_WIDTH 4 376 #define CTR_CWG_SIZE(reg) (4 << (CTR_CWG_VAL(reg) >> CTR_CWG_SHIFT)) 378 #define CTR_ERG_WIDTH 4 381 #define CTR_ERG_SIZE(reg) (4 << (CTR_ERG_VAL(reg) >> CTR_ERG_SHIFT)) 383 #define CTR_DLINE_WIDTH 4 386 #define CTR_DLINE_SIZE(reg) (4 << (CTR_DLINE_VAL(reg) >> CTR_DLINE_SHIFT)) 394 #define CTR_ILINE_WIDTH 4 397 #define CTR_ILINE_SIZE(reg) (4 << (CTR_ILINE_VAL(reg) >> CTR_ILINE_SHIFT)) 443 #define DBGBVR_EL1_op2 4 [all …]
|
| /freebsd/sys/dev/qlxge/ |
| H A D | qls_dbg.c | 59 while (len32 >= 4) { in qls_dump_buf32() 60 device_printf(dev,"0x%08x:\t0x%08x, 0x%08x, 0x%08x, 0x%08x,\n", in qls_dump_buf32() 62 i += 4 * 4; in qls_dump_buf32() 63 len32 -= 4; in qls_dump_buf32() 64 buf += 4; in qls_dump_buf32() 68 device_printf(dev,"0x%08x: 0x%08x\n", i, buf[0]); in qls_dump_buf32() 71 device_printf(dev,"0x%08x: 0x%08x 0x%08x\n", i, buf[0], buf[1]); in qls_dump_buf32() 74 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x\n", in qls_dump_buf32() 102 device_printf(dev,"0x%08x: 0x%04x 0x%04x 0x%04x 0x%04x" in qls_dump_buf16() 103 " 0x%04x 0x%04x 0x%04x 0x%04x\n", i, buf[0], in qls_dump_buf16() [all …]
|
| /freebsd/crypto/openssl/crypto/cast/ |
| H A D | c_skey.c | 21 A[n/4]=l; \ 34 CAST_LONG x[16]; in CAST_set_key() local 37 CAST_LONG X[4], Z[4]; in CAST_set_key() local 42 x[i] = 0; in CAST_set_key() 46 x[i] = data[i]; in CAST_set_key() 53 X[0] = ((x[0] << 24) | (x[1] << 16) | (x[2] << 8) | x[3]) & 0xffffffffL; in CAST_set_key() 54 X[1] = ((x[4] << 24) | (x[5] << 16) | (x[6] << 8) | x[7]) & 0xffffffffL; in CAST_set_key() 55 X[2] = ((x[8] << 24) | (x[9] << 16) | (x[10] << 8) | x[11]) & 0xffffffffL; in CAST_set_key() 56 X[3] = in CAST_set_key() 57 ((x[12] << 24) | (x[13] << 16) | (x[14] << 8) | x[15]) & 0xffffffffL; in CAST_set_key() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | fmaintrin.h | 21 /// Computes a multiply-add of 128-bit vectors of [4 x float]. 29 /// A 128-bit vector of [4 x float] containing the multiplicand. 31 /// A 128-bit vector of [4 x float] containing the multiplier. 33 /// A 128-bit vector of [4 x float] containing the addend. 34 /// \returns A 128-bit vector of [4 x float] containing the result. 41 /// Computes a multiply-add of 128-bit vectors of [2 x double]. 49 /// A 128-bit vector of [2 x double] containing the multiplicand. 51 /// A 128-bit vector of [2 x double] containing the multiplier. 53 /// A 128-bit vector of [2 x double] containing the addend. 54 /// \returns A 128-bit [2 x double] vector containing the result. [all …]
|
| H A D | xmmintrin.h | 49 /// A 128-bit vector of [4 x float] containing one of the source operands. 52 /// A 128-bit vector of [4 x float] containing one of the source operands. 54 /// \returns A 128-bit vector of [4 x float] whose lower 32 bits contain the sum 64 /// Adds two 128-bit vectors of [4 x float], and returns the results of 72 /// A 128-bit vector of [4 x float] containing one of the source operands. 74 /// A 128-bit vector of [4 x float] containing one of the source operands. 75 /// \returns A 128-bit vector of [4 x float] containing the sums of both 91 /// A 128-bit vector of [4 x float] containing the minuend. The lower 32 bits 94 /// A 128-bit vector of [4 x float] containing the subtrahend. The lower 32 96 /// \returns A 128-bit vector of [4 x float] whose lower 32 bits contain the [all …]
|
| H A D | shaintrin.h | 22 /// vector of [4 x i32] in \a V1 and the next four 32-bit elements of the 23 /// message from the 128-bit vector of [4 x i32] in \a V2. Note that the 26 /// SHA-1 state (A, B, C, D) as a 128-bit vector of [4 x i32]. 42 /// A 128-bit vector of [4 x i32] containing the initial SHA-1 state. 44 /// A 128-bit vector of [4 x i32] containing the next four elements of 49 /// \returns A 128-bit vector of [4 x i32] containing the updated SHA-1 state. 54 /// the 128-bit vector of [4 x i32] in \a __X, adds that to the next set of 55 /// four message elements in the 128-bit vector of [4 x i32] in \a __Y, and 63 /// A 128-bit vector of [4 x i32] containing the current SHA-1 state. 65 /// A 128-bit vector of [4 x i32] containing the next four elements of the [all …]
|
| /freebsd/sys/dev/hptrr/ |
| HD | i386-elf.hptrr_lib.o | ... z z 8| $ p{ ( 8 Z X @ ` "% " , D ( L 4 4 p L ... |