Searched refs:__predict_false (Results 1 – 1 of 1) sorted by relevance
47 #ifndef __predict_false48 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro52 ( (__predict_false(condition)) ? false : ({ \