Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 184) sorted by path

12345678

/php-src/TSRM/
H A DTSRM.c34 int count; member
/php-src/Zend/Optimizer/
H A Dcompact_literals.c71 size_t count = 0; in type_num_classes() local
H A Descape_analysis.c34 static zend_always_inline void union_find_init(int *parent, int *size, int count) /* {{{ */ in union_find_init()
/php-src/Zend/
H A Dzend_API.c2381 static void zend_sort_modules(void *base, size_t count, size_t siz, compare_func_t compare, swap_fu… in zend_sort_modules()
2859 int count=0, unload=0; in zend_register_functions() local
3142 ZEND_API void zend_unregister_functions(const zend_function_entry *functions, int count, HashTable … in zend_unregister_functions()
H A Dzend_alloc.c190 #define ZEND_MM_LRUN(count) (ZEND_MM_IS_LRUN | ((count) << ZEND_MM_LRUN_PAGES_OFFSET)) argument
192 #define ZEND_MM_SRUN_EX(bin_num, count) (ZEND_MM_IS_SRUN | ((bin_num) << ZEND_MM_SRUN_BIN_NUM_OFFS… argument
2079 zend_long count = 0; local
2105 zend_long count = 0; local
2136 zend_long count = 0; local
H A Dzend_arena.h79 static zend_always_inline void* zend_arena_calloc(zend_arena **arena_ptr, size_t count, size_t unit… in zend_arena_calloc()
175 static zend_always_inline void* zend_arena_calloc(zend_arena **arena_ptr, size_t count, size_t unit… in zend_arena_calloc()
H A Dzend_compile.c67 static inline uint32_t zend_alloc_cache_slots(unsigned count) { in zend_alloc_cache_slots()
2411 uint32_t i, count = zend_stack_count(&CG(delayed_oplines_stack)); in zend_delayed_compile_end() local
2566 size_t count = 0; in zend_type_get_num_classes() local
3092 uint32_t count = zend_stack_count(&CG(delayed_oplines_stack)); in zend_delayed_compile_prop() local
H A Dzend_execute.c3880 int count = EX(func)->op_array.last_var; in i_free_compiled_variables() local
3943 uint32_t count; in zend_copy_extra_args() local
3985 uint32_t count = last - first; in zend_init_cvs() local
H A Dzend_execute.h302 uint32_t count = ZEND_CALL_NUM_ARGS(call) - call->func->op_array.num_args; in zend_vm_stack_free_extra_args_ex() local
H A Dzend_gc.c604 static void gc_adjust_threshold(int count) in gc_adjust_threshold()
1419 int count = 0; in gc_collect_white() local
1609 int count = 0; in gc_collect_roots() local
1651 int count = 0; in gc_remove_nested_data_from_buffer() local
1792 int count; in zend_gc_collect_cycles() local
H A Dzend_interfaces.stub.php61 public function count(): int; function
H A Dzend_llist.h38 size_t count; member
H A Dzend_ptr_stack.c37 ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count, ...) in zend_ptr_stack_n_push()
55 ZEND_API void zend_ptr_stack_n_pop(zend_ptr_stack *stack, int count, ...) in zend_ptr_stack_n_pop()
H A Dzend_ptr_stack.h45 #define ZEND_PTR_STACK_RESIZE_IF_NEEDED(stack, count) \ in END_EXTERN_C() argument
H A Dzend_vm_def.h9320 zend_long count; variable
H A Dzend_vm_execute.h2477 uint32_t count = zend_hash_num_elements(ht); in ZEND_SEND_ARRAY_SPEC_HANDLER() local
11035 zend_long count; in ZEND_COUNT_SPEC_CONST_UNUSED_HANDLER() local
18312 zend_long count; in ZEND_COUNT_SPEC_TMPVAR_UNUSED_HANDLER() local
49962 zend_long count; in ZEND_COUNT_SPEC_CV_UNUSED_HANDLER() local
H A Dzend_weakrefs.c447 static zend_result zend_weakmap_count_elements(zend_object *object, zend_long *count) in zend_weakmap_count_elements()
740 ZEND_METHOD(WeakMap, count) in ZEND_METHOD() argument
746 zend_long count; in ZEND_METHOD() local
H A Dzend_weakrefs.stub.php36 public function count(): int {} function in WeakMap
/php-src/build/
H A Dorder_by_dep.awk58 function count(arr, n, i) function
/php-src/ext/bcmath/libbcmath/src/
H A Dcompare.c78 size_t count = n1->n_len + MIN (n1->n_scale, n2->n_scale); in _bc_do_compare() local
H A Ddiv.c85 unsigned int len1, len2, scale2, qdigits, extra, count; in bc_divide() local
H A Ddoaddsub.c129 size_t borrow, count; in _bc_do_sub() local
H A Dfloor_or_ceil.c37 size_t count = num->n_scale; in bc_floor_or_ceil() local
H A Dnearzero.c48 size_t count = num->n_len + scale; in bc_is_near_zero() local
H A Drecmul.c101 size_t count = val->n_len; in _bc_shift_addsub() local

Completed in 279 milliseconds

12345678