Home | History | Annotate | Download | only in camera

Lines Matching refs:exp

52 #define LIKELY(exp)   __builtin_expect(!!(exp), 1)
53 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0)