Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 60) sorted by path

123

/PHP-8.1/Zend/Optimizer/
H A Dzend_worklist.h74 #define ZEND_WORKLIST_ALLOCA(w, _len, use_heap) do { \ argument
82 #define ZEND_WORKLIST_FREE_ALLOCA(w, use_heap) \ argument
/PHP-8.1/Zend/
H A Dzend_strtod.c1247 ULong *xa, *xa0, w, y, z; local
/PHP-8.1/ext/date/lib/
H A Dastro.c136 w, /* Mean longitude of perihelion */ in astro_sunpos() local
H A Dparse_date.c13455 timelib_sll w, d; in scan() local
13483 timelib_sll w, d; in scan() local
/PHP-8.1/ext/date/
H A Dphp_date.c3309 static void php_date_isodate_set(zval *object, zend_long y, zend_long w, zend_long d, zval *return_… in php_date_isodate_set()
3329 zend_long y, w, d = 1; in PHP_FUNCTION() local
3345 zend_long y, w, d = 1; in PHP_METHOD() local
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcompress.c818 int status, rv, w; in uncompressbuf() local
/PHP-8.1/ext/gd/
H A Dgd.c978 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
996 zend_long cx, cy, w, h, ST, E, col, style; in PHP_FUNCTION() local
2571 zend_long cx, cy, w, h, ST, E, col; in PHP_FUNCTION() local
2600 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
/PHP-8.1/ext/gd/libgd/
H A Dgd.c342 #define RETURN_HWB(h, w, b) {HWB->H = h; HWB->W = w; HWB->B = b; return HWB;} argument
380 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
1044 int w, wstart; in gdImageLine() local
1437 int w, wstart; in dashedSet() local
1589 void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) in gdImageArc()
1594 void gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int st… in gdImageFilledArc()
1715 void gdImageEllipse(gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageEllipse()
1754 void gdImageFilledEllipse (gdImagePtr im, int mx, int my, int w, int h, int c) in gdImageFilledEllipse()
2256 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy()
2337 …rge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMerge()
[all …]
H A Dgd.h279 int w; member
H A Dgd2time.c17 int x, y, w, h; in main() local
H A Dgd_bmp.c45 static int gdBMPPutWord(gdIOCtx *out, int w) in gdBMPPutWord()
53 static int gdBMPPutInt(gdIOCtx *out, int w) in gdBMPPutInt()
H A Dgd_gd2.c412 gdImagePtr gdImageCreateFromGd2PartPtr (int size, void *data, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2PartPtr()
422 gdImagePtr gdImageCreateFromGd2Part (FILE * inFile, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2Part()
434 gdImagePtr gdImageCreateFromGd2PartCtx (gdIOCtx * in, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2PartCtx()
H A Dgd_gif_out.c780 static int gifPutWord(int w, gdIOCtx *out)
H A Dgd_io.c34 void Putword (int w, gdIOCtx * ctx) in Putword()
53 void gdPutWord (int w, gdIOCtx * ctx) in gdPutWord()
61 void gdPutInt (int w, gdIOCtx * ctx) in gdPutInt()
H A Dgd_png.c129 png_uint_32 width, height, rowbytes, w, h, res_x, res_y; in gdImageCreateFromPngCtx() local
H A Dgdparttopng.c15 int x, y, w, h; in main() local
H A Dgdtestft.c11 #define MAX4(x,y,z,w) \ argument
13 #define MIN4(x,y,z,w) \ argument
/PHP-8.1/ext/hash/
H A Dhash_gost.c57 #define X(w, u, v) \ argument
67 #define P(key, w) \ argument
209 uint32_t l, r, t, key[8], u[8], v[8], w[8], s[8], *h = context->state, *m = data; in Gost() local
/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_big5.c146 int k, c1, w; in mbfl_filt_conv_big5_wchar() local
H A Dmbfilter_cp5022x.c149 int c1, s, w; in mbfl_filt_conv_cp5022x_wchar() local
H A Dmbfilter_cp51932.c100 int c1, s, w; in mbfl_filt_conv_cp51932_wchar() local
H A Dmbfilter_cp932.c201 int c1, s, s1, s2, w; in mbfl_filt_conv_cp932_wchar() local
H A Dmbfilter_cp936.c96 int c1, c2, w = -1; in mbfl_filt_conv_cp936_wchar() local
H A Dmbfilter_euc_cn.c94 int c1, w; in mbfl_filt_conv_euccn_wchar() local
H A Dmbfilter_euc_jp.c99 int c1, s, w = 0; in mbfl_filt_conv_eucjp_wchar() local

Completed in 138 milliseconds

123