Home
last modified time | relevance | path

Searched defs:counter (Results 1 – 11 of 11) sorted by relevance

/php-src/Zend/
H A Dzend_gc.c288 # define GC_BENCH_INC(counter) GC_G(counter)++ argument
289 # define GC_BENCH_DEC(counter) GC_G(counter)-- argument
290 # define GC_BENCH_PEAK(peak, counter) do { \ argument
296 # define GC_BENCH_INC(counter) argument
297 # define GC_BENCH_DEC(counter) argument
298 # define GC_BENCH_PEAK(peak, counter) argument
/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h163 int16_t *counter; member
328 int16_t *counter; member
H A Dzend_jit.c2859 uintptr_t counter; in zend_jit_check_funcs() local
H A Dzend_jit_trace.c8046 uint8_t *counter = JIT_G(exit_counters) + in zend_jit_trace_exit_is_bad() local
8058 uint8_t *counter = JIT_G(exit_counters) + in zend_jit_trace_exit_is_hot() local
H A Dzend_jit_ir.c1540 ir_ref counter = ir_LOAD_U32(ref); in jit_GC_ADDREF2() local
1546 ir_ref counter = ir_LOAD_U32(ref); in jit_GC_DELREF() local
6290 ir_ref ref, counter, if_not_zero; in zend_jit_assign_to_variable() local
/php-src/ext/simplexml/
H A Dsimplexml.c365 int counter = 0; in sxe_prop_dim_write() local
/php-src/ext/dom/
H A Dphp_dom.c2048 int counter = 1; in dom_get_ns_resolve_prefix_conflict() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c353 sljit_uw counter = 0; in patch_pc_relative_loads() local
H A DsljitNativeARM_T2_32.c583 sljit_s32 counter; in get_imm() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h1323 unsigned int counter; member
/php-src/ext/mbstring/
H A Dmbstring.c1781 __m128i counter = _mm_setzero_si128(); /* Vector of 16 continuation-byte counters */ in mb_fast_strlen_utf8() local

Completed in 137 milliseconds