Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:LIKELY

55 #define LIKELY( exp )       (__builtin_expect( (exp) != 0, true  ))