Searched refs:tempBufSize (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/lzma_src/C/
H A DLzmaDec.h63 unsigned tempBufSize; member in struct:__anon20358
H A DLzmaDec.c698 p->tempBufSize = 0;
743 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--)
744 p->tempBuf[p->tempBufSize++] = *src++;
745 if (p->tempBufSize < RC_INIT_SIZE)
754 p->tempBufSize = 0;
781 if (p->tempBufSize == 0)
791 p->tempBufSize = (unsigned)inSize;
815 unsigned rem = p->tempBufSize, lookAhead = 0;
818 p->tempBufSize = rem;
841 p->tempBufSize
[all...]

Completed in 147 milliseconds