Home
last modified time | relevance | path

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

12345678910

/PHP-7.2/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) {
62 function read_prop($n) {
68 function write_prop($n) {
119 function call($n) {
191 function read_hash($n) {
205 function issetor($n) {
212 function issetor2($n) {
219 function ternary($n) {
[all …]
H A Dzend_API.c1350 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_assoc_long_ex()
1439 ZEND_API int add_index_long(zval *arg, zend_ulong index, zend_long n) /* {{{ */ in add_index_long()
1517 ZEND_API int add_next_index_long(zval *arg, zend_long n) /* {{{ */ in add_next_index_long()
1703 ZEND_API int add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_property_long_ex()
3572 uint32_t n = 1; in zend_fcall_info_args_ex() local
H A Dzend_alloc.c577 int n = zend_mm_bitset_nts(tmp); local
H A Dzend_ast.c177 static inline zend_bool is_power_of_two(uint32_t n) { in is_power_of_two()
1025 #define APPEND_DEFAULT_VALUE(n) do { \ argument
H A Dzend_bitset.h29 # define ZEND_BITSET_ELM_NUM(n) ((n) >> 5) argument
30 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x1f)) argument
32 # define ZEND_BITSET_ELM_NUM(n) ((n) >> 6) argument
33 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x3f)) argument
35 # define ZEND_BITSET_ELM_NUM(n) ((n) / (sizeof(zend_long) * 8)) argument
36 # define ZEND_BITSET_BIT_NUM(n) ((n) % (sizeof(zend_long) * 8)) argument
39 #define ZEND_BITSET_ALLOCA(n, use_heap) \ argument
82 static inline uint32_t zend_bitset_len(uint32_t n)
87 static inline zend_bool zend_bitset_in(zend_bitset set, uint32_t n)
92 static inline void zend_bitset_incl(zend_bitset set, uint32_t n)
[all …]
H A Dzend_closures.c561 static HashTable *zend_closure_get_gc(zval *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc()
H A Dzend_compile.c449 void zend_del_literal(zend_op_array *op_array, int n) /* {{{ */ in zend_del_literal()
631 uint32_t n = op_array->last_live_range; in zend_start_live_range_ex() local
1590 size_t n = 0; in zend_add_to_list() local
1774 int n = zend_hash_num_elements(CG(class_table)); in zend_initialize_class_data() local
5385 uint32_t i, n; in zend_set_function_arg_flags() local
H A Dzend_compile.h521 #define ZEND_CALL_VAR(call, n) \ argument
524 #define ZEND_CALL_VAR_NUM(call, n) \ argument
527 #define ZEND_CALL_ARG(call, n) \ argument
550 #define EX_VAR(n) ZEND_CALL_VAR(execute_data, n) argument
551 #define EX_VAR_NUM(n) ZEND_CALL_VAR_NUM(execute_data, n) argument
553 #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.h54 #define strncasecmp(s1, s2, n) _strnicmp(s1, s2, n) argument
H A Dzend_gc.c384 int n; in gc_scan_black() local
497 int n; in gc_mark_grey() local
618 int n; in gc_scan() local
783 int n; local
986 int n; local
H A Dzend_generators.c313 static HashTable *zend_generator_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_generator_get_gc()
H A Dzend_hash.c67 #define SET_INCONSISTENT(n) do { \ argument
72 #define SET_INCONSISTENT(n) argument
H A Dzend_hash.h282 #define ZEND_INIT_SYMTABLE_EX(ht, n, persistent) \ in END_EXTERN_C() argument
H A Dzend_ini_scanner.c49 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } argument
H A Dzend_ini_scanner.l47 #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; } argument
H A Dzend_language_scanner.c56 #define YYFILL(n) { if ((YYCURSOR + n) >= (YYLIMIT + ZEND_MMAP_AHEAD)) { return 0; } } argument
H A Dzend_language_scanner.l54 #define YYFILL(n) { if ((YYCURSOR + n) >= (YYLIMIT + ZEND_MMAP_AHEAD)) { return 0; } } argument
H A Dzend_object_handlers.c129 ZEND_API HashTable *zend_std_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_std_get_gc()
H A Dzend_objects_API.h36 #define SET_OBJ_BUCKET_NUMBER(o, n) do { \ argument
H A Dzend_operators.h193 static zend_always_inline const void *zend_memrchr(const void *s, int c, size_t n) in zend_memrchr()
H A Dzend_portability.h478 #define ZEND_NORMALIZE_BOOL(n) \ argument
H A Dzend_stack.c25 #define ZEND_STACK_ELEMENT(stack, n) ((void *)((char *) (stack)->elements + (stack)->size * (n))) argument
H A Dzend_stream.c157 size_t n; in zend_stream_read() local
H A Dzend_string.h150 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()
260 static zend_always_inline zend_string *zend_string_safe_realloc(zend_string *s, size_t n, size_t m,… in zend_string_safe_realloc()

Completed in 113 milliseconds

12345678910