Searched defs:GetUi64 (Results 1 – 1 of 1) sorted by relevance
467 #define GetUi64(p) (*(const UInt64 *)(const void *)(p)) macro500 #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32)) macro