Searched +defs:volatile +defs:exp (Results 1 – 1 of 1) sorted by relevance
155 #define volatile __volatile macro551 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) argument552 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) argument554 #define __predict_true(exp) (exp) argument555 #define __predict_false(exp) (exp) argument