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

  /src/external/lgpl3/gmp/dist/mpz/
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)
  /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)

Completed in 23 milliseconds