GetUi32            85 third_party/lzma_sdk/7zDec.c     UInt32 memSize = GetUi32(coder->Props.data + 1);
GetUi32          1240 third_party/lzma_sdk/7zIn.c   nextHeaderCRC = GetUi32(header + 28);
GetUi32          1244 third_party/lzma_sdk/7zIn.c   if (CrcCalc(header + 12, 20) != GetUi32(header + 8))
GetUi32            83 third_party/lzma_sdk/CpuArch.h #define GetUi64(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))