Home
last modified time | relevance | path

Searched refs:kEmptyHashValue (Results 1 – 6 of 6) 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/chromium_org/third_party/lzma_sdk/
DLzFind.c9 #define kEmptyHashValue 0 macro
275 p->hash[i] = kEmptyHashValue; in MatchFinder_Init()
297 value = kEmptyHashValue; in MatchFinder_Normalize3()
365 *ptr0 = *ptr1 = kEmptyHashValue; in GetMatchesSpec1()
419 *ptr0 = *ptr1 = kEmptyHashValue; in SkipMatchesSpec()
/external/lzma/C/
DLzFind.c9 #define kEmptyHashValue 0 macro
275 p->hash[i] = kEmptyHashValue; in MatchFinder_Init()
297 value = kEmptyHashValue; in MatchFinder_Normalize3()
365 *ptr0 = *ptr1 = kEmptyHashValue; in GetMatchesSpec1()
419 *ptr0 = *ptr1 = kEmptyHashValue; in SkipMatchesSpec()
DLzFindMt.c226 #define kEmptyHashValue 0 macro
253 *ptr0 = *ptr1 = kEmptyHashValue; in GetMatchesSpecN()
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzFind.c10 #define kEmptyHashValue 0 macro
276 p->hash[i] = kEmptyHashValue; in MatchFinder_Init()
298 value = kEmptyHashValue; in MatchFinder_Normalize3()
366 *ptr0 = *ptr1 = kEmptyHashValue; in GetMatchesSpec1()
420 *ptr0 = *ptr1 = kEmptyHashValue; in SkipMatchesSpec()