Home
last modified time | relevance | path

Searched refs:SLJIT_LIKELY (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h268 #if !defined(SLJIT_LIKELY) && !defined(SLJIT_UNLIKELY)
271 #define SLJIT_LIKELY(x) __builtin_expect((x), 1) macro
274 #define SLJIT_LIKELY(x) (x)
H A DsljitWXExecAllocator.c75 if (SLJIT_LIKELY(!mprotect(ptr, size, PROT_EXEC))) in generic_se_protected()
H A DsljitLir.c522 if (SLJIT_LIKELY(!!jump) && SLJIT_LIKELY(!!label)) { in sljit_set_label()
531 if (SLJIT_LIKELY(!!jump)) { in sljit_set_target()
540 if (SLJIT_LIKELY(!!put_label)) in sljit_set_put_label()

Completed in 18 milliseconds