Home
last modified time | relevance | path

Searched defs:w (Results 26 – 50 of 63) sorted by relevance

123

/PHP-7.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_iso2022_jp_ms.c96 int c1, s, w; in mbfl_filt_conv_2022jpms_wchar() local
H A Dmbfilter_cp932.c151 int c1, s, s1, s2, w; in mbfl_filt_conv_cp932_wchar() local
H A Dmbfilter_sjis_open.c150 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_open_wchar() local
H A Dmbfilter_sjis.c154 int c1, s1, s2, w; in mbfl_filt_conv_sjis_wchar() local
H A Dmbfilter_iso2022jp_mobile.c147 int c1, s, w, snd = 0; in mbfl_filt_conv_2022jp_mobile_wchar() local
H A Dmbfilter_sjis_2004.c139 int c1, c2, s, s1 = 0, s2 = 0, w = 0, w1; in mbfl_filt_conv_jis2004_wchar() local
H A Dmbfilter_sjis_mac.c137 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_mac_wchar() local
H A Dmbfilter_cp5022x.c241 int c1, s, w; in mbfl_filt_conv_jis_ms_wchar() local
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h416 #define SLJIT_W(w) (w##l) argument
418 #define SLJIT_W(w) (w##ll) argument
420 #define SLJIT_W(w) (w) argument
/PHP-7.3/ext/gd/libgd/
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.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()
2254 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy()
2335 …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_bmp.c45 static int gdBMPPutWord(gdIOCtx *out, int w) in gdBMPPutWord()
53 static int gdBMPPutInt(gdIOCtx *out, int w) in gdBMPPutInt()
H A Dgd_png.c124 png_uint_32 width, height, rowbytes, w, h, res_x, res_y; in gdImageCreateFromPngCtx() local
H A Dgd_gif_out.c766 static int gifPutWord(int w, gdIOCtx *out)
/PHP-7.3/ext/hash/
H A Dhash_sha.c177 #define FF(a, b, c, d, e, w) { \ argument
182 #define GG(a, b, c, d, e, w) { \ argument
187 #define HH(a, b, c, d, e, w) { \ argument
192 #define II(a, b, c, d, e, w) { \ argument
/PHP-7.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c238 unsigned char *w; in mbfl_memory_device_strncat() local
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_utils.c345 struct winsize w; in phpdbg_get_terminal_width() local
363 struct winsize w; in phpdbg_get_terminal_height() local
/PHP-7.3/ext/date/lib/
H A Dastro.c136 w, /* Mean longitude of perihelion */ in astro_sunpos() local
H A Dparse_date.c18413 timelib_sll w, d; in scan() local
19473 timelib_sll w, d; in scan() local
/PHP-7.3/main/
H A Dreentrancy.c421 char *w = s - 1; in php_strtok_r() local
/PHP-7.3/ext/mysqli/
H A Dmysqli_nonapi.c952 MYSQLI_WARNING *w; local
981 MYSQLI_WARNING *w; local
/PHP-7.3/
H A Drun-tests.php2254 function count_array_diff($ar1, $ar2, $is_reg, $w, $idx1, $idx2, $cnt1, $cnt2, $steps)
2296 function generate_array_diff($ar1, $ar2, $is_reg, $w)
/PHP-7.3/ext/standard/
H A Dcrypt_sha256.c146 #define CYCLIC(w, s) ((w >> s) | (w << (32 - s))) in sha256_process_block() argument
H A Dcrypt_sha512.c171 #define CYCLIC(w, s) ((w >> s) | (w << (64 - s))) in sha512_process_block() argument
/PHP-7.3/sapi/cli/
H A Dphp_cli.c92 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument

Completed in 104 milliseconds

123