Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/
H A Dhash_haval.c127 #define F1(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ ((x0) & (x1)) ^ … argument
128 #define F2(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x1) & (x2)) ^ ((… argument
130 #define F3(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (… argument
131 #define F4(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x3) & (x4) & (x6… argument
134 #define F5(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ \ argument
/PHP-7.4/ext/gd/libgd/
H A Dgd.c843 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()
2251 void gdImageFilledRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageFilledRectangle()
2680 int x2, y2; in gdImageFilledPolygon() local
[all …]
H A Dgd_interpolation.c376 const double x2 = x*x; in filter_cubic_spline() local
392 const double x2 = x1 * x1; in filter_cubic_convolution() local
/PHP-7.4/ext/gd/
H A Dgd.c3256 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3281 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3302 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3323 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3984 zend_long x1, y1, x2, y2; in PHP_FUNCTION() local
4005 int x1, y1, x2, y2; in PHP_FUNCTION() local
/PHP-7.4/Zend/
H A Dzend_strtod.c1774 ULong *x, *x0, x1, x2; local

Completed in 44 milliseconds