Searched defs:_unlikely_ (Results 1 – 1 of 1) sorted by relevance
16 #define _unlikely_(x) __builtin_expect(x, 0) macro19 #define _unlikely_(x) (x) macro