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
55
UInt32
btNumAvailBytes
;
LzFindMt.c
498
p->
btNumAvailBytes
= 0;
535
p->
btNumAvailBytes
= p->btBuf[p->btBufPos++];
550
return p->
btNumAvailBytes
;
673
p->
btNumAvailBytes
--;
694
if (p->
btNumAvailBytes
-- >= 4)
701
p->
btNumAvailBytes
--;
716
#define SKIP_HEADER_MT(n) SKIP_HEADER2_MT if (p->
btNumAvailBytes
-- >= (n)) { const Byte *cur = p->pointerToCurPos; UInt32 *hash = p->hash;
721
SKIP_HEADER2_MT { p->
btNumAvailBytes
--;
Completed in 69 milliseconds