Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 203) sorted by path

123456789

/PHP-7.4/Zend/
H A Dbench.php99 function Ack($m, $n){
112 function ary($n) {
125 function ary2($n) {
158 function ary3($n) {
174 function fibo_r($n){
178 function fibo($n) {
185 function hash1($n) {
198 function hash2($n) {
292 function matrix($n) {
318 function sieve($n) {
[all …]
H A Dmicro_bench.php6 function simpleucall($n) {
11 function simpleudcall($n) {
19 function simpleicall($n) {
119 function call($n) {
133 function read_static($n) {
171 function read_const($n) {
191 function read_hash($n) {
205 function issetor($n) {
212 function issetor2($n) {
219 function ternary($n) {
[all …]
H A Dzend_API.c1442 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_assoc_long_ex()
1529 ZEND_API int add_index_long(zval *arg, zend_ulong index, zend_long n) /* {{{ */ in add_index_long()
1609 ZEND_API int add_next_index_long(zval *arg, zend_long n) /* {{{ */ in add_next_index_long()
1722 ZEND_API int add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_property_long_ex()
3552 uint32_t n = 1; in zend_fcall_info_args_ex() local
H A Dzend_ast.c395 static inline zend_bool is_power_of_two(uint32_t n) { in is_power_of_two()
1352 #define APPEND_DEFAULT_VALUE(n) do { \ argument
H A Dzend_bitset.h27 # define ZEND_BITSET_ELM_NUM(n) ((n) >> 5) argument
28 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x1f)) argument
30 # define ZEND_BITSET_ELM_NUM(n) ((n) >> 6) argument
31 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x3f)) argument
33 # define ZEND_BITSET_ELM_NUM(n) ((n) / (sizeof(zend_long) * 8)) argument
34 # define ZEND_BITSET_BIT_NUM(n) ((n) % (sizeof(zend_long) * 8)) argument
37 #define ZEND_BITSET_ALLOCA(n, use_heap) \ argument
80 static inline uint32_t zend_bitset_len(uint32_t n)
85 static inline zend_bool zend_bitset_in(zend_bitset set, uint32_t n)
90 static inline void zend_bitset_incl(zend_bitset set, uint32_t n)
[all …]
H A Dzend_closures.c602 static HashTable *zend_closure_get_gc(zval *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc()
H A Dzend_compile.c467 void zend_del_literal(zend_op_array *op_array, int n) /* {{{ */ in zend_del_literal()
1509 size_t n = 0; in zend_add_to_list() local
5276 uint32_t i, n; in zend_set_function_arg_flags() local
H A Dzend_compile.h567 #define ZEND_CALL_VAR(call, n) \ argument
570 #define ZEND_CALL_VAR_NUM(call, n) \ argument
573 #define ZEND_CALL_ARG(call, n) \ argument
596 #define EX_VAR(n) ZEND_CALL_VAR(execute_data, n) argument
597 #define EX_VAR_NUM(n) ZEND_CALL_VAR_NUM(execute_data, n) argument
599 #define EX_VAR_TO_NUM(n) ((uint32_t)(ZEND_CALL_VAR(NULL, n) - ZEND_CALL_VAR_NUM(NULL, 0))) argument
H A Dzend_config.w32.h49 #define strncasecmp(s1, s2, n) _strnicmp(s1, s2, n) argument
H A Dzend_gc.c703 int n; in gc_scan_black() local
823 int n; in gc_mark_grey() local
1009 int n; in gc_scan() local
1172 int n; in gc_collect_white() local
1358 int n; in gc_remove_nested_data_from_buffer() local
H A Dzend_generators.c327 static HashTable *zend_generator_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_generator_get_gc()
H A Dzend_hash.c74 #define SET_INCONSISTENT(n) do { \ argument
79 #define SET_INCONSISTENT(n) argument
H A Dzend_hash.h331 #define ZEND_INIT_SYMTABLE_EX(ht, n, persistent) \ in END_EXTERN_C() argument
H A Dzend_ini_scanner.l45 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } argument
H A Dzend_iterators.c75 static HashTable *iter_wrapper_get_gc(zval *object, zval **table, int *n) { in iter_wrapper_get_gc()
H A Dzend_language_scanner.l51 #define YYFILL(n) { if ((YYCURSOR + n) >= (YYLIMIT + ZEND_MMAP_AHEAD)) { return 0; } } argument
H A Dzend_object_handlers.c118 ZEND_API HashTable *zend_std_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_std_get_gc()
H A Dzend_objects_API.h34 #define SET_OBJ_BUCKET_NUMBER(o, n) do { \ argument
H A Dzend_operators.h189 static zend_always_inline const void *zend_memrchr(const void *s, int c, size_t n) in zend_memrchr()
H A Dzend_portability.h487 #define ZEND_NORMALIZE_BOOL(n) \ argument
H A Dzend_stack.c23 #define ZEND_STACK_ELEMENT(stack, n) ((void *)((char *) (stack)->elements + (stack)->size * (n))) argument
H A Dzend_stream.c102 size_t n; in zend_stream_read() local
H A Dzend_string.h145 static zend_always_inline zend_string *zend_string_safe_alloc(size_t n, size_t m, size_t l, int per… in zend_string_safe_alloc()
244 static zend_always_inline zend_string *zend_string_safe_realloc(zend_string *s, size_t n, size_t m,… in zend_string_safe_realloc()
H A Dzend_strtod.c525 #define ACQUIRE_DTOA_LOCK(n) /*nothing*/ argument
526 #define FREE_DTOA_LOCK(n) /*nothing*/ argument
1027 int i, k1, n, n1; local
1741 int n; local
1773 int n, nwds; local
1815 int big, denorm, esign, havedig, k, n, nbits, up, zret; local
2186 int n; local
3643 nrv_alloc(s, rve, n) char *s, **rve; int n; in nrv_alloc() argument
H A Dzend_ts_hash.h135 #define ZEND_TS_INIT_SYMTABLE_EX(ht, n, persistent) \ argument

Completed in 156 milliseconds

123456789