Searched refs:indexHash (Results 1 – 2 of 2) sorted by relevance
49 private final IndexHash indexHash = new IndexHash(); field in SingleXZInputStream299 indexHash.validate(in); in read()313 indexHash.add(blockDecoder.getUnpaddedSize(), in read()334 || indexHash.getIndexSize() != streamFooterFlags.backwardSize) in validateStreamFooter()
2936 …const int indexHash = (!indexed) ? (0) : (int(indexType) + 10 * indexPointerOffset + 100 * int(… in hash() local2944 …return indexHash + 3 * arrayHash + 5 * indexRangeHash + 7 * instanceHash + 13 * basicHash + 17 * (… in hash()