Home
last modified time | relevance | path

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

/dragonfly/contrib/gmp/mpz/
HDout_raw.c34 #define HTON_LIMB_STORE(dst, limb) BSWAP_LIMB_STORE (dst, limb)
/dragonfly/contrib/gmp/
HDgmp-impl.h3212 #define BSWAP_LIMB_STORE(dst, limb) \ macro
3223 #if ! defined (BSWAP_LIMB_STORE)
3224 #define BSWAP_LIMB_STORE(dst, limb) BSWAP_LIMB (*(dst), limb) macro