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
307 items[i] = kEmptyHashValue; in MatchFinder_Init_LowHash()
317 items[i] = kEmptyHashValue; in MatchFinder_Init_HighHash()
357 value = kEmptyHashValue; in MatchFinder_Normalize3()
477 *ptr0 = *ptr1 = kEmptyHashValue; in GetMatchesSpec1()
533 *ptr0 = *ptr1 = kEmptyHashValue; in SkipMatchesSpec()
DLzFindMt.c233 #define kEmptyHashValue 0 macro
276 *ptr0 = *ptr1 = kEmptyHashValue; in GetMatchesSpecN()
328 *ptr0 = *ptr1 = kEmptyHashValue; in GetMatchesSpecN()