Searched refs:__predict_false (Results 1 – 2 of 2) sorted by relevance
41 if (__predict_false(cond)) { \
56 #ifndef __predict_false57 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro61 ( (__predict_false(condition)) ? false : ({ \