Home
last modified time | relevance | path

Searched defs:n (Results 26 – 50 of 221) sorted by relevance

123456789

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h105 #define PUT(a,n,d) \ argument
108 #define GET(a,n) \ argument
117 #define GET(a,n) \ argument
127 #define GET(a,n) \ argument
143 #define PUT(a,n,d) \ argument
145 #define GET(a,n) \ argument
152 #define PUT(a,n,d) \ argument
155 #define GET(a,n) \ argument
169 #define PUT(a,n,d) \ argument
171 #define GET(a,n) \ argument
[all …]
H A Dpcre2_find_bracket.c99 int n = (int)GET2(code, 1+LINK_SIZE); in PRIV() local
H A Dpcre2_substring.c86 uint32_t n = GET2(entry, 0); in pcre2_substring_copy_byname() local
174 uint32_t n = GET2(entry, 0); in pcre2_substring_get_byname() local
281 uint32_t n = GET2(entry, 0); in pcre2_substring_length_byname() local
H A Dpcre2_error.c304 int n; in pcre2_get_error_message() local
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_ucs4.c162 int n, endian; in mbfl_filt_conv_ucs4_wchar() local
221 int n; in mbfl_filt_conv_ucs4be_wchar() local
265 int n; in mbfl_filt_conv_ucs4le_wchar() local
H A Dmbfilter_qprint.c82 int s, n; in mbfl_filt_conv_qprintenc() local
182 int n, m; in mbfl_filt_conv_qprintdec() local
H A Dmbfilter_base64.c93 int n; in mbfl_filt_conv_base64enc() local
159 int n; in mbfl_filt_conv_base64dec() local
H A Dutf7_helper.h12 static inline bool is_base64_end_valid(unsigned char n, bool gap, bool is_surrogate) in is_base64_end_valid()
/php-src/ext/bcmath/libbcmath/src/
H A Dnum2long.c46 char n = *nptr++; in bc_num2long() local
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.h168 static int dasm_imm12(unsigned int n) in dasm_imm12()
180 int n = -1; in dasm_ffs() local
188 unsigned long long n = (((unsigned long long)hi) << 32) | (unsigned int)lo; in dasm_imm13() local
245 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local
367 int n = D->lglabels[idx]; in dasm_link() local
442 int n = (action >= DASM_ALIGN && action < DASM__MAX) ? *b++ : 0; in dasm_encode() local
H A Dminilua.c178 #define lua_pop(L,n)lua_settop(L,-(n)-1) argument
182 #define lua_isfunction(L,n)(lua_type(L,(n))==6) argument
183 #define lua_istable(L,n)(lua_type(L,(n))==5) argument
184 #define lua_isnil(L,n)(lua_type(L,(n))==0) argument
185 #define lua_isboolean(L,n)(lua_type(L,(n))==1) argument
186 #define lua_isnone(L,n)(lua_type(L,(n))==(-1)) argument
187 #define lua_isnoneornil(L,n)(lua_type(L,(n))<=0) argument
228 lua_Number n; member
396 size_t n; member
407 size_t n; member
[all …]
/php-src/main/
H A Dstrlcpy.c65 size_t n = siz; in php_strlcpy() local
H A Dstrlcat.c68 size_t n = siz; in php_strlcat() local
/php-src/ext/opcache/jit/ir/
H A Dir_private.h316 IR_ALWAYS_INLINE uint32_t ir_bitset_len(uint32_t n) in ir_bitset_len()
321 IR_ALWAYS_INLINE ir_bitset ir_bitset_malloc(uint32_t n) in ir_bitset_malloc()
326 IR_ALWAYS_INLINE void ir_bitset_incl(ir_bitset set, uint32_t n) in ir_bitset_incl()
331 IR_ALWAYS_INLINE void ir_bitset_excl(ir_bitset set, uint32_t n) in ir_bitset_excl()
489 #define IR_SPARSE_SET_DENSE(set, n) (set)->data[n] argument
578 IR_ALWAYS_INLINE void ir_bitqueue_init(ir_bitqueue *q, uint32_t n) in ir_bitqueue_init()
626 IR_ALWAYS_INLINE void ir_bitqueue_add(ir_bitqueue *q, uint32_t n) in ir_bitqueue_add()
635 IR_ALWAYS_INLINE void ir_bitqueue_del(ir_bitqueue *q, uint32_t n) in ir_bitqueue_del()
956 uint32_t n = IR_OPERANDS_COUNT(flags); in ir_operands_count() local
968 uint32_t n = IR_INPUT_EDGES_COUNT(flags); in ir_input_edges_count() local
[all …]
H A Dir_save.c91 ir_ref i, j, n, ref, *p; in ir_save() local
330 ir_ref n = use_list->count; in ir_save() local
/php-src/ext/session/
H A Dmod_files.c111 size_t n; in ps_files_path_create() local
229 size_t n = 0; in ps_files_write() local
469 zend_long n = 0; in PS_READ_FUNC() local
/php-src/Zend/Optimizer/
H A Dzend_dump.c446 uint32_t n = 0; in zend_dump_op() local
783 static void zend_dump_block_info(const zend_cfg *cfg, int n, uint32_t dump_flags) in zend_dump_block_info()
881 …(const zend_cfg *cfg, const zend_op_array *op_array, const zend_ssa *ssa, int n, uint32_t dump_fla… in zend_dump_block_header()
1026 int n; in zend_dump_op_array() local
H A Dblock_pass.c1104 for (int n = 0; n < cfg->blocks_count; n++) { in assemble_code_blocks() local
1111 …sic_block *get_target_block(const zend_cfg *cfg, zend_basic_block *block, int n, uint32_t *opt_cou… in get_target_block()
1127 …sic_block *get_follow_block(const zend_cfg *cfg, zend_basic_block *block, int n, uint32_t *opt_cou… in get_follow_block()
1413 int n; in zend_t_usage() local
H A Dcompact_literals.c42 #define LITERAL_INFO(n, related) do { \ argument
157 int i, j, n, *map; in zend_optimizer_compact_literals() local
/php-src/sapi/phpdbg/
H A Dphpdbg_lexer.l22 #define YYFILL(n) argument
/php-src/ext/standard/
H A Dcrypt_sha256.c33 size_t n = strlen(src); in __php_stpncpy() local
57 # define SWAP(n) \ argument
60 # define SWAP(n) (n) argument
514 int n = _snprintf(cp, MAX(0, buflen), "%s" ZEND_ULONG_FMT "$", sha256_rounds_prefix, rounds); in php_sha256_crypt_r() local
H A Dmetaphone.c120 #define Look_Back_Letter(n) (w_idx >= n ? Convert_Raw(word[w_idx-n]) : '\0') argument
126 #define Look_Ahead_Letter(n) (toupper(Lookahead((char *) word+w_idx, n))) argument
/php-src/ext/fileinfo/libmagic/
H A Dstrcasestr.c47 _strncasecmp(const char *s1, const char *s2, size_t n) in _strncasecmp()
/php-src/Zend/
H A Dzend_config.w32.h45 #define strncasecmp(s1, s2, n) _strnicmp(s1, s2, n) argument
/php-src/ext/hash/
H A Dhash_ripemd.c166 #define K(n) K_values[ (n) >> 4] argument
167 #define KK(n) KK_values[(n) >> 4] argument
168 #define KK160(n) KK160_values[(n) >> 4] argument
200 #define ROL(n, x) (((x) << n) | ((x) >> (32 - n))) argument

Completed in 96 milliseconds

123456789