Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dendian.h74 #define __is_constant(x) __builtin_constant_p(x) macro
76 #define __is_constant(x) 0
113 #define __bswap16(x) ((__uint16_t)(__is_constant((x)) ? \
115 #define __bswap32(x) ((__uint32_t)(__is_constant((x)) ? \
117 #define __bswap64(x) ((__uint64_t)(__is_constant((x)) ? \