Searched refs:__predict_false (Results 1 – 2 of 2) sorted by relevance
70 #ifndef __predict_false71 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro104 ( (__predict_false(cond)) \119 ( (__predict_false(cond)) \133 ( (__predict_false(cond)) \147 ( (__predict_false(cond)) \161 ( (__predict_false(cond)) \233 ( (__predict_false(cond)) \249 ( (__predict_false(cond)) \264 ( (__predict_false(cond)) \[all …]
65 if (__predict_false(len == 1)) { in swab()