Home
last modified time | relevance | path

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

/PHP-7.2/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.2/ext/gd/libgd/
H A Dgd.c714 static int clip_1d(int *x0, int *y0, int *x1, int *y1, int maxdim) { in clip_1d()
843 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()
1912 int l, x1, x2, dy; in gdImageFill() local
2007 int i, l, x1, x2, dy; in _gdImageFillTiled() local
2080 void gdImageRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageRectangle()
2682 int x1, y1; in gdImageFilledPolygon() local
[all …]
H A Dgd_interpolation.c370 static double filter_cubic_spline(const double x1) in filter_cubic_spline()
386 static double filter_cubic_convolution(const double x1) in filter_cubic_convolution()
431 static double filter_lanczos8(const double x1) in filter_lanczos8()
447 static double filter_lanczos3(const double x1) in filter_lanczos3()
463 static double filter_hermite(const double x1) in filter_hermite()
473 static double filter_triangle(const double x1) in filter_triangle()
481 static double filter_bell(const double x1) in filter_bell()
527 static double filter_quadratic(const double x1) in filter_quadratic()
557 static double filter_quadratic_bspline(const double x1) in filter_quadratic_bspline()
2245 int x1,y1; in gdImageClipRectangle() local
H A Dgdft.c830 int x1 = 0, y1 = 0; local
/PHP-7.2/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c170 UINT32 t, x0, x1; in KeccakP1600_AddLanes() local
225 UINT32 t, x0, x1; in KeccakP1600_OverwriteLanes() local
312 UINT32 t, x0, x1; in KeccakP1600_ExtractLanes() local
387 UINT32 t, x0, x1; in KeccakP1600_ExtractAndAddLanes() local
/PHP-7.2/ext/gd/
H A Dgd.c3176 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3201 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3222 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3243 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3904 zend_long x1, y1, x2, y2; in PHP_FUNCTION() local
3925 int x1, y1, x2, y2; in PHP_FUNCTION() local
/PHP-7.2/Zend/
H A Dzend_strtod.c1026 ULong *x, *x1, *xe, z; local
1737 ULong *x, *x1, *xe, y; local
1771 ULong *x, *x0, x1, x2; local

Completed in 99 milliseconds