Home
last modified time | relevance | path

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

123

/PHP-8.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c130 unsigned char *w = &device->buffer[device->pos]; in mbfl_memory_device_strncat() local
/PHP-8.3/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_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.c129 png_uint_32 width, height, rowbytes, w, h, res_x, res_y; in gdImageCreateFromPngCtx() local
H A Dgd_gif_out.c780 static int gifPutWord(int w, gdIOCtx *out)
H A Dgd.h279 int w; member
/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf8.c318 uint32_t w = *in++; in mb_wchar_to_utf8() local
H A Dmbfilter_qprint.c312 uint32_t w = *in++; in mb_wchar_to_qprint() local
H A Dmbfilter_base64.c318 uint32_t w = *in++; in mb_wchar_to_base64() local
H A Dmbfilter_htmlent.c439 uint32_t w = *in++; in mb_wchar_to_htmlent() local
H A Dmbfilter_utf7imap.c655 uint32_t w = *in++; in mb_wchar_to_utf7imap() local
H A Dmbfilter_utf7.c645 uint32_t w = *in++; in mb_wchar_to_utf7() local
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_utils.c359 struct winsize w; in phpdbg_get_terminal_width() local
380 struct winsize w; in phpdbg_get_terminal_height() local
/PHP-8.3/main/
H A Dreentrancy.c313 char *w = s - 1; in php_strtok_r() local
/PHP-8.3/ext/date/lib/
H A Dastro.c136 w, /* Mean longitude of perihelion */ in astro_sunpos() local
H A Dparse_date.c19829 timelib_sll w, d; in scan() local
21166 timelib_sll w, d; in scan() local
/PHP-8.3/ext/mysqli/
H A Dmysqli_nonapi.c895 MYSQLI_WARNING *w = NULL; local
921 MYSQLI_WARNING *w = NULL; local
/PHP-8.3/ext/mbstring/
H A Dmbstring.c2506 uint32_t w = wchar_buf[i]; in mb_trim_string() local
2920 static unsigned int estimate_demerits(uint32_t w) in estimate_demerits()
3059 uint32_t w = wchar_buf[--out_len]; in count_demerits() local
3656 static bool html_numeric_entity_convert(uint32_t w, uint32_t *convmap, int mapsize, uint32_t *retva… in html_numeric_entity_convert()
3701 uint32_t w = wchar_buf[i]; in html_numeric_entity_encode() local
3865 uint32_t w = *++p2; in html_numeric_entity_decode() local
3903 uint32_t w = *p2; in html_numeric_entity_decode() local
5904 uint32_t w = *p++; in mb_mime_header_encode() local
5949 uint32_t w = *p++; in mb_mime_header_encode() local
/PHP-8.3/ext/standard/
H A Dcrypt_sha256.c141 #define CYCLIC(w, s) ((w >> s) | (w << (32 - s))) in sha256_process_block() argument
H A Dcrypt_sha512.c166 #define CYCLIC(w, s) ((w >> s) | (w << (64 - s))) in sha512_process_block() argument
/PHP-8.3/sapi/cli/
H A Dphp_cli.c86 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-8.3/ext/fileinfo/libmagic/
H A Dcompress.c881 int status, rv, w; in uncompressbuf() local
/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_arm64.h189 int inv = 0, w = 64, s = 0xfff, xa, xb; in dasm_imm13() local
/PHP-8.3/ext/gd/
H A Dgd.c828 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
846 zend_long cx, cy, w, h, ST, E, col, style; in PHP_FUNCTION() local
2417 zend_long cx, cy, w, h, ST, E, col; in PHP_FUNCTION() local
2446 zend_long cx, cy, w, h, color; in PHP_FUNCTION() local
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c75 #define CHECK_EXTRA_REGS(p, w, do) \ argument
137 #define CHECK_EXTRA_REGS(p, w, do) argument

Completed in 166 milliseconds

123