OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btBufPosLimit
(Results
1 - 2
of
2
) sorted by null
/external/lzma/C/
LzFindMt.h
53
UInt32
btBufPosLimit
;
LzFindMt.c
494
p->btBufPos = p->
btBufPosLimit
= 0;
533
p->
btBufPosLimit
= p->btBufPos = blockIndex * kMtBtBlockSize;
534
p->
btBufPosLimit
+= p->btBuf[p->btBufPos++];
545
#define GET_NEXT_BLOCK_IF_REQUIRED if (p->btBufPos == p->
btBufPosLimit
) MatchFinderMt_GetNextBlock_Bt(p);
Completed in 53 milliseconds