Home
last modified time | relevance | path

Searched refs:uint32_t (Results 151 – 175 of 441) sorted by relevance

12345678910>>...18

/php-src/ext/intl/collator/
H A Dcollator_sort.c335 uint32_t sortKeyBufSize = DEF_SORT_KEYS_BUF_SIZE; /* buffer size */ in PHP_FUNCTION()
337uint32_t sortKeyLen = 0; /* the length of currently processing… in PHP_FUNCTION()
338 uint32_t bufLeft = 0; in PHP_FUNCTION()
339 uint32_t bufIncrement = 0; in PHP_FUNCTION()
342 uint32_t sortKeyIndxBufSize = DEF_SORT_KEYS_INDX_BUF_SIZE; in PHP_FUNCTION()
343 uint32_t sortKeyIndxSize = sizeof( collator_sort_key_index_t ); in PHP_FUNCTION()
345 uint32_t sortKeyCount = 0; in PHP_FUNCTION()
346 uint32_t j = 0; in PHP_FUNCTION()
/php-src/ext/opcache/jit/ir/
H A Dir_save.c43 uint32_t succ; in ir_save_dessa_moves()
89 void ir_save(const ir_ctx *ctx, uint32_t save_flags, FILE *f) in ir_save()
93 uint32_t flags; in ir_save()
121 uint32_t b = ctx->cfg_map[i]; in ir_save()
144 uint32_t i; in ir_save()
153 uint32_t i; in ir_save()
215 uint32_t opnd_kind = IR_OPND_KIND(flags, j); in ir_save()
301 uint32_t rule = ctx->rules[i]; in ir_save()
302 uint32_t id = rule & IR_RULE_MASK; in ir_save()
349 uint32_t b = ctx->cfg_map[i]; in ir_save()
H A Dir_dump.c15 uint32_t flags; in ir_dump()
62 uint32_t flags; in ir_dump_dot()
167 uint32_t succ; in ir_dump_dessa_moves()
219 uint32_t i; in ir_dump_cfg_block()
228 uint32_t i; in ir_dump_cfg_block()
274 uint32_t pos = 0, i, count; in ir_dump_cfg_block()
482 uint32_t flags, _b, b; in ir_dump_codegen()
536 uint32_t i; in ir_dump_codegen()
545 uint32_t i; in ir_dump_codegen()
674 uint32_t rule = ctx->rules[i]; in ir_dump_codegen()
[all …]
H A Dir_ra.c43 uint32_t *vregs; in ir_assign_virtual_registers_slow()
45 uint32_t b; in ir_assign_virtual_registers_slow()
49 uint32_t flags; in ir_assign_virtual_registers_slow()
84 uint32_t *vregs; in ir_assign_virtual_registers()
97 uint32_t v = 0; in ir_assign_virtual_registers()
585 uint32_t len; in ir_compute_live_ranges()
715 uint32_t v; in ir_compute_live_ranges()
1696 uint32_t b;
1904 uint32_t i; in ir_coalesce()
3459 uint32_t v; in ir_assign_bound_spill_slots()
[all …]
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c83 uint32_t nestlevel = 0; in find_text_end()
119 uint32_t ch; in find_text_end()
229 uint32_t ovector_count; in pcre2_substitute()
230 uint32_t goptions = 0; in pcre2_substitute()
231 uint32_t suboptions; in pcre2_substitute()
382 uint32_t ptrstackptr = 0; in pcre2_substitute()
508 uint32_t ch; in pcre2_substitute()
539 uint32_t special = 0; in pcre2_substitute()
701 uint32_t ng = GET2(entry, 0); in pcre2_substitute()
786 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()
[all …]
H A Dpcre2_extuni.c60 PRIV(extuni)(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, in PRIV()
92 PRIV(extuni)(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, in PRIV()
H A Dpcre2_internal.h1904 uint32_t magic;
1905 uint32_t version;
1906 uint32_t config;
1978 extern const uint32_t PRIV(hspace_list)[];
1979 extern const uint32_t PRIV(vspace_list)[];
1990 extern const uint32_t PRIV(ucp_gbtable)[];
1991 extern const uint32_t PRIV(ucp_gentype)[];
2046 int *, uint32_t, uint32_t, BOOL, compile_block *);
2051 uint32_t *, BOOL);
2057 extern unsigned int _pcre2_ord2utf(uint32_t, PCRE2_UCHAR *);
[all …]
/php-src/docs/source/core/data-structures/
H A Dzval.rst60 uint32_t w1;
61 uint32_t w2;
91 uint32_t type_info;
102 uint32_t next; /* hash collision chain */
103 uint32_t cache_slot; /* cache slot (for RECV_INIT) */
104 uint32_t opline_num; /* opline number (for FAST_CALL) */
105 uint32_t lineno; /* line number (for ast nodes) */
107 uint32_t fe_pos; /* foreach position */
108 uint32_t fe_iter_idx; /* foreach iterator index */
110 uint32_t constant_flags; /* constant flags */
[all …]
/php-src/ext/hash/
H A Dphp_hash_snefru_tables.h17 static const uint32_t tables[16][256]= {
H A Dhash_tiger.c41 t2[(unsigned char)(((uint32_t)(c))>>(2*8))] ^ \
43 t4[(unsigned char)(((uint32_t)((c)>>(4*8)))>>(2*8))] ; \
44 b += t4[(unsigned char)(((uint32_t)(c))>>(1*8))] ^ \
45 t3[(unsigned char)(((uint32_t)(c))>>(3*8))] ^ \
46 t2[(unsigned char)(((uint32_t)((c)>>(4*8)))>>(1*8))] ^ \
47 t1[(unsigned char)(((uint32_t)((c)>>(4*8)))>>(3*8))]; \
H A Dhash_gost.c206 static inline void Gost(PHP_GOST_CTX *context, uint32_t data[8]) in Gost()
209 uint32_t l, r, t, key[8], u[8], v[8], w[8], s[8], *h = context->state, *m = data; in Gost()
226 uint32_t data[8], temp = 0; in GostTransform()
229 data[i] = ((uint32_t) input[j]) | (((uint32_t) input[j + 1]) << 8) | in GostTransform()
230 (((uint32_t) input[j + 2]) << 16) | (((uint32_t) input[j + 3]) << 24); in GostTransform()
250 static const uint32_t MAX32 = 0xffffffffLU;
286 uint32_t i, j, l[8] = {0}; in PHP_GOSTFinal()
/php-src/ext/mbstring/
H A Drare_cp_bitvec.h12 static const uint32_t rare_codepoint_bitvec[] = {
H A Dmbstring.c104 uint32_t mb_convert_kana_codepoint(uint32_t c, uint32_t next, bool *consumed, uint32_t *second, int…
3798 uint32_t argc; in PHP_FUNCTION()
3901 uint32_t *convmap = (uint32_t*)safe_emalloc(n_elems, sizeof(uint32_t), 0); in make_conversion_map()
3918 static bool html_numeric_entity_convert(uint32_t w, uint32_t *convmap, size_t conversion_map_size, in html_numeric_entity_convert()
4037 …atic bool html_numeric_entity_deconvert(uint32_t number, uint32_t *convmap, size_t conversion_map_… in html_numeric_entity_deconvert()
4121 uint32_t *p2 = p; in html_numeric_entity_decode()
4165 uint32_t w = *p2; in html_numeric_entity_decode()
5099 uint32_t d; in mb_fast_check_utf8_default()
6156 uint32_t *p, *e; in mb_mime_header_encode()
6171 uint32_t w = *p++; in mb_mime_header_encode()
[all …]
/php-src/sapi/fpm/fpm/
H A Dfpm_atomic.h24 typedef uint32_t atomic_uint_t;
83 typedef uint32_t atomic_uint_t;
112 typedef uint32_t atomic_uint_t;
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c95 (CAST(uint32_t, (p)->hl[0])))
100 (CAST(uint32_t, (p)->hl[3])))
218 uint32_t magindex = 0; in match()
896 o += CAST(uint32_t, l); in moffset()
995 file_private uint32_t
1109 DO_CVT(l, uint32_t); in cvt_32()
1624 CAST(uint32_t, offset + o), CAST(uint32_t, nbytes), m) == -1) in mget()
1994 uint32_t flags) in file_strncmp()
2040 uint32_t _i = 0; in file_strncmp()
2073 uint32_t flags) in file_strncmp16()
[all …]
H A Dapprentice.c100 uint32_t count;
101 uint32_t max;
146 file_private uint32_t swap4(uint32_t);
1392 uint32_t i; in set_last_default()
1445 uint32_t i; in magic_entry_free()
1457 uint32_t i, j; in apprentice_load()
3208 uint32_t *ptr; in apprentice_map()
3360 uint32_t i; in apprentice_compile()
3460 uint32_t i;
3486 uint32_t rv;
[all …]
/php-src/ext/intl/msgformat/
H A Dmsgformat_data.c81 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec) in msgformat_fix_quotes()
85 uint32_t npattern_len; in msgformat_fix_quotes()
/php-src/ext/standard/
H A Dmd5.c166 typedef ZEND_SET_ALIGNED(1, uint32_t unaligned_uint32_t);
174 (uint32_t)ptr[(n) * 4] | \
175 ((uint32_t)ptr[(n) * 4 + 1] << 8) | \
176 ((uint32_t)ptr[(n) * 4 + 2] << 16) | \
177 ((uint32_t)ptr[(n) * 4 + 3] << 24))
189 uint32_t a, b, c, d; in body()
190 uint32_t saved_a, saved_b, saved_c, saved_d; in body()
306 uint32_t saved_lo; in PHP_MD5Update()
307 uint32_t used, free; in PHP_MD5Update()
341 uint32_t used, free; in PHP_MD5Final()
/php-src/Zend/
H A Dzend_objects_API.c28 ZEND_API void ZEND_FASTCALL zend_objects_store_init(zend_objects_store *objects, uint32_t init_size) in zend_objects_store_init()
49 uint32_t i; in zend_objects_store_call_destructors()
134 uint32_t new_size = 2 * EG(objects_store).size; in zend_objects_store_put_cold()
191 uint32_t handle = object->handle; in zend_objects_store_del()
H A Dzend_execute.c1128 uint32_t type_mask; in zend_check_type_slow()
1246 uint32_t i; in zend_verify_internal_arg_types()
1338 uint32_t num_checked = 0; in zend_verify_internal_func_info()
3519 uint32_t type_mask; in i_zend_verify_type_assignable_zval()
3943 uint32_t count; in zend_copy_extra_args()
3944 uint32_t type_flags = 0; in zend_copy_extra_args()
3982 static zend_always_inline void zend_init_cvs(uint32_t first, uint32_t last EXECUTE_DATA_DC) in zend_init_cvs()
4211 uint32_t num_args; in zend_unfinished_calls_gc()
4650 uint32_t tmp_info; in zend_swap_operands()
4748 uint32_t call_info; in zend_init_dynamic_call_object()
[all …]
H A Dzend_ast.c150 uint32_t lineno; in zend_ast_create_1()
169 uint32_t lineno; in zend_ast_create_2()
191 uint32_t lineno; in zend_ast_create_3()
403 uint32_t i; in zend_ast_create_list()
722 uint32_t i; in zend_ast_evaluate_inner()
1037 uint32_t i; in zend_ast_tree_size()
1078 uint32_t i; in zend_ast_tree_copy()
1145 uint32_t i; in zend_ast_destroy()
1182 uint32_t i; in zend_ast_apply()
1512 uint32_t i; in zend_ast_export_if_stmt()
[all …]
/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dselector.h107 typedef uint32_t lxb_css_selector_specificity_t;
110 ((sp) & ~((((uint32_t) 1 << 9) - 1) << (n)))
113 ((((uint32_t) 1 << 31) - 1) << (9))
118 (((sp) >> 27) & ~((((uint32_t) 1 << 31) - 1) << (1)))
/php-src/Zend/Optimizer/
H A Dzend_ssa.h52 uint32_t type_mask; /* Type mask to intersect with */
122 uint32_t type; /* inferred type (see zend_inference.h) */
147 …rena **arena, const zend_script *script, const zend_op_array *op_array, uint32_t build_flags, zend…
149 …a_rename_op(const zend_op_array *op_array, const zend_op *opline, uint32_t k, uint32_t build_flags…
321 uint32_t _end = _block->start + _block->len; \
/php-src/ext/dom/
H A Dparentnode.c111 static bool dom_is_node_in_list(const zval *nodes, uint32_t nodesc, const xmlNode *node_to_find) in dom_is_node_in_list()
113 for (uint32_t i = 0; i < nodesc; i++) { in dom_is_node_in_list()
387 for (uint32_t i = 0; i < nodesc; i++) { in dom_zvals_to_single_node()
436 static zend_result dom_sanity_check_node_list_types(zval *nodes, uint32_t nodesc, zend_class_entry … in dom_sanity_check_node_list_types()
438 for (uint32_t i = 0; i < nodesc; i++) { in dom_sanity_check_node_list_types()
577 void dom_parent_node_append(dom_object *context, zval *nodes, uint32_t nodesc) in dom_parent_node_append()
598 void dom_parent_node_prepend(dom_object *context, zval *nodes, uint32_t nodesc) in dom_parent_node_prepend()
624 void dom_parent_node_after(dom_object *context, zval *nodes, uint32_t nodesc) in dom_parent_node_after()
656 void dom_parent_node_before(dom_object *context, zval *nodes, uint32_t nodesc) in dom_parent_node_before()
735 void dom_child_replace_with(dom_object *context, zval *nodes, uint32_t nodesc) in dom_child_replace_with()
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c147 uint32_t count;
148 uint32_t limit;
264 uint32_t flags;
337 uint32_t flags;
2848 uint32_t i; in zend_jit_setup_stubs()
7609 uint32_t defined_label = (uint32_t)-1; in zend_jit_defined()
7610 uint32_t undefined_label = (uint32_t)-1; in zend_jit_defined()
7913 uint32_t mask; in zend_jit_type_check()
9571 uint32_t i;
16079 uint32_t i;
[all …]

Completed in 188 milliseconds

12345678910>>...18