/PHP-8.3/ext/standard/ |
H A D | crc32_x86.c | 83 x0 = _mm_slli_si128(x0, 12); in crc32_pclmul_batch() 85 x0 = _mm_xor_si128(x1, x0); in crc32_pclmul_batch() 138 x0 = _mm_xor_si128(x0, x1); in crc32_pclmul_batch() 139 x0 = _mm_xor_si128(x0, x4); in crc32_pclmul_batch() 142 x0 = _mm_xor_si128(x0, x2); in crc32_pclmul_batch() 143 x0 = _mm_xor_si128(x0, x4); in crc32_pclmul_batch() 167 x0 = _mm_slli_si128(x0, 8); in crc32_pclmul_batch() 168 x0 = _mm_srli_si128(x0, 4); in crc32_pclmul_batch() 169 x0 = _mm_xor_si128(x0, x1); in crc32_pclmul_batch() 172 x0 = _mm_xor_si128(x0, x1); in crc32_pclmul_batch() [all …]
|
/PHP-8.3/Zend/tests/ |
H A D | bug35239.phpt | 6 $a->x0 = new stdClass; 7 $a->x0->y0 = 'a'; 8 $a->x0->y1 =& $a->x0; 9 $a->x0->y2 =& $a->x0; 10 $a->x0->y0 = 'b'; 12 $a->x0->y1 = "ok\n"; 13 echo $a->x0; 17 ["x0"]=>
|
/PHP-8.3/Zend/asm/ |
H A D | make_arm64_aapcs_macho_gas.S | 59 ; shift address in x0 (allocated stack) to lower 16 byte boundary 60 and x0, x0, ~0xF 63 sub x0, x0, #0xb0 67 str x2, [x0, #0xa0] 73 str x1, [x0, #0x98] 75 ret lr ; return pointer to context-data (x0) 79 mov x0, #0
|
H A D | make_arm64_aapcs_pe_armasm.asm | 66 mov x3, x0 69 and x0, x0, ~0xF 72 sub x0, x0, #0xd0 75 str x3, [x0, #0xa0] 78 stp x3, x3, [x0, #0xa8] 80 str xzr, [x0, #0xb8] 84 str x2, [x0, #0x40] 87 str x2, [x0, #0xc0] 92 str x1, [x0, #0x98] 94 ret x30 ; return pointer to context-data (x0) [all …]
|
H A D | make_arm64_aapcs_elf_gas.S | 60 # shift address in x0 (allocated stack) to lower 16 byte boundary 61 and x0, x0, ~0xF 64 sub x0, x0, #0xb0 68 str x2, [x0, #0xa0] 73 str x1, [x0, #0x98] 79 mov x0, #0
|
H A D | jump_arm64_aapcs_macho_gas.S | 82 mov sp, x0 101 mov x0, x4
|
H A D | jump_arm64_aapcs_elf_gas.S | 84 mov sp, x0 103 mov x0, x4
|
H A D | jump_arm64_aapcs_pe_armasm.asm | 96 mov sp, x0 123 mov x0, x4
|
/PHP-8.3/Zend/tests/numeric_strings/ |
H A D | neg_num_string.phpt | 11 "0x0" => 5, 12 "-0x0" => 6, 25 var_dump("$a[0x0]"); 26 var_dump("$a[-0x0]");
|
/PHP-8.3/ext/zlib/tests/ |
H A D | bug_40189.phpt | 10 $a = "\x3\x0\x85\x46\x2f\x7c\xc2\xaa\x69\x2b\x6d\xe5\xdb\xfe\xe4\x21\x8f\x0\x97\x21\x1d\x2\x0\x0\x0…
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | bug78833.phpt | 6 var_dump(pack("E2E2147483647H*", 0x0, 0x0, 0x0));
|
H A D | strnatcasecmp_variation1.phpt | 37 str_dump("\x0", "\0");
|
/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 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 133 ((x0) & (x1) & (x2) & (x3)) ^ ((x0) & (x5)) ^ (x0) )
|
H A D | hash_tiger.c | 51 round(a,b,c,x0,mul) \ 61 x0 -= x7 ^ L64(0xA5A5A5A5A5A5A5A5); \ 62 x1 ^= x0; \ 69 x0 += x7; \ 70 x1 -= x0 ^ ((~x7)<<19); \ 98 x0=str[0]; x1=str[1]; x2=str[2]; x3=str[3]; \ 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 | colorat.phpt | 11 imagesetpixel($im, 3,3, 0x0); 16 echo $c == 0x0 ? 'ok' : 'failed';
|
H A D | imagecolorallocate_variation5.phpt | 30 "Hexa-decimal 0x0" => 0x0, 70 --Hexa-decimal 0x0--
|
H A D | createfromwbmp-mb.phpt | 11 echo imagecolorat($im2, 3,3) == 0x0 ? 'ok' : 'failed';
|
H A D | createfromwbmp.phpt | 11 echo imagecolorat($im2, 3,3) == 0x0 ? 'ok' : 'failed';
|
H A D | createfromstring.phpt | 15 imagesetpixel($im, 3,3, 0x0); 21 if (imagecolorat($im, 3,3) != 0x0) {
|
H A D | imagewbmp-mb.phpt | 11 imagesetpixel($im, 3,3, 0x0);
|
H A D | imagewbmp.phpt | 11 imagesetpixel($im, 3,3, 0x0);
|
/PHP-8.3/ext/dom/tests/ |
H A D | bug80268_2.phpt | 27 Warning: DOMDocument::loadHTML(): Char 0x0 out of allowed range in Entity, line: 1 in %s on line %d 30 Warning: DOMDocument::loadHTMLFile(): Char 0x0 out of allowed range in %s on line %d
|
H A D | bug69679.phpt | 8 $html = "<!DOCTYPE html><html><head><meta charset='UTF-8'></head><body>U+0000 <span>\x0</span></bod…
|
/PHP-8.3/ext/random/ |
H A D | php_random.h | 135 x0 = num1.lo & 0xffffffffULL, in php_random_uint128_multiply() local 139 z0 = (((x1 * y0) + (x0 * y0 >> 32)) & 0xffffffffULL) + x0 * y1; in php_random_uint128_multiply() 143 r.hi += x1 * y1 + ((x1 * y0 + (x0 * y0 >> 32)) >> 32) + (z0 >> 32); in php_random_uint128_multiply()
|
/PHP-8.3/ext/standard/tests/image/ |
H A D | image_type_to_mime_type_variation2.phpt | 22 0x0,
|