Home
last modified time | relevance | path

Searched defs:HOST_ENDIAN (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dimport.c37 #define HOST_ENDIAN 1 macro
40 #define HOST_ENDIAN (-1) macro
44 #define HOST_ENDIAN (* (signed char *) &endian_test) macro
H A Dexport.c37 #define HOST_ENDIAN 1 macro
40 #define HOST_ENDIAN (-1) macro
44 #define HOST_ENDIAN (* (signed char *) &endian_test) macro
/netbsd-src/external/mit/isl/dist/imath/
H A Dgmp_compat.c50 #define HOST_ENDIAN (*(signed char *)&endian_test) macro