Home
last modified time | relevance | path

Searched refs:counter (Results 201 – 225 of 226) sorted by relevance

12345678910

/php-src/docs/source/core/data-structures/
H A Dzval.rst155 - Same as ``ZVAL_COPY_VALUE``, but if the value is reference counted, increase the counter.
H A Dreference-counting.rst45 uint32_t refcount; /* reference counter 32-bit */
/php-src/ext/dom/
H A Dnode.c1629 size_t counter = 0; \
1631 counter++; \
1634 return counter; \
H A Dphp_dom.c2048 int counter = 1; in dom_get_ns_resolve_prefix_conflict() local
2052 if (counter > 1000) { in dom_get_ns_resolve_prefix_conflict()
2055 snprintf(prefix, sizeof(prefix), "default%d", counter++); in dom_get_ns_resolve_prefix_conflict()
/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
1787 counter = _mm_add_epi8(counter, _mm_and_si128(lt, delta)); /* Update the 16 counters */ in mb_fast_strlen_utf8()
1792 len -= _mm_sum_epu8(counter); in mb_fast_strlen_utf8()
1793 counter = _mm_setzero_si128(); in mb_fast_strlen_utf8()
1801 len -= _mm_sum_epu8(counter); /* Fold in any remaining non-zero values in the 16 counters */ in mb_fast_strlen_utf8()
/php-src/ext/opcache/jit/
H A Dzend_jit.c2859 uintptr_t counter; in zend_jit_check_funcs() local
2877 counter = (uintptr_t)ZEND_COUNTER_INFO(op_array); in zend_jit_check_funcs()
2881 if (((double)counter / (double)zend_jit_profile_counter) > JIT_G(prof_threshold)) { in zend_jit_check_funcs()
2991 …jit_extension->counter = &zend_jit_hot_counters[zend_jit_op_array_hash(op_array) & (ZEND_HOT_COUNT… in zend_jit_setup_hot_counters()
H A Dzend_jit_ir.c1540 ir_ref counter = ir_LOAD_U32(ref); in jit_GC_ADDREF2() local
1541 ir_STORE(ref, ir_ADD_U32(counter, ir_CONST_U32(2))); in jit_GC_ADDREF2()
1546 ir_ref counter = ir_LOAD_U32(ref); in jit_GC_DELREF() local
1547 counter = ir_SUB_U32(counter, ir_CONST_U32(1)); in jit_GC_DELREF()
1548 ir_STORE(ref, counter); in jit_GC_DELREF()
1549 return counter; in jit_GC_DELREF()
2251 addr = ir_LOAD_A(ir_ADD_OFFSET(jit_extension, offsetof(zend_jit_op_array_hot_extension, counter))); in _zend_jit_hybrid_hot_counter_stub()
2325 …addr = ir_LOAD_A(ir_ADD_OFFSET(ir_ADD_A(offset, jit_IP(jit)), offsetof(zend_op_trace_info, counter in _zend_jit_hybrid_trace_counter_stub()
6290 ir_ref ref, counter, if_not_zero; in zend_jit_assign_to_variable() local
6305 counter = jit_GC_DELREF(jit, ref); in zend_jit_assign_to_variable()
[all …]
/php-src/build/
H A Dltmain.sh5578 counter=1
5588 newobj=lt$counter-$objbase
5589 counter=`expr $counter + 1`
/php-src/ext/standard/tests/file/
H A Dis_executable_basic-win32-mb.phpt19 $counter = 1;
26 $counter++;
H A Dis_executable_basic-win32.phpt19 $counter = 1;
26 $counter++;
H A Dis_executable_basic.phpt21 $counter = 1;
28 $counter++;
H A Dis_readable_basic-win32-mb.phpt20 $counter = 1;
27 $counter++;
H A Dis_readable_basic-win32.phpt20 $counter = 1;
27 $counter++;
H A Dis_readable_basic.phpt21 $counter = 1;
28 $counter++;
H A Dis_writable_basic.phpt18 $counter = 1;
27 $counter++;
H A Dmkdir_rmdir_variation-win32-mb.phpt17 $counter = 1;
23 $counter++;
H A Dmkdir_rmdir_variation-win32.phpt17 $counter = 1;
23 $counter++;
H A Dmkdir_rmdir_variation1.phpt18 $counter = 1;
24 $counter++;
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c353 sljit_uw counter = 0; in patch_pc_relative_loads() local
373 const_pool[ind] = counter; in patch_pc_relative_loads()
374 ind = counter; in patch_pc_relative_loads()
375 counter++; in patch_pc_relative_loads()
391 return counter; in patch_pc_relative_loads()
/php-src/ext/sodium/
H A Dlibsodium_arginfo.h498 ZEND_ARG_TYPE_INFO(0, counter, IS_LONG, 0)
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h1323 unsigned int counter; member
/php-src/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt794 // NOTE: this will NOT update dbl_ddls counter
/php-src/ext/standard/tests/misc/
H A Duser_agents.txt38 http://tools.geek-tools.org/link-counter/
H A Dget_browser_variation3.phpt89 Agent http://tools.geek-tools.org/link-counter/
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます10835 >8 ulelong !0 \b, reserved counter %#x
23255 # [[${counter}=%d]] in the description
23257 # [${counter}--] in the offset of the entries
36182 # file change counter
36183 >>24 ubelong x \b, file counter %u
37909 # -> cc: cleaning runs counter

Completed in 258 milliseconds

12345678910