Home
last modified time | relevance | path

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

123

/PHP-7.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_jis.c119 int c1, s, w; in mbfl_filt_conv_jis_wchar() local
H A Dmbfilter_iso2022_jp_ms.c94 int c1, s, w; in mbfl_filt_conv_2022jpms_wchar() local
H A Dmbfilter_cp932.c149 int c1, s, s1, s2, w; in mbfl_filt_conv_cp932_wchar() local
H A Dmbfilter_sjis_open.c148 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_open_wchar() local
H A Dmbfilter_sjis.c152 int c1, s1, s2, w; in mbfl_filt_conv_sjis_wchar() local
H A Dmbfilter_iso2022jp_mobile.c145 int c1, s, w, snd = 0; in mbfl_filt_conv_2022jp_mobile_wchar() local
H A Dmbfilter_sjis_2004.c137 int c1, c2, s, s1 = 0, s2 = 0, w = 0, w1; in mbfl_filt_conv_jis2004_wchar() local
H A Dmbfilter_sjis_mac.c135 int c1, s, s1, s2, w; in mbfl_filt_conv_sjis_mac_wchar() local
H A Dmbfilter_cp5022x.c231 int c1, s, w; in mbfl_filt_conv_jis_ms_wchar() local
/PHP-7.0/ext/hash/
H A Dhash_sha.c181 #define FF(a, b, c, d, e, w) { \ argument
186 #define GG(a, b, c, d, e, w) { \ argument
191 #define HH(a, b, c, d, e, w) { \ argument
196 #define II(a, b, c, d, e, w) { \ argument
/PHP-7.0/ext/gd/libgd/
H A Dgd_gd2.c411 gdImagePtr gdImageCreateFromGd2PartPtr (int size, void *data, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2PartPtr()
421 gdImagePtr gdImageCreateFromGd2Part (FILE * inFile, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2Part()
433 gdImagePtr gdImageCreateFromGd2PartCtx (gdIOCtx * in, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2PartCtx()
H A Dgd.c304 #define RETURN_HWB(h, w, b) {HWB->H = h; HWB->W = w; HWB->B = b; return HWB;} argument
342 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
1104 int w, wstart; in gdImageLine() local
1492 int w, wstart; in dashedSet() local
1640 void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) in gdImageArc()
1645 void gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int st… in gdImageFilledArc()
2197 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy()
2278 …rge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMerge()
2318 …ray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMergeGray()
H A Dgd_png.c123 png_uint_32 width, height, rowbytes, w, h; in gdImageCreateFromPngCtx() local
H A Dgd_gif_out.c766 static int gifPutWord(int w, gdIOCtx *out)
/PHP-7.0/ext/date/lib/
H A Ddow.c140 timelib_sll timelib_daynr_from_weeknr(timelib_sll y, timelib_sll w, timelib_sll d) in timelib_daynr_from_weeknr()
H A Dastro.c136 w, /* Mean longitude of perihelion */ in astro_sunpos() local
H A Dparse_date.c12211 timelib_sll w, d; in scan() local
12239 timelib_sll w, d; in scan() local
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h394 #define SLJIT_W(w) (w##ll) argument
396 #define SLJIT_W(w) (w) argument
/PHP-7.0/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.0/main/
H A Dreentrancy.c429 char *w = s - 1; in php_strtok_r() local
/PHP-7.0/ext/mysqli/
H A Dmysqli_nonapi.c897 MYSQLI_WARNING *w; local
926 MYSQLI_WARNING *w; local
/PHP-7.0/
H A Drun-tests.php2244 function count_array_diff($ar1, $ar2, $is_reg, $w, $idx1, $idx2, $cnt1, $cnt2, $steps)
2286 function generate_array_diff($ar1, $ar2, $is_reg, $w)
/PHP-7.0/ext/session/
H A Dsession.c266 unsigned short w; in bin_to_readable() local
/PHP-7.0/ext/standard/
H A Dcrypt_sha512.c176 #define CYCLIC(w, s) ((w >> s) | (w << (64 - s))) in sha512_process_block() argument
/PHP-7.0/sapi/cli/
H A Dphp_cli.c92 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument

Completed in 164 milliseconds

123