Searched refs:__predict_false (Results 1 – 2 of 2) sorted by relevance
21 ((__predict_false(cond)) ? ((void)ALOGD(__VA_ARGS__)) : (void)0)
55 #ifndef __predict_false56 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro60 ( (__predict_false(condition)) ? false : ({ \