Home
last modified time | relevance | path

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

/PHP-5.3/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.3/ext/gd/libgd/
H A Dgd.c667 static int clip_1d(int *x0, int *y0, int *x1, int *y1, int maxdim) { in clip_1d()
793 int x1, y1, x2, y2; in gdImageBrushApply() local
1050 static void gdImageHLine(gdImagePtr im, int y, int x1, int x2, int col) in gdImageHLine()
1089 void gdImageLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageLine()
1285 void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) in gdImageAALine()
1396 void gdImageDashedLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageDashedLine()
1860 int l, x1, x2, dy; in gdImageFill() local
1955 int i, l, x1, x2, dy; in _gdImageFillTiled() local
2030 void gdImageRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageRectangle()
2613 int x1, y1; in gdImageFilledPolygon() local
[all …]
H A Dgdft.c786 int x1 = 0, y1 = 0; local
/PHP-5.3/ext/gd/
H A Dgd.c3192 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3218 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3236 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3254 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
4362 int x1, y1, x2, y2, x3, y3, x4, y4; in PHP_FUNCTION() local
/PHP-5.3/Zend/
H A Dzend_strtod.c834 ULong *x, *x1, *xe, z; in lshift() local

Completed in 44 milliseconds