Home | History | Annotate | Download | only in libcamera

Lines Matching full:__builtin_expect

75 #define LIKELY( exp )       (__builtin_expect( (exp) != 0, true  ))
76 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))