Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/mbstring/oniguruma/win32/
H A Dtestc.c144 static void x2(char* pattern, char* str, int from, int to) in x2() function
/PHP-5.5/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-5.5/ext/gd/libgd/
H A Dgd.c804 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()
1407 void gdImageDashedLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageDashedLine()
1875 int l, x1, x2, dy; in gdImageFill() local
1970 int i, l, x1, x2, dy; in _gdImageFillTiled() local
2043 void gdImageRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageRectangle()
2118 void gdImageFilledRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageFilledRectangle()
2623 int x2, y2; in gdImageFilledPolygon() local
[all …]
H A Dgd_interpolation.c363 const double x2 = x*x; in filter_cubic_spline() local
377 const double x2 = x1 * x1; in filter_cubic_convolution() local
/PHP-5.5/ext/gd/
H A Dgd.c3093 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3119 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3137 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3155 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
4258 int x1, y1, x2, y2, x3, y3, x4, y4; in PHP_FUNCTION() local

Completed in 59 milliseconds