Searched defs:__is_constant (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/mips/include/
H A Dendian.h72 #define __is_constant(x) __builtin_constant_p(x) macro
74 #define __is_constant(x) 0 macro
/freebsd-10.0-release/sys/powerpc/include/
H A Dendian.h82 #define __is_constant(x) __builtin_constant_p(x) macro
84 #define __is_constant(x) 0 macro
/freebsd-10.0-release/sys/sparc64/include/
H A Dendian.h67 #define __is_constant(x) __builtin_constant_p(x) macro
69 #define __is_constant(x) 0 macro

Completed in 93 milliseconds