Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.h48 UInt32 numSons; member
DLzFind.c224 UInt32 prevSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()
229 p->numSons = (p->btMode ? newCyclicBufferSize * 2 : newCyclicBufferSize); in MatchFinder_Create()
230 newSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()
307 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzFind.h49 UInt32 numSons; member
DLzFind.c225 UInt32 prevSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()
230 p->numSons = (p->btMode ? newCyclicBufferSize * 2 : newCyclicBufferSize); in MatchFinder_Create()
231 newSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()
308 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
/external/chromium_org/third_party/lzma_sdk/
DLzFind.h48 UInt32 numSons; member
DLzFind.c224 UInt32 prevSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()
229 p->numSons = (p->btMode ? newCyclicBufferSize * 2 : newCyclicBufferSize); in MatchFinder_Create()
230 newSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()
307 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch2357 + UInt32 prevSize = p->hashSizeSum + p->numSons;
2362 + p->numSons = (p->btMode ? newCyclicBufferSize * 2 : newCyclicBufferSize);
2363 + newSize = p->hashSizeSum + p->numSons;
2440 + MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);
5427 + UInt32 numSons;