Searched defs:spm_likely (Results 1 – 2 of 2) sorted by relevance
23 #define spm_likely(x) __builtin_expect(!!(x), 1) macro26 #define spm_likely(x) (x) macro
361 #define spm_likely(x) __builtin_expect(!!(x), 1) macro364 #define spm_likely(x) (x) macro