Searched defs:unlikely (Results 1 - 1 of 1) sorted by relevance

/development/tools/yuv420sp2rgb/
H A Ddebug.h7 #define unlikely(expr) __builtin_expect (expr, 0) macro
13 if (unlikely(cond)) { \
22 if (unlikely(!(x))) { \
33 if (unlikely(cond)) { \
83 if(unlikely(verbose_flag)) \

Completed in 59 milliseconds