Searched refs:BSWAP_LIMB_STORE (Results 1 – 2 of 2) sorted by relevance
34 #define HTON_LIMB_STORE(dst, limb) BSWAP_LIMB_STORE (dst, limb)
3212 #define BSWAP_LIMB_STORE(dst, limb) \ macro3223 #if ! defined (BSWAP_LIMB_STORE)3224 #define BSWAP_LIMB_STORE(dst, limb) BSWAP_LIMB (*(dst), limb) macro