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