Home
last modified time | relevance | path

Searched refs:calcBlockCrc (Results 1 – 1 of 1) sorted by relevance

/third_party/lz4/lib/
Dlz4frame.c1644 U32 const calcBlockCrc = XXH32(selectedIn, dctx->tmpInTarget, 0); in LZ4F_decompress() local
1646 if (readBlockCrc != calcBlockCrc) in LZ4F_decompress()
1650 (void)calcBlockCrc; in LZ4F_decompress()