HomeSort by relevance Sort by last modified time
    Searched refs:kEmptyHashValue (Results 1 - 5 of 5) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lz/
BinTree.java 26 static final int kEmptyHashValue = 0;
49 _hash[i] = kEmptyHashValue;
162 _son[ptr0] = _son[ptr1] = kEmptyHashValue;
241 _son[ptr0] = _son[ptr1] = kEmptyHashValue;
280 value = kEmptyHashValue;
  /external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java 27 static final int kEmptyHashValue = 0;
58 _hash[i] = kEmptyHashValue;
206 _son[ptr0] = _son[ptr1] = kEmptyHashValue;
301 _son[ptr0] = _son[ptr1] = kEmptyHashValue;
350 value = kEmptyHashValue;
  /external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs 27 const UInt32 kEmptyHashValue = 0;
58 _hash[i] = kEmptyHashValue;
206 _son[ptr0] = _son[ptr1] = kEmptyHashValue;
301 _son[ptr0] = _son[ptr1] = kEmptyHashValue;
350 value = kEmptyHashValue;
  /external/lzma/C/
LzFind.c 11 #define kEmptyHashValue 0
277 p->hash[i] = kEmptyHashValue;
299 value = kEmptyHashValue;
367 *ptr0 = *ptr1 = kEmptyHashValue;
421 *ptr0 = *ptr1 = kEmptyHashValue;
LzFindMt.c 228 #define kEmptyHashValue 0
255 *ptr0 = *ptr1 = kEmptyHashValue;

Completed in 47 milliseconds