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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.cpp934 static UInt32 RandGenCrc(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function
994 info.Crc = RandGenCrc(data, bufferSize, RG);
1011 UInt32 crc = RandGenCrc(buf, bufferSize, RG);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.cpp934 static UInt32 RandGenCrc(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function
994 info.Crc = RandGenCrc(data, bufferSize, RG);
1011 UInt32 crc = RandGenCrc(buf, bufferSize, RG);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaBench.cpp934 static UInt32 RandGenCrc(Byte *buf, UInt32 size, CBaseRandomGenerator &RG) function
994 info.Crc = RandGenCrc(data, bufferSize, RG);
1011 UInt32 crc = RandGenCrc(buf, bufferSize, RG);

Completed in 73 milliseconds