Searched refs:TC3_PREDICT_FALSE (Results 1 – 2 of 2) sorted by relevance
104 #define TC3_PREDICT_FALSE(x) (__builtin_expect(x, 0)) macro107 #define TC3_PREDICT_FALSE(x) (x)
102 #define TC3_PREDICT_FALSE(x) (__builtin_expect(x, 0)) macro105 #define TC3_PREDICT_FALSE(x) (x)