/PHP-8.1/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 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.1/ext/standard/ |
H A D | crc32_x86.c | 74 __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.1/ext/gd/libgd/ |
H A D | gd.c | 714 static int clip_1d(int *x0, int *y0, int *x1, int *y1, int maxdim) { in clip_1d() 843 int x1, y1, x2, y2; in gdImageBrushApply() local 1001 static void gdImageHLine(gdImagePtr im, int y, int x1, int x2, int col) in gdImageHLine() 1040 void gdImageLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageLine() 1236 void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) in gdImageAALine() 1320 void gdImageDashedLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageDashedLine() 1916 int l, x1, x2, dy; in gdImageFill() local 2012 int i, l, x1, x2, dy; in _gdImageFillTiled() local 2086 void gdImageRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageRectangle() 2679 int x1, y1; in gdImageFilledPolygon() local [all …]
|
H A D | gd_interpolation.c | 370 static double filter_cubic_spline(const double x1) in filter_cubic_spline() 388 static double filter_cubic_convolution(const double x1) in filter_cubic_convolution() 436 static double filter_lanczos8(const double x1) in filter_lanczos8() 453 static double filter_lanczos3(const double x1) in filter_lanczos3() 470 static double filter_hermite(const double x1) in filter_hermite() 480 static double filter_triangle(const double x1) in filter_triangle() 488 static double filter_bell(const double x1) in filter_bell() 536 static double filter_quadratic(const double x1) in filter_quadratic() 567 static double filter_quadratic_bspline(const double x1) in filter_quadratic_bspline() 2195 int x1,y1; in gdImageClipRectangle() local
|
H A D | gdft.c | 830 int x1 = 0, y1 = 0; local
|
/PHP-8.1/ext/hash/sha3/generic32lc/ |
H A D | KeccakP-1600-inplace32BI.c | 179 UINT32 t, x0, x1; in KeccakP1600_AddLanes() local 235 UINT32 t, x0, x1; in KeccakP1600_OverwriteLanes() local 323 UINT32 t, x0, x1; in KeccakP1600_ExtractLanes() local 399 UINT32 t, x0, x1; in KeccakP1600_ExtractAndAddLanes() local
|
/PHP-8.1/ext/gd/ |
H A D | gd.stub.php | 206 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} 208 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} 210 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} 212 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool… 258 function imagesetclip(GdImage $image, int $x1, int $y1, int $x2, int $y2): bool {}
|
H A D | gd.c | 2496 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 2518 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 2536 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 2554 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 3157 zend_long x1, y1, x2, y2; in PHP_FUNCTION() local 3175 int x1, y1, x2, y2; in PHP_FUNCTION() local
|
/PHP-8.1/Zend/ |
H A D | zend_strtod.c | 1019 ULong *x, *x1, *xe, z; local 1730 ULong *x, *x1, *xe, y; local 1764 ULong *x, *x0, x1, x2; local
|