Searched refs:__predict_false (Results 1 – 1 of 1) sorted by relevance
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro303 #define __predict_false(exp) (exp) macro