Home
last modified time | relevance | path

Searched refs:cyclicBufferPos (Results 1 – 9 of 9) sorted by relevance

/external/lzma/C/
DLzFindMt.c333 UInt32 cyclicBufferPos = p->cyclicBufferPos; in BtGetMatches() local
340 size2 = p->cyclicBufferSize - cyclicBufferPos; in BtGetMatches()
349 pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue, in BtGetMatches()
353 cyclicBufferPos++; in BtGetMatches()
360 …curPos = limit - GetMatchesSpecN(lenLimit, pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBuffe… in BtGetMatches()
363 cyclicBufferPos += posRes - pos; in BtGetMatches()
372 if (cyclicBufferPos == p->cyclicBufferSize) in BtGetMatches()
373 cyclicBufferPos = 0; in BtGetMatches()
374 p->cyclicBufferPos = cyclicBufferPos; in BtGetMatches()
509 p->cyclicBufferPos = mf->cyclicBufferPos; in MatchFinderMt_Init()
DLzFind.c249 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits()
276 p->cyclicBufferPos = 0; in MatchFinder_Init()
317 if (p->cyclicBufferPos == p->cyclicBufferSize) in MatchFinder_CheckLimits()
318 p->cyclicBufferPos = 0; in MatchFinder_CheckLimits()
459 ++p->cyclicBufferPos; \
475 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
624 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_GetMatches()
715 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_Skip()
729 p->son[p->cyclicBufferPos] = curMatch; in Hc3Zip_MatchFinder_Skip()
DLzFindMt.h81 UInt32 cyclicBufferPos; member
DLzFind.h23 UInt32 cyclicBufferPos; member
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzFind.c250 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits()
277 p->cyclicBufferPos = 0; in MatchFinder_Init()
318 if (p->cyclicBufferPos == p->cyclicBufferSize) in MatchFinder_CheckLimits()
319 p->cyclicBufferPos = 0; in MatchFinder_CheckLimits()
460 ++p->cyclicBufferPos; \
476 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
625 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_GetMatches()
716 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_Skip()
730 p->son[p->cyclicBufferPos] = curMatch; in Hc3Zip_MatchFinder_Skip()
DLzFind.h24 UInt32 cyclicBufferPos; member
/external/chromium_org/third_party/lzma_sdk/
DLzFind.c249 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; in MatchFinder_SetLimits()
276 p->cyclicBufferPos = 0; in MatchFinder_Init()
317 if (p->cyclicBufferPos == p->cyclicBufferSize) in MatchFinder_CheckLimits()
318 p->cyclicBufferPos = 0; in MatchFinder_CheckLimits()
459 ++p->cyclicBufferPos; \
475 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
624 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_GetMatches()
715 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_Skip()
729 p->son[p->cyclicBufferPos] = curMatch; in Hc3Zip_MatchFinder_Skip()
DLzFind.h23 UInt32 cyclicBufferPos; member
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch2382 + UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos;
2409 + p->cyclicBufferPos = 0;
2450 + if (p->cyclicBufferPos == p->cyclicBufferSize)
2451 + p->cyclicBufferPos = 0;
2592 + ++p->cyclicBufferPos; \
2608 +#define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutVal…
2757 + p->son[p->cyclicBufferPos] = curMatch;
2848 + p->son[p->cyclicBufferPos] = curMatch;
2862 + p->son[p->cyclicBufferPos] = curMatch;
5402 + UInt32 cyclicBufferPos;