Home
last modified time | relevance | path

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

/PHP-7.1/ext/hash/
H A Dhash_haval.c129 #define F1(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ ((x0) & (x1)) ^ … argument
130 #define F2(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x1) & (x2)) ^ ((… argument
132 #define F3(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (… argument
133 #define F4(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x2) & (x3)) ^ ((x2) & (x4) & (x5)) ^ ((x3) & (x4) & (x6… argument
136 #define F5(x6,x5,x4,x3,x2,x1,x0) ( ((x1) & (x4)) ^ ((x2) & (x5)) ^ ((x3) & (x6)) ^ \ argument
/PHP-7.1/ext/gd/libgd/
H A Dgd.c802 int x1, y1, x2, y2; in gdImageBrushApply() local
1061 static void gdImageHLine(gdImagePtr im, int y, int x1, int x2, int col) in gdImageHLine()
1100 void gdImageLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageLine()
1296 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()
1854 int l, x1, x2, dy; in gdImageFill() local
1949 int i, l, x1, x2, dy; in _gdImageFillTiled() local
2022 void gdImageRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageRectangle()
2191 void gdImageFilledRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageFilledRectangle()
2638 int x2, y2; in gdImageFilledPolygon() local
[all …]
H A Dgd_interpolation.c375 const double x2 = x*x; in filter_cubic_spline() local
389 const double x2 = x1 * x1; in filter_cubic_convolution() local
/PHP-7.1/ext/mbstring/oniguruma/
H A Dtestc.c144 static void x2(char* pattern, char* str, int from, int to) in x2() function
H A Dtestu.c190 static void x2(char* pattern, char* str, int from, int to) in x2() function
/PHP-7.1/ext/mbstring/oniguruma/win32/
H A Dtestc.c144 static void x2(char* pattern, char* str, int from, int to) in x2() function
/PHP-7.1/ext/gd/
H A Dgd.c3109 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3137 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3158 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3179 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
/PHP-7.1/Zend/
H A Dzend_strtod.c1771 ULong *x, *x0, x1, x2; local

Completed in 64 milliseconds