Home
last modified time | relevance | path

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

/dragonfly/contrib/gmp/mpz/
H A Dimport.c33 static const mp_limb_t endian_test = (CNST_LIMB(1) << (GMP_LIMB_BITS-7)) - 1; variable
H A Dexport.c33 static const mp_limb_t endian_test = (CNST_LIMB(1) << (GMP_LIMB_BITS-7)) - 1; variable
/dragonfly/contrib/gcc-4.7/gcc/
H A Dmips-tfile.c2303 } endian_test; in initialize_init_file() local