Searched refs:_n (Results 1 – 3 of 3) sorted by relevance
/php-src/Zend/ |
H A D | zend_ast.h | 235 ZEND_EXPAND_VA(ZEND_AST_SPEC_CALL_(name, __VA_ARGS__, _n, _5, _4, _3, _2, _1, _0)(__VA_ARGS__)) 239 ZEND_EXPAND_VA(ZEND_AST_SPEC_CALL_EX_(name, __VA_ARGS__, _n, _5, _4, _3, _2, _1, _0)(__VA_ARGS__))
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_builder.h | 471 #define ir_PHI_N(type, _n, _inputs) _ir_PHI_N(_ir_CTX, type, (_n), (_inputs)) argument 600 #define ir_MERGE_N(_n, _inputs) _ir_MERGE_N(_ir_CTX, (_n), (_inputs)) argument 614 #define ir_SNAPSHOT(_n) _ir_SNAPSHOT(_ir_CTX, (_n)) argument
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 152 #define ir_refs_size(_n) (offsetof(ir_refs, refs) + sizeof(ir_ref) * (_n)) argument 153 #define ir_refs_init(_name, _n) _name = alloca(ir_refs_size(_n)); \ argument 154 do {_name->count = 0; _name->limit = (_n);} while (0)
|
Completed in 54 milliseconds