Searched defs:RandGenCrc (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp939 static UInt32 RandGenCrc(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function
999 info.Crc = RandGenCrc(data, bufferSize, RG);
1016 UInt32 crc = RandGenCrc(buf, bufferSize, RG);

Completed in 798 milliseconds