Home
last modified time | relevance | path

Searched refs:x1 (Results 1 – 25 of 58) sorted by last modified time

123

/php-src/
H A Dconfigure.ac1325 void* base = (void *)syscall(451, 0, 0x20000, 0x1);
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc5290 | stp x0, x1, [sp, #-16]!
H A Dir.h329 _(TRAP, x1, src, ___, ___) /* DebugBreak */ \
H A Dir_aarch64.h13 _(X1, x1, w1) \
/php-src/Zend/
H A Dzend_strtod.c1027 x1 = b1->x;
1029 *x1++ = 0;
1041 if ((*x1 = z))
1053 if (*x1 = z)
1058 *x1++ = *x++;
1729 x = x1 = b->x;
1742 x1++;
1746 *x1++ = *x++;
1769 x1 >>= k;
1770 x1 <<= k;
[all …]
H A DZend.m4254 while (i & ~0x1) {
/php-src/build/
H A Dphp.m42704 __m512i mask = _mm512_set1_epi32(0x1);
2732 __m512i mask = _mm512_set1_epi32(0x1);
H A Dphp_cxx_compile_stdcxx.m4863 int x1 : 2;
872 auto [ x1, y1 ] = f1();
/php-src/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt39 0x1: AQ==
/php-src/ext/gd/libgd/
H A Dgd.c726 *x1 = 0; in clip_1d()
980 x1 = t; in gdImageHLine()
983 for (;x1 <= x2; x1++) { in gdImageHLine()
1070 x = x1; in gdImageLine()
1135 x = x1; in gdImageLine()
1268 x = x1; in gdImageAALine()
2073 t = x1; in gdImageRectangle()
2143 x = x1; in _gdImageFilledHRectangle()
2155 x1 = 0; in _gdImageFilledHRectangle()
2187 x = x1; in _gdImageFilledVRectangle()
[all …]
H A Dgd_interpolation.c362 const double x = x1 < 0.0 ? -x1 : x1; in filter_cubic_spline()
380 const double x = x1 < 0.0 ? -x1 : x1; in filter_cubic_convolution()
381 const double x2 = x1 * x1; in filter_cubic_convolution()
428 const double x = x1 < 0.0 ? -x1 : x1; in filter_lanczos8()
445 const double x = x1 < 0.0 ? -x1 : x1; in filter_lanczos3()
462 const double x = x1 < 0.0 ? -x1 : x1; in filter_hermite()
472 const double x = x1 < 0.0 ? -x1 : x1; in filter_triangle()
480 const double x = x1 < 0.0 ? -x1 : x1; in filter_bell()
528 const double x = x1 < 0.0 ? -x1 : x1; in filter_quadratic()
559 const double x = x1 < 0.0 ? -x1 : x1; in filter_quadratic_bspline()
[all …]
H A Dgdft.c840 int x1 = 0, y1 = 0; local
985 x1 = (int)(- penf.y * sin_a + 32) / 64;
999 x1 = (int)(- penf.y * sin_a + 32) / 64;
1187 …gdft_draw_bitmap(tc_cache, im, fg, bm->bitmap, x + x1 + ((pen.x + 31) >> 6) + bm->left, y + y1 + (…
/php-src/ext/gd/
H A Dgd_arginfo.h346 ZEND_ARG_TYPE_INFO(0, x1, IS_LONG, 0)
468 ZEND_ARG_TYPE_INFO(0, x1, IS_LONG, 0)
H A Dgd.c2342 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2355 gdImageLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
2364 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2382 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2391 gdImageRectangle(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
2400 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3002 zend_long x1, y1, x2, y2; in PHP_FUNCTION() local
3010 gdImageSetClip(im, x1, y1, x2, y2); in PHP_FUNCTION()
3020 int x1, y1, x2, y2; in PHP_FUNCTION() local
3028 gdImageGetClip(im, &x1, &y1, &x2, &y2); in PHP_FUNCTION()
[all …]
H A Dgd.stub.php668 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
670 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
672 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
674 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool… argument
720 function imagesetclip(GdImage $image, int $x1, int $y1, int $x2, int $y2): bool {} argument
/php-src/ext/random/
H A Dphp_random_uint128.h66 x1 = num1.lo >> 32, in php_random_uint128_multiply() local
69 z0 = (((x1 * y0) + (x0 * y0 >> 32)) & 0xffffffffULL) + x0 * y1; in php_random_uint128_multiply()
73 r.hi += x1 * y1 + ((x1 * y0 + (x0 * y0 >> 32)) >> 32) + (z0 >> 32); in php_random_uint128_multiply()
/php-src/ext/gd/tests/
H A Dimagegammacorrect_variation2.phpt45 $x1 = 20 * $x;
47 $x2 = $x1 + 19;
50 imagefilledrectangle($im, $x1,$y1, $x2,$y2, $color);
/php-src/ext/dom/tests/
H A Dgh13012.phpt11 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 Dgh13012_ns.phpt11 foreach ($dom->getElementsByTagName('x') as $x1) {
13 echo "Comparing ", $dom->saveXML($x1), " with ", $dom->saveXML($x2), "\n";
14 var_dump($x1->isEqualNode($x2));
/php-src/ext/hash/
H A Dhash_haval.c125 #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-src/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt106 test("Starting entity immediately after invalid decimal entity", "&#0&#65;", "&#0A", [0x1, 0xFFFF, …
107 test("Starting entity immediately after invalid hex entity", "&#x0&#65;", "&#x0A", [0x1, 0xFFFF, 0,…
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます5379 >122 byte&0x1 =1 PAL
5380 >122 byte&0x1 =0 NTSC
5394 >>18 byte&0x1 =1 PAL
5395 >>18 byte&0x1 =0 NTSC
6471 >>36 belong&0x1 0x1 ram
9596 >>>0x14 byte &0x1 #1
15969 #>>2 ubyte 0x1
15970 #>>>3 ubyte 0x1
19613 >10 ubyte&0x1 =0x1 \b, clear first
20940 >>>>4 ulelong 0x1
[all …]
H A Dmagic5379 >122 byte&0x1 =1 PAL
5380 >122 byte&0x1 =0 NTSC
5394 >>18 byte&0x1 =1 PAL
5395 >>18 byte&0x1 =0 NTSC
6471 >>36 belong&0x1 0x1 ram
9596 >>>0x14 byte &0x1 #1
15969 #>>2 ubyte 0x1
15970 #>>>3 ubyte 0x1
19613 >10 ubyte&0x1 =0x1 \b, clear first
20940 >>>>4 ulelong 0x1
[all …]
/php-src/ext/mbstring/tests/data/
H A DBIG5.txt93 0x1 0x1
/php-src/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt73 $x1 = array(array(1),1);
78 $x[mod($x1)][mod($x2)] = $bx[mod($x3)];

Completed in 273 milliseconds

123