Searched defs:unlikely (Results 1 – 5 of 5) sorted by relevance
7 #define unlikely(expr) __builtin_expect (expr, 0) macro