Home
last modified time | relevance | path

Searched refs:kEmptyHashValue (Results 1 – 4 of 4) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java27 static final int kEmptyHashValue = 0; field in BinTree
58 _hash[i] = kEmptyHashValue; in Init()
206 _son[ptr0] = _son[ptr1] = kEmptyHashValue; in GetMatches()
301 _son[ptr0] = _son[ptr1] = kEmptyHashValue; in Skip()
350 value = kEmptyHashValue; in NormalizeLinks()
/external/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs27 const UInt32 kEmptyHashValue = 0; field in SevenZip.Compression.LZ.BinTree
58 _hash[i] = kEmptyHashValue; in Init()
206 _son[ptr0] = _son[ptr1] = kEmptyHashValue; in GetMatches()
301 _son[ptr0] = _son[ptr1] = kEmptyHashValue; in Skip()
350 value = kEmptyHashValue; in NormalizeLinks()
/external/lzma/C/
DLzFind.c11 #define kEmptyHashValue 0 macro
277 p->hash[i] = kEmptyHashValue; in MatchFinder_Init()
299 value = kEmptyHashValue; in MatchFinder_Normalize3()
367 *ptr0 = *ptr1 = kEmptyHashValue; in GetMatchesSpec1()
421 *ptr0 = *ptr1 = kEmptyHashValue; in SkipMatchesSpec()
DLzFindMt.c228 #define kEmptyHashValue 0 macro
255 *ptr0 = *ptr1 = kEmptyHashValue; in GetMatchesSpecN()