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