Searched defs:HTON_LIMB_STORE (Results 1 – 1 of 1) sorted by relevance
30 #define HTON_LIMB_STORE(dst, limb) do { *(dst) = (limb); } while (0) macro34 #define HTON_LIMB_STORE(dst, limb) BSWAP_LIMB_STORE (dst, limb) macro38 #define HTON_LIMB_STORE(dst, limb) \ macro