Home
last modified time | relevance | path

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

/external/lzma/Java/Tukaani/src/org/tukaani/xz/index/
DIndexBase.java19 long indexListSize = 0; field in IndexBase
28 return 1 + Util.getVLISize(recordCount) + indexListSize + 4; in getUnpaddedIndexSize()
47 indexListSize += Util.getVLISize(unpaddedSize) in add()
DIndexHash.java72 || stored.indexListSize > indexListSize) in validate()
78 || stored.indexListSize != indexListSize in validate()