Searched refs:__predict_false (Results 1 – 1 of 1) sorted by relevance
446 #define __predict_false(exp) __builtin_expect((exp), 0) macro449 #define __predict_false(exp) (exp) macro