Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DXzIn.c106 UInt64 numBlocks64; in Xz_ReadIndex2() local
107 READ_VARINT_AND_CHECK(buf, pos, size, &numBlocks64) in Xz_ReadIndex2()
108 numBlocks = (size_t)numBlocks64; in Xz_ReadIndex2()
109 if (numBlocks != numBlocks64 || numBlocks * 2 > size) in Xz_ReadIndex2()

Completed in 2 milliseconds