OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btNumAvailBytes
(Results
1 - 2
of
2
) sorted by null
/external/lzma/C/
LzFindMt.h
57
UInt32
btNumAvailBytes
;
LzFindMt.c
497
p->
btNumAvailBytes
= 0;
534
p->
btNumAvailBytes
= p->btBuf[p->btBufPos++];
549
return p->
btNumAvailBytes
;
672
p->
btNumAvailBytes
--;
693
if (p->
btNumAvailBytes
-- >= 4)
700
p->
btNumAvailBytes
--;
715
#define SKIP_HEADER_MT(n) SKIP_HEADER2_MT if (p->
btNumAvailBytes
-- >= (n)) { const Byte *cur = p->pointerToCurPos; UInt32 *hash = p->hash;
720
SKIP_HEADER2_MT { p->
btNumAvailBytes
--;
Completed in 33 milliseconds