Home
last modified time | relevance | path

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

/external/xz-java/src/org/tukaani/xz/
DSingleXZInputStream.java50 private final IndexHash indexHash = new IndexHash(); field in SingleXZInputStream
424 indexHash.validate(in); in read()
438 indexHash.add(blockDecoder.getUnpaddedSize(), in read()
459 || indexHash.getIndexSize() != streamFooterFlags.backwardSize) in validateStreamFooter()
/external/deqp/modules/glshared/
DglsDrawTest.cpp2853 …const int indexHash = (!indexed) ? (0) : (int(indexType) + 10 * indexPointerOffset + 100 * int(… in hash() local
2861 …return indexHash + 3 * arrayHash + 5 * indexRangeHash + 7 * instanceHash + 13 * basicHash + 17 * (… in hash()