OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btBuf
(Results
1 - 2
of
2
) sorted by null
/external/lzma/C/
LzFindMt.c
391
BtGetMatches(p, p->
btBuf
+ (globalBlockIndex & kMtBtNumBlocksMask) * kMtBtBlockSize);
478
p->
btBuf
= p->hashBuf + kHashBufferSize;
534
p->btBufPosLimit += p->
btBuf
[p->btBufPos++];
535
p->btNumAvailBytes = p->
btBuf
[p->btBufPos++];
670
const UInt32 *
btBuf
= p->
btBuf
+ p->btBufPos;
671
UInt32 len = *
btBuf
++;
678
*distances++ = *
btBuf
++;
679
*distances++ = *
btBuf
++;
688
const UInt32 *
btBuf
= p->btBuf + p->btBufPos;
[
all
...]
LzFindMt.h
51
UInt32 *
btBuf
;
Completed in 55 milliseconds