Home
last modified time | relevance | path

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

123

/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_qprint.c313 uint32_t w = *in++; in mb_wchar_to_qprint() local
H A Dmbfilter_base64.c319 uint32_t w = *in++; in mb_wchar_to_base64() local
H A Dmbfilter_htmlent.c440 uint32_t w = *in++; in mb_wchar_to_htmlent() local
H A Dmbfilter_utf7imap.c657 uint32_t w = *in++; in mb_wchar_to_utf7imap() local
H A Dmbfilter_utf7.c646 uint32_t w = *in++; in mb_wchar_to_utf7() local
/php-src/ext/gd/libgd/
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-src/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h411 #define SLJIT_W(w) (w##ll) argument
413 #define SLJIT_W(w) (w##l) argument
416 #define SLJIT_W(w) (w) argument
H A DsljitNativeX86_common.c84 #define CHECK_EXTRA_REGS(p, w, do) \ argument
144 #define CHECK_EXTRA_REGS(p, w, do) argument
/php-src/ext/opcache/jit/ir/
H A Dir_private.h764 IR_ALWAYS_INLINE void ir_worklist_init(ir_worklist *w, uint32_t size) in ir_worklist_init()
770 IR_ALWAYS_INLINE void ir_worklist_free(ir_worklist *w) in ir_worklist_free()
776 IR_ALWAYS_INLINE uint32_t ir_worklist_len(const ir_worklist *w) in ir_worklist_len()
781 IR_ALWAYS_INLINE uint32_t ir_worklist_capasity(const ir_worklist *w) in ir_worklist_capasity()
786 IR_ALWAYS_INLINE void ir_worklist_clear(ir_worklist *w) in ir_worklist_clear()
792 IR_ALWAYS_INLINE bool ir_worklist_push(ir_worklist *w, ir_ref val) in ir_worklist_push()
804 IR_ALWAYS_INLINE ir_ref ir_worklist_pop(ir_worklist *w) in ir_worklist_pop()
809 IR_ALWAYS_INLINE ir_ref ir_worklist_peek(const ir_worklist *w) in ir_worklist_peek()
/php-src/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-src/main/
H A Dreentrancy.c312 char *w = s - 1; in php_strtok_r() local
/php-src/ext/date/lib/
H A Dastro.c136 w, /* Mean longitude of perihelion */ in astro_sunpos() local
H A Dparse_date.c19825 timelib_sll w, d; in scan() local
21162 timelib_sll w, d; in scan() local
/php-src/ext/mysqli/
H A Dmysqli_nonapi.c895 MYSQLI_WARNING *w = NULL; local
921 MYSQLI_WARNING *w = NULL; local
/php-src/ext/mbstring/
H A Dmbstring.c2541 uint32_t w = wchar_buf[i]; in mb_trim_string() local
3005 static bool is_trim_wchar(uint32_t w, const HashTable *ht, const uint32_t *default_chars, size_t de… in is_trim_wchar()
3036 uint32_t w = wchar_buf[i]; in trim_each_wchar() local
3171 static unsigned int estimate_demerits(uint32_t w) in estimate_demerits()
3310 uint32_t w = wchar_buf[--out_len]; in count_demerits() local
3913 static bool html_numeric_entity_convert(uint32_t w, uint32_t *convmap, size_t conversion_map_size, … in html_numeric_entity_convert()
3958 uint32_t w = wchar_buf[i]; in html_numeric_entity_encode() local
4122 uint32_t w = *++p2; in html_numeric_entity_decode() local
4160 uint32_t w = *p2; in html_numeric_entity_decode() local
6166 uint32_t w = *p++; in mb_mime_header_encode() local
[all …]
/php-src/ext/standard/
H A Dcrypt_sha256.c136 #define CYCLIC(w, s) ((w >> s) | (w << (32 - s))) in sha256_process_block() argument
H A Dcrypt_sha512.c165 #define CYCLIC(w, s) ((w >> s) | (w << (64 - s))) in sha512_process_block() argument
H A Dstreamsfuncs.c34 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/php-src/sapi/cli/
H A Dphp_cli.c86 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.h187 int inv = 0, w = 64, s = 0xfff, xa, xb; in dasm_imm13() local
/php-src/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-src/ext/fileinfo/libmagic/
H A Dcompress.c1057 int status, rv, w; in uncompressbuf() local

Completed in 169 milliseconds

123