Searched defs:UNLIKELY (Results 1 – 4 of 4) sorted by relevance
45 #define UNLIKELY(x) __builtin_expect((x), 0) macro47 #define UNLIKELY(x) (x) macro
47 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
295 # define UNLIKELY(x) __builtin_expect(!!(x), 0) macro298 # define UNLIKELY(x) (x) macro
228 #define UNLIKELY(x) __builtin_expect((x), 0) macro245 #define UNLIKELY(x) (x) // TODO(kcc): how to say this in MSVC? macro