Home
last modified time | relevance | path

Searched refs:CRC_UPDATE_BYTE (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/C/
H A D7zCrc.h18 #define CRC_UPDATE_BYTE(crc, b) (g_CrcTable[((crc) ^ (b)) & 0xFF] ^ ((crc) >> 8)) macro
H A DXzDec.c1283 p->crc = CRC_UPDATE_BYTE(p->crc, b); in XzUnpacker_Code()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp149 _crc = CRC_UPDATE_BYTE(_crc, b); in WriteByte()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp2562 crc = CRC_UPDATE_BYTE(crc, buf[i]);

Completed in 9 milliseconds