Searched defs:PREDICT_TRUE (Results 1 – 1 of 1) sorted by relevance
55 #define PREDICT_TRUE(x) (__builtin_expect(!!(x), 1)) macro58 #define PREDICT_TRUE(x) x macro