Searched defs:SetBe64 (Results 1 – 1 of 1) sorted by relevance
524 #define SetBe64(p, v) { (*(UInt64 *)(void *)(p)) = Z7_BSWAP64(v); } macro548 #define SetBe64(p, v) { Byte *_ppp_ = (Byte *)(p); UInt64 _vvv_ = (v); \ macro