Home
last modified time | relevance | path

Searched defs:condition (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/Zend/
H A Dzend.h389 # 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
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.c1584 sljit_si flags, tmp_src, condition; in sljit_emit_cmp() local
1665 sljit_si flags, condition; in sljit_emit_fcmp() local
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c578 #define condition frame->Xcondition in match() macro
H A Dpcre_internal.h804 #define ACROSSCHAR(condition, eptr, action) \ argument
900 #define ACROSSCHAR(condition, eptr, action) \ argument
962 #define ACROSSCHAR(condition, eptr, action) do { } while (0) argument

Completed in 80 milliseconds