Home
last modified time | relevance | path

Searched refs:hashSizeSum (Results 1 – 7 of 7) sorted by relevance

/external/lzma/C/
DLzFind.c224 UInt32 prevSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()
227 p->hashSizeSum = hs; in MatchFinder_Create()
230 newSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()
237 p->son = p->hash + p->hashSizeSum; in MatchFinder_Create()
274 for (i = 0; i < p->hashSizeSum; i++) in MatchFinder_Init()
307 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
DLzFind.h47 UInt32 hashSizeSum; member
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzFind.c225 UInt32 prevSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()
228 p->hashSizeSum = hs; in MatchFinder_Create()
231 newSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()
238 p->son = p->hash + p->hashSizeSum; in MatchFinder_Create()
275 for (i = 0; i < p->hashSizeSum; i++) in MatchFinder_Init()
308 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
DLzFind.h48 UInt32 hashSizeSum; member
/external/chromium_org/third_party/lzma_sdk/
DLzFind.c224 UInt32 prevSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()
227 p->hashSizeSum = hs; in MatchFinder_Create()
230 newSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()
237 p->son = p->hash + p->hashSizeSum; in MatchFinder_Create()
274 for (i = 0; i < p->hashSizeSum; i++) in MatchFinder_Init()
307 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
DLzFind.h47 UInt32 hashSizeSum; member
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch2357 + UInt32 prevSize = p->hashSizeSum + p->numSons;
2360 + p->hashSizeSum = hs;
2363 + newSize = p->hashSizeSum + p->numSons;
2370 + p->son = p->hash + p->hashSizeSum;
2407 + for (i = 0; i < p->hashSizeSum; i++)
2440 + MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);
5426 + UInt32 hashSizeSum;