Searched refs:TC3_PREDICT_TRUE (Results 1 – 2 of 2) sorted by relevance
105 #define TC3_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) macro108 #define TC3_PREDICT_TRUE(x) (x)
103 #define TC3_PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) macro106 #define TC3_PREDICT_TRUE(x) (x)