Searched defs:opus_likely (Results 1 – 1 of 1) sorted by relevance
40 #define opus_likely(x) (__builtin_expect(!!(x), 1)) macro43 #define opus_likely(x) (!!(x)) macro