Home | History | Annotate | Download | only in 7z

Lines Matching defs:Get32

21 #define Get32(p) GetUi32(p)

245 UInt32 res = Get32(_buffer + _pos);
264 return CrcCalc(p + 12, 20) == Get32(p + 8);
271 if (CrcCalc(p + 12, 20) == Get32(p + 8))
1511 UInt32 nextHeaderCRC = Get32(_header + 28);
1514 UInt32 crcFromArc = Get32(_header + 8);