Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:exp

58 #define LIKELY( exp )       (__builtin_expect( (exp) != 0, true  ))
59 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))