Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 10 of 10) sorted by relevance

/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
132 #define F5(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ \ argument
/php-src/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-src/ext/gd/libgd/
H A Dgd.c686 static int clip_1d(int *x0, int *y0, int *x1, int *y1, int mindim, int maxdim) { in clip_1d()
815 int x1, y1, x2, y2; in gdImageBrushApply() local
1059 static void gdImageHLine(gdImagePtr im, int y, int x1, int x2, int col) in gdImageHLine()
1098 void gdImageLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageLine()
1299 void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) in gdImageAALine()
1384 void gdImageDashedLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageDashedLine()
1980 int l, x1, x2, dy; in gdImageFill() local
2084 int l, x1, x2, dy; in _gdImageFillTiled() local
2159 void gdImageRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageRectangle()
2752 int x1, y1; in gdImageFilledPolygon() local
[all …]
H A Dgd_interpolation.c375 static double filter_cubic_spline(const double x1) in filter_cubic_spline()
393 static double filter_cubic_convolution(const double x1) in filter_cubic_convolution()
441 static double filter_lanczos8(const double x1) in filter_lanczos8()
458 static double filter_lanczos3(const double x1) in filter_lanczos3()
475 static double filter_hermite(const double x1) in filter_hermite()
485 static double filter_triangle(const double x1) in filter_triangle()
493 static double filter_bell(const double x1) in filter_bell()
541 static double filter_quadratic(const double x1) in filter_quadratic()
572 static double filter_quadratic_bspline(const double x1) in filter_quadratic_bspline()
1826 int x1,y1; in gdImageClipRectangle() local
H A Dgdft.c846 int x1 = 0, y1 = 0; in gdImageStringFTEx() local
/php-src/ext/random/
H A Dphp_random_uint128.h66 x1 = num1.lo >> 32, in php_random_uint128_multiply() local
/php-src/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c179 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-src/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.c2543 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2571 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2594 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2617 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3284 zend_long x1, y1, x2, y2; in PHP_FUNCTION() local
3306 int x1, y1, x2, y2; in PHP_FUNCTION() local
/php-src/Zend/
H A Dzend_strtod.c1011 ULong *x, *x1, *xe, z; local
1722 ULong *x, *x1, *xe, y; local
1756 ULong *x, *x0, x1, x2; local

Completed in 135 milliseconds