Searched defs:UNLIKELY (Results 1 – 3 of 3) sorted by relevance
45 #define UNLIKELY(x) __builtin_expect((x), 0) macro47 #define UNLIKELY(x) (x) macro
321 # define UNLIKELY(x) __builtin_expect((x), 0) macro324 # define UNLIKELY(x) (x) macro
211 #define UNLIKELY(x) __builtin_expect((x), 0) macro228 #define UNLIKELY(x) (x) // TODO(kcc): how to say this in MSVC? macro