Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/ext/oci8/
H A Doci8_statement.c495 ub4 counter; in php_oci_statement_execute() local
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_internal.h261 int16_t *counter; member
424 int16_t *counter; member
H A Dzend_jit_trace.c7867 uint8_t *counter = JIT_G(exit_counters) + in zend_jit_trace_exit_is_bad() local
7879 uint8_t *counter = JIT_G(exit_counters) + in zend_jit_trace_exit_is_hot() local
H A Dzend_jit.c4310 uintptr_t counter; in zend_jit_check_funcs() local
/PHP-8.3/ext/dom/
H A Dphp_dom.c1591 int counter = 1; in dom_get_ns_resolve_prefix_conflict() local
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c295 sljit_uw counter = 0; in patch_pc_relative_loads() local
H A DsljitNativeARM_T2_32.c518 sljit_s32 counter; in get_imm() local
/PHP-8.3/ext/simplexml/
H A Dsimplexml.c371 int counter = 0; in sxe_prop_dim_write() local
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_structs.h1322 unsigned int counter; member
/PHP-8.3/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 116 milliseconds