Searched refs:__predict_false (Results 1 – 3 of 3) sorted by relevance
53 #define __predict_false(exp) (exp) macro
446 #define __predict_false(exp) __builtin_expect((exp), 0) macro449 #define __predict_false(exp) (exp) macro
112 if (__predict_false(n < 2)) in local_qsort()