Searched defs:condition (Results 1 – 11 of 11) sorted by relevance
/php-src/Zend/ |
H A D | zend_portability.h | 389 # define EXPECTED(condition) __builtin_expect(!!(condition), 1) argument 390 # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) argument 392 # define EXPECTED(condition) (condition) argument 393 # define UNEXPECTED(condition) (condition) argument
|
H A D | zend_vm_gen.php | 675 function format_condition($condition) {
|
H A D | zend_alloc.c | 169 # define ZEND_MM_CHECK(condition, message) do { \ argument
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_private.h | 32 # define EXPECTED(condition) __builtin_expect(!!(condition), 1) argument 33 # define UNEXPECTED(condition) __builtin_expect(!!(condition), 0) argument 47 # define EXPECTED(condition) (condition) argument 48 # define UNEXPECTED(condition) (condition) argument
|
H A D | ir.c | 2058 ir_ref _ir_IF(ir_ctx *ctx, ir_ref condition) 2568 void _ir_GUARD(ir_ctx *ctx, ir_ref condition, ir_ref addr) 2614 void _ir_GUARD_NOT(ir_ctx *ctx, ir_ref condition, ir_ref addr)
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_intmodedep.h | 352 #define ACROSSCHAR(condition, eptr, action) \ argument 458 #define ACROSSCHAR(condition, eptr, action) \ argument 533 #define ACROSSCHAR(condition, eptr, action) do { } while (0) argument
|
H A D | pcre2_match.c | 626 BOOL condition; /* Used in conditional groups */ in match() local
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 918 phpdbg_param_t *condition; in phpdbg_set_breakpoint_at() local
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.h | 1046 #define SLJIT_SET(condition) ((condition) << 10) argument
|
H A D | sljitLir.c | 3234 sljit_s32 flags, tmp_src, condition; in sljit_emit_cmp() local
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 3410 static ir_ref jit_IF_ex(zend_jit_ctx *jit, ir_ref condition, ir_ref true_block) in jit_IF_ex()
|
Completed in 164 milliseconds