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