/PHP-8.3/ext/standard/ |
H A D | crc32_x86.c | 110 x1 = _mm_clmulepi64_si128(x1, k, 0x11); in crc32_pclmul_batch() 122 x1 = _mm_xor_si128(x1, x5); in crc32_pclmul_batch() 126 x1 = _mm_xor_si128(x1, x9); in crc32_pclmul_batch() 177 x1 = _mm_srli_si128(x1, 4); in crc32_pclmul_batch() 178 x1 = _mm_clmulepi64_si128(x1, k, 0x00); in crc32_pclmul_batch() 179 x1 = _mm_srli_si128(x1, 4); in crc32_pclmul_batch() 180 x1 = _mm_clmulepi64_si128(x1, k, 0x10); in crc32_pclmul_batch() 227 x1 = _mm_xor_si128(x1, x5); in crc32_pclmul_reflected_batch() 231 x1 = _mm_xor_si128(x1, x9); in crc32_pclmul_reflected_batch() 276 x1 = _mm_clmulepi64_si128(x1, k, 0x00); in crc32_pclmul_reflected_batch() [all …]
|
/PHP-8.3/Zend/tests/ |
H A D | list_mixed_nested_keyed_unkeyed.phpt | 11 list(list("x" => $x1, "y" => $y1), list("x" => $x2, "y" => $y2)) = $points; 12 var_dump($x1, $y1, $x2, $y2); 21 list("x" => list($x1, $x2), "y" => list($y1, $y2)) = $invertedPoints; 22 var_dump($x1, $y1, $x2, $y2);
|
H A D | bug32296.phpt | 11 private function x1() {}
|
/PHP-8.3/ext/gd/libgd/ |
H A D | gd.c | 756 *x1 = 0; in clip_1d() 1010 x1 = t; in gdImageHLine() 1013 for (;x1 <= x2; x1++) { in gdImageHLine() 1100 x = x1; in gdImageLine() 1165 x = x1; in gdImageLine() 1298 x = x1; in gdImageAALine() 2103 t = x1; in gdImageRectangle() 2173 x = x1; in _gdImageFilledHRectangle() 2185 x1 = 0; in _gdImageFilledHRectangle() 2217 x = x1; in _gdImageFilledVRectangle() [all …]
|
H A D | gd_interpolation.c | 372 const double x = x1 < 0.0 ? -x1 : x1; in filter_cubic_spline() 390 const double x = x1 < 0.0 ? -x1 : x1; in filter_cubic_convolution() 391 const double x2 = x1 * x1; in filter_cubic_convolution() 438 const double x = x1 < 0.0 ? -x1 : x1; in filter_lanczos8() 455 const double x = x1 < 0.0 ? -x1 : x1; in filter_lanczos3() 472 const double x = x1 < 0.0 ? -x1 : x1; in filter_hermite() 482 const double x = x1 < 0.0 ? -x1 : x1; in filter_triangle() 490 const double x = x1 < 0.0 ? -x1 : x1; in filter_bell() 538 const double x = x1 < 0.0 ? -x1 : x1; in filter_quadratic() 569 const double x = x1 < 0.0 ? -x1 : x1; in filter_quadratic_bspline() [all …]
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | html_entity_decode1.phpt | 13 "&", 14 "$", 52 & 53 $
|
H A D | vprintf_variation13.phpt | 32 array(-0x1, 0x1, +0x22), 38 array(0x3, 0x4, 0x1, 0x2)
|
H A D | vprintf_variation13_64bit.phpt | 32 array(-0x1, 0x1, +0x22), 38 array(0x3, 0x4, 0x1, 0x2)
|
/PHP-8.3/ext/gd/tests/ |
H A D | bug53156.phpt | 21 function draw_and_check_rectangle($x1, $y1, $x2, $y2) 26 imagerectangle($img, $x1, $y1, $x2, $y2, $black); 27 $x = ($x1 + $x2) / 2; 30 draw_and_check_pixel($x1, $y);
|
H A D | imagegammacorrect_variation2.phpt | 39 $x1 = 20 * $x; 41 $x2 = $x1 + 19; 44 imagefilledrectangle($im, $x1,$y1, $x2,$y2, $color);
|
H A D | libgd00106.phpt | 2 libgd #106 (imagerectangle 1x1 draws 1x3)
|
H A D | types.phpt | 9 if ($flags&0x1 && !function_exists("imagegif")) {
|
/PHP-8.3/ext/hash/ |
H A D | hash_tiger.c | 52 round(b,c,a,x1,mul) \ 62 x1 ^= x0; \ 63 x2 += x1; \ 64 x3 -= x2 ^ ((~x1)<<19); \ 70 x1 -= x0 ^ ((~x7)<<19); \ 71 x2 ^= x1; \ 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; \
|
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 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)) ^ \ 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) )
|
/PHP-8.3/Zend/asm/ |
H A D | make_arm64_aapcs_macho_gas.S | 69 adr x1, finish 73 str x1, [x0, #0x98]
|
H A D | make_arm64_aapcs_elf_gas.S | 72 adr x1, finish 73 str x1, [x0, #0x98]
|
H A D | make_arm64_aapcs_pe_armasm.asm | 77 sub x3, x3, x1 91 adr x1, finish 92 str x1, [x0, #0x98]
|
/PHP-8.3/ext/dom/tests/ |
H A D | gh13012.phpt | 11 foreach ($dom->getElementsByTagName('x') as $x1) { 13 echo "Comparing ", $dom->saveXML($x1), " with ", $dom->saveXML($x2), "\n"; 14 var_dump($x1->isEqualNode($x2));
|
H A D | gh13012_ns.phpt | 11 foreach ($dom->getElementsByTagName('x') as $x1) { 13 echo "Comparing ", $dom->saveXML($x1), " with ", $dom->saveXML($x2), "\n"; 14 var_dump($x1->isEqualNode($x2));
|
/PHP-8.3/tests/lang/ |
H A D | engine_assignExecutionOrder_003.phpt | 73 $x1 = array(array(1),1); 78 $x[mod($x1)][mod($x2)] = $bx[mod($x3)];
|
/PHP-8.3/ext/opcache/tests/ |
H A D | bug69159.phpt | 11 $x1 = "okey";
|
/PHP-8.3/ext/standard/tests/image/ |
H A D | iptcembed_002.phpt | 8 $file="1x1.jpg"; 17 1) create local file 1x1 jpeg (without iptc) (use base64 content to create file) 19 3) use iptcembed php function with our 1x1 jpeg file and our iptcdata string 36 $file="1x1.jpg";
|
H A D | image_type_to_mime_type_variation2.phpt | 23 0x1,
|
/PHP-8.3/ext/random/ |
H A D | php_random.h | 136 x1 = num1.lo >> 32, 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/soap/tests/interop/Round4/GroupH/ |
H A D | r4_groupH_complex_doclit_007w.phpt | 24 function __construct($f, $s, $x1, $x2, $x3, public $booleanMessage) { 25 parent::__construct($f, $s, $x1, $x2, $x3);
|