Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/mbstring/libmbfl/filters/
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_utf8_mobile.c192 int s, w = 0, flag = 0; in mbfl_filt_conv_utf8_mobile_wchar() local
H A Dmbfilter_sjis.c152 int c1, s1, s2, w; in mbfl_filt_conv_sjis_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_iso2022jp_mobile.c145 int c1, s, w, snd = 0; in mbfl_filt_conv_2022jp_mobile_wchar() local
H A Dmbfilter_cp5022x.c231 int c1, s, w; in mbfl_filt_conv_jis_ms_wchar() local
/PHP-5.5/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-5.5/ext/gd/libgd/
H A Dgd_gd2.c403 gdImagePtr gdImageCreateFromGd2PartPtr (int size, void *data, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2PartPtr()
413 gdImagePtr gdImageCreateFromGd2Part (FILE * inFile, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2Part()
425 gdImagePtr gdImageCreateFromGd2PartCtx (gdIOCtx * in, int srcx, int srcy, int w, int h) in gdImageCreateFromGd2PartCtx()
H A Dgd.c306 #define RETURN_HWB(h, w, b) {HWB->H = h; HWB->W = w; HWB->B = b; return HWB;} argument
344 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
1525 int w, wstart; in dashedSet() local
1675 void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) in gdImageArc()
1684 void gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int st… in gdImageFilledArc()
2163 void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, in… in gdImageCopy()
2262 …rge (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMerge()
2302 …ray (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct) in gdImageCopyMergeGray()
H A Dwebpimg.c223 int w = 0, h = 0; in WebPGetPSNR() local
889 const int w = ((data[7] << 8) | data[6]) & 0x3fff; in WebPGetInfo() local
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-5.5/ext/date/lib/
H A Ddow.c136 timelib_sll timelib_daynr_from_weeknr(timelib_sll y, timelib_sll w, timelib_sll d) in timelib_daynr_from_weeknr()
H A Dastro.c131 w, /* Mean longitude of perihelion */ in astro_sunpos() local
H A Dparse_date.c13185 timelib_sll w, d; in scan() local
13213 timelib_sll w, d; in scan() local
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h394 #define SLJIT_W(w) (w##ll) argument
396 #define SLJIT_W(w) (w) argument
/PHP-5.5/main/
H A Dreentrancy.c429 char *w = s - 1; in php_strtok_r() local
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c917 MYSQLI_WARNING *w; local
947 MYSQLI_WARNING *w; local
/PHP-5.5/
H A Drun-tests.php2145 function count_array_diff($ar1, $ar2, $is_reg, $w, $idx1, $idx2, $cnt1, $cnt2, $steps)
2187 function generate_array_diff($ar1, $ar2, $is_reg, $w)
/PHP-5.5/ext/session/
H A Dsession.c252 unsigned short w; in bin_to_readable() local
/PHP-5.5/ext/standard/
H A Dcrypt_sha512.c182 #define CYCLIC(w, s) ((w >> s) | (w << (64 - s))) in sha512_process_block() argument
H A Dcrypt_sha256.c157 #define CYCLIC(w, s) ((w >> s) | (w << (32 - s))) in sha256_process_block() argument

Completed in 84 milliseconds

123