Home
last modified time | relevance | path

Searched defs:count (Results 76 – 100 of 184) sorted by path

12345678

/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_class.c303 static zend_result resourcebundle_array_count(zend_object *object, zend_long *count) in resourcebundle_array_count()
/php-src/ext/ldap/
H A Dldap.c354 int target, count, errcode, rc; in _php_ldap_control_to_array() local
2126 int i, count; in PHP_FUNCTION() local
/php-src/ext/mbstring/
H A Dmbstring.c281 size_t count = 0; in count_commas() local
3678 unsigned int count = 0; in mb_recursive_count_strings() local
3707 …sive_find_strings(zval *var, const unsigned char **val_list, size_t *len_list, unsigned int *count) in mb_recursive_find_strings()
H A Dphp_mbregex.c1187 zend_long count = -1; in PHP_FUNCTION() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_loaddata.c68 int count; in mysqlnd_local_infile_read() local
H A Dmysqlnd_read_buffer.c35 mysqlnd_read_buffer_read(MYSQLND_READ_BUFFER * buffer, const size_t count, zend_uchar * dest) in mysqlnd_read_buffer_read()
72 mysqlnd_create_read_buffer(const size_t count) in mysqlnd_create_read_buffer()
H A Dmysqlnd_structs.h301 size_t count; member
/php-src/ext/opcache/
H A DZendAccelerator.c3642 static void preload_sort_classes(void *base, size_t count, size_t siz, compare_func_t compare, swap…
3779 …uint32_t count = ce->parent ? ce->default_static_members_count - ce->parent->default_static_member… local
/php-src/ext/opcache/jit/ir/
H A Dgen_ir_fold_hash.c24 void print_hash(uint32_t *mask, uint32_t count) in print_hash()
54 int find_hash(uint32_t *mask, uint32_t count) in find_hash()
H A Dir.c1058 ir_ref ir_emit_N(ir_ctx *ctx, uint32_t opt, int32_t count)
1085 int32_t count; local
2372 ir_ref _ir_CALL_N(ir_ctx *ctx, ir_type type, ir_ref func, uint32_t count, ir_ref *args)
2496 void _ir_TAILCALL_N(ir_ctx *ctx, ir_type type, ir_ref func, uint32_t count, ir_ref *args)
H A Dir.h487 uint32_t count; member
H A Dir_builder.h517 #define ir_CALL_N(type, func, count, args) _ir_CALL_N(_ir_CTX, type, func, count, args) argument
525 #define ir_TAILCALL_N(type, func, count, args) _ir_TAILCALL_N(_ir_CTX, type, func, count, ar… argument
H A Dir_cfg.c67 uint32_t count, bb_count = 0; in ir_build_cfg() local
878 uint32_t i, j, n, count; in ir_find_loops() local
1253 uint32_t *schedule_end, count; in ir_schedule_blocks_bottom_up() local
1665 uint32_t count = 0; in ir_schedule_blocks_top_down() local
H A Dir_check.c298 ir_ref count; in ir_check() local
H A Dir_disasm.c342 size_t count, i; local
814 uint32_t n, count = sect.size / sizeof(ir_elf_symbol); local
H A Dir_dump.c274 uint32_t pos = 0, i, count; in ir_dump_cfg_block() local
H A Dir_emit.c207 int count = 0; in ir_get_args_regs() local
428 int pos = 0, count, i; in ir_emit_osr_entry_loads() local
473 static int ir_parallel_copy(ir_ctx *ctx, ir_copy *copies, int count, ir_reg tmp_reg, ir_reg tmp_fp_… in ir_parallel_copy()
777 static int ir_dessa_parallel_copy(ir_ctx *ctx, ir_dessa_copy *copies, int count, ir_reg tmp_reg, ir… in ir_dessa_parallel_copy()
H A Dir_private.h839 uint32_t count; member
1026 ir_ref count; member
H A Dir_ra.c442 int count = 0; in ir_add_osr_entry_loads() local
1095 int count = 0; in ir_add_osr_entry_loads() local
1858 uint32_t b, n, succ, pred_b, count = 0; in ir_coalesce() local
H A Dir_sccp.c803 uint32_t count; in ir_promote_d2f() local
866 uint32_t count; in ir_promote_f2d() local
974 uint32_t count; in ir_promote_i2i() local
1317 ir_ref i, count = insn->inputs_count, *ops = insn->ops + 1; in ir_try_remove_empty_diamond() local
/php-src/ext/opcache/jit/
H A Dzend_jit.c1191 int count = 0; in zend_jit_compute_post_order() local
H A Dzend_jit_helpers.c3155 static zend_string* ZEND_FASTCALL zend_jit_rope_end(zend_string **rope, uint32_t count) in zend_jit_rope_end()
H A Dzend_jit_ir.c147 uint32_t count; member
359 int i, count = sizeof(zend_jit_stubs) / sizeof(zend_jit_stubs[0]); in zend_jit_get_veneer() local
384 int i, count = sizeof(zend_jit_stubs) / sizeof(zend_jit_stubs[0]); in zend_jit_set_veneer() local
422 int i, count = sizeof(zend_jit_stubs) / sizeof(zend_jit_stubs[0]); in zend_jit_commit_veneers() local
3457 int i, count; in _zend_jit_fix_merges() local
11159 zend_long count; local
15770 int i, count; local
H A Dzend_jit_trace.c735 int count = opline - op_array->opcodes; in zend_jit_trace_add_call_phis() local
2774 int i, j, idx, count, level; in zend_jit_trace_allocate_registers() local
6385 uint32_t count = in zend_jit_trace() local
H A Dzend_jit_vm_helpers.c432 int count = 0; in zend_jit_trace_recursive_call_count() local
443 int count = 0; in zend_jit_trace_recursive_ret_count() local
463 static uint8_t zend_jit_trace_bad_stop_event(const zend_op *opline, int count) in zend_jit_trace_bad_stop_event()
593 int idx, count; local

Completed in 266 milliseconds

12345678