Searched refs:cyclicBufferPos (Results 1 – 9 of 9) sorted by relevance
/external/lzma/C/ |
D | LzFindMt.c | 333 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()
|
D | LzFind.c | 249 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()
|
D | LzFindMt.h | 81 UInt32 cyclicBufferPos; member
|
D | LzFind.h | 23 UInt32 cyclicBufferPos; member
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzFind.c | 250 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()
|
D | LzFind.h | 24 UInt32 cyclicBufferPos; member
|
/external/chromium_org/third_party/lzma_sdk/ |
D | LzFind.c | 249 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()
|
D | LzFind.h | 23 UInt32 cyclicBufferPos; member
|
/external/chromium_org/third_party/brotli/src/ |
D | ots-lzma.patch | 2382 + 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;
|