Home
last modified time | relevance | path

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

/external/lzma/Java/Tukaani/src/org/tukaani/xz/
DSingleXZInputStream.java49 private final IndexHash indexHash = new IndexHash(); field in SingleXZInputStream
299 indexHash.validate(in); in read()
313 indexHash.add(blockDecoder.getUnpaddedSize(), in read()
334 || indexHash.getIndexSize() != streamFooterFlags.backwardSize) in validateStreamFooter()
/external/deqp/modules/glshared/
DglsDrawTest.cpp2936 …const int indexHash = (!indexed) ? (0) : (int(indexType) + 10 * indexPointerOffset + 100 * int(… in hash() local
2944 …return indexHash + 3 * arrayHash + 5 * indexRangeHash + 7 * instanceHash + 13 * basicHash + 17 * (… in hash()