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