Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dendian.h195 #define __GEN_ENDIAN_ENC(bits, endian) \ macro
203 __GEN_ENDIAN_ENC(16, be)
204 __GEN_ENDIAN_ENC(32, be)
205 __GEN_ENDIAN_ENC(64, be)
206 __GEN_ENDIAN_ENC(16, le)
207 __GEN_ENDIAN_ENC(32, le)
208 __GEN_ENDIAN_ENC(64, le)
209 #undef __GEN_ENDIAN_ENC
/dports/misc/rump/buildrump.sh-b914579/src/tools/compat/
H A Dcompat_defs.h1057 #define __GEN_ENDIAN_ENC(bits, endian) \ macro
1065 __GEN_ENDIAN_ENC(16, be)
1068 __GEN_ENDIAN_ENC(32, be)
1071 __GEN_ENDIAN_ENC(64, be)
1074 __GEN_ENDIAN_ENC(16, le)
1077 __GEN_ENDIAN_ENC(32, le)
1080 __GEN_ENDIAN_ENC(64, le)
1082 #undef __GEN_ENDIAN_ENC