Home | History | Annotate | Download | only in src

Lines Matching full:__builtin_expect

2392 /* In gcc, use __builtin_expect to minimize impact of checks */
2395 #define RTCHECK(e) __builtin_expect(e, 1)