Home
last modified time | relevance | path

Searched defs:SLJIT_UNLIKELY (Results 1 - 1 of 1) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
H A DsljitConfigInternal.h272 #define SLJIT_UNLIKELY(x) __builtin_expect((x), 0) macro
275 #define SLJIT_UNLIKELY(x) (x) macro

Completed in 3 milliseconds