/PHP-8.3/ext/standard/ |
H A D | crc32_x86.c | 90 __m128i x3, x4; in crc32_pclmul_batch() local 121 x0 = _mm_xor_si128(x0, x4); in crc32_pclmul_batch() 136 x4 = _mm_clmulepi64_si128(x0, k, 0x00); in crc32_pclmul_batch() 139 x0 = _mm_xor_si128(x0, x4); in crc32_pclmul_batch() 143 x0 = _mm_xor_si128(x0, x4); in crc32_pclmul_batch() 147 x0 = _mm_xor_si128(x0, x4); in crc32_pclmul_batch() 202 __m128i x3, x4; in crc32_pclmul_reflected_batch() local 226 x0 = _mm_xor_si128(x0, x4); in crc32_pclmul_reflected_batch() 244 x0 = _mm_xor_si128(x0, x4); in crc32_pclmul_reflected_batch() 248 x0 = _mm_xor_si128(x0, x4); in crc32_pclmul_reflected_batch() [all …]
|
/PHP-8.3/Zend/asm/ |
H A D | jump_arm64_aapcs_macho_gas.S | 79 mov x4, sp 101 mov x0, x4 104 ldr x4, [sp, #0xa0] 109 ret x4
|
H A D | jump_arm64_aapcs_elf_gas.S | 81 mov x4, sp 103 mov x0, x4 106 ldr x4, [sp, #0xa0] 111 ret x4
|
H A D | jump_arm64_aapcs_pe_armasm.asm | 93 mov x4, sp 123 mov x0, x4 126 ldr x4, [sp, #0xc0] 131 ret x4
|
/PHP-8.3/ext/hash/ |
H A D | hash_haval.c | 125 #define F1(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ ((x0) & (x1)) ^ … argument 126 #define F2(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x1) & (x2)) ^ ((… argument 127 ((x2) & (x6)) ^ ((x3) & (x5)) ^ ((x4) & (x5)) ^ ((x0) & (x2)) ^ (x0) ) 128 #define F3(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (… argument 129 #define F4(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x3) & (x4) & (x6… argument 130 ((x1) & (x4)) ^ ((x2) & (x6)) ^ ((x3) & (x4)) ^ ((x3) & (x5)) ^ \ 131 ((x3) & (x6)) ^ ((x4) & (x5)) ^ ((x4) & (x6)) ^ ((x0) & (x4)) ^ (x0) ) 132 #define F5(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ \ argument
|
H A D | hash_tiger.c | 55 round(b,c,a,x4,mul) \ 65 x4 ^= x3; \ 66 x5 += x4; \ 67 x6 -= x5 ^ ((~x4)>>23); \ 73 x4 -= x3 ^ ((~x2)>>23); \ 74 x5 ^= x4; \ 99 x4=str[4]; x5=str[5]; x6=str[6]; x7=str[7]; 117 register uint64_t a, b, c, tmpa, x0, x1, x2, x3, x4, x5, x6, x7; \
|
/PHP-8.3/ext/gd/tests/ |
H A D | types.phpt | 17 if ($flags&0x4 && !function_exists("imagepng")) {
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | vprintf_variation13.phpt | 38 array(0x3, 0x4, 0x1, 0x2)
|
H A D | vprintf_variation13_64bit.phpt | 38 array(0x3, 0x4, 0x1, 0x2)
|
/PHP-8.3/ext/mbstring/tests/data/ |
H A D | ARMSCII-8.txt | 6 0x4 0x4
|
H A D | BIG5.txt | 96 0x4 0x4
|
/PHP-8.3/ext/standard/tests/url/ |
H A D | base64_encode_basic_001.phpt | 42 0x4: BA==
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | bug48645.phpt | 11 var_dump(bin2hex(mb_convert_encoding("", "UTF-8", "HTML-ENTITIES")));
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 6473 >>36 belong&0x4 0x4 gzip 9591 >0x4 lelong <5 9616 >>0x4 lelong <4 9620 >>0x4 lelong >3 17646 >168 belong&0x4 0x4 dynamically linked 17651 >168 belong&0x4 0x4 dynamically linked 17689 >168 belong&0x4 0x4 dynamically linked 17694 >168 belong&0x4 0x4 dynamically linked 17699 >168 belong&0x4 0x4 dynamically linked 19615 >10 ubyte&0x4 =0x4 \b, alpha channel [all …]
|
H A D | magic私はガラスを食べられます | 6473 >>36 belong&0x4 0x4 gzip 9591 >0x4 lelong <5 9616 >>0x4 lelong <4 9620 >>0x4 lelong >3 17646 >168 belong&0x4 0x4 dynamically linked 17651 >168 belong&0x4 0x4 dynamically linked 17689 >168 belong&0x4 0x4 dynamically linked 17694 >168 belong&0x4 0x4 dynamically linked 17699 >168 belong&0x4 0x4 dynamically linked 19615 >10 ubyte&0x4 =0x4 \b, alpha channel [all …]
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_arm64.dasc | 32 |.define CARG5, x4 89 "x0", "x1", "x2", "x3", "x4", "x5", "x6", "x7", 2422 | stp x4, x5, [sp, #-16]!
|
H A D | zend_jit_x86.dasc | 92 |.define A2, [r4+0x4] 230 | mov reg, [0x4]
|