Home
last modified time | relevance | path

Searched refs:__constexpr_cond (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Dbitset.h39 #define __constexpr_cond(expr) (__builtin_constant_p((expr)) && (expr)) macro
42 (1UL << (__constexpr_cond(__bitset_words((_s)) == 1) ? \
46 (__constexpr_cond(__bitset_words((_s)) == 1) ? \