Home
last modified time | relevance | path

Searched defs:x2 (Results 1 – 7 of 7) sorted by relevance

/PHP-8.4/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
132 #define F5(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ \ argument
/PHP-8.4/ext/standard/
H A Dcrc32_x86.c74 __m128i x0, x1, x2, k, shuf_mask; in crc32_pclmul_batch() local
191 __m128i x0, x1, x2, k; in crc32_pclmul_reflected_batch() local
/PHP-8.4/ext/gd/libgd/
H A Dgd.c813 int x1, y1, x2, y2; in gdImageBrushApply() local
1055 static void gdImageHLine(gdImagePtr im, int y, int x1, int x2, int col) in gdImageHLine()
1094 void gdImageLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageLine()
1290 void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) in gdImageAALine()
1374 void gdImageDashedLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageDashedLine()
1970 int l, x1, x2, dy; in gdImageFill() local
2066 int i, l, x1, x2, dy; in _gdImageFillTiled() local
2140 void gdImageRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageRectangle()
2305 void gdImageFilledRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageFilledRectangle()
2734 int x2, y2; in gdImageFilledPolygon() local
[all …]
H A Dgd_interpolation.c365 const double x2 = x*x; in filter_cubic_spline() local
381 const double x2 = x1 * x1; in filter_cubic_convolution() local
/PHP-8.4/ext/gd/
H A Dgd.stub.php668 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
670 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
672 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
674 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool…
720 function imagesetclip(GdImage $image, int $x1, int $y1, int $x2, int $y2): bool {}
H A Dgd.c2559 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2587 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2610 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2633 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3299 zend_long x1, y1, x2, y2; in PHP_FUNCTION() local
3321 int x1, y1, x2, y2; in PHP_FUNCTION() local
/PHP-8.4/Zend/
H A Dzend_strtod.c1760 ULong *x, *x0, x1, x2; local

Completed in 69 milliseconds