HomeSort by: relevance | last modified time | path
    Searched defs:endian_test (Results 1 - 6 of 6) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpz/
export.c 43 static const mp_limb_t endian_test = (CNST_LIMB(1) << (GMP_LIMB_BITS-7)) - 1; variable
44 #define HOST_ENDIAN (* (signed char *) &endian_test)
import.c 43 static const mp_limb_t endian_test = (CNST_LIMB(1) << (GMP_LIMB_BITS-7)) - 1; variable
44 #define HOST_ENDIAN (* (signed char *) &endian_test)
export.c 43 static const mp_limb_t endian_test = (CNST_LIMB(1) << (GMP_LIMB_BITS-7)) - 1; variable
44 #define HOST_ENDIAN (* (signed char *) &endian_test)
import.c 43 static const mp_limb_t endian_test = (CNST_LIMB(1) << (GMP_LIMB_BITS-7)) - 1; variable
44 #define HOST_ENDIAN (* (signed char *) &endian_test)
  /src/external/mit/isl/dist/imath/
gmp_compat.c 46 /* *(signed char *)&endian_test will thus either be:
49 static const uint16_t endian_test = 0x1FF; variable
50 #define HOST_ENDIAN (*(signed char *)&endian_test)
gmp_compat.c 46 /* *(signed char *)&endian_test will thus either be:
49 static const uint16_t endian_test = 0x1FF; variable
50 #define HOST_ENDIAN (*(signed char *)&endian_test)

Completed in 45 milliseconds