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

/u-boot/lib/lzma/
H A DLzmaDec.h63 unsigned tempBufSize; member in struct:__anon1233
H A DLzmaDec.c704 p->tempBufSize = 0;
749 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--)
750 p->tempBuf[p->tempBufSize++] = *src++;
751 if (p->tempBufSize < RC_INIT_SIZE)
760 p->tempBufSize = 0;
787 if (p->tempBufSize == 0)
797 p->tempBufSize = (unsigned)inSize;
821 unsigned rem = p->tempBufSize, lookAhead = 0;
824 p->tempBufSize = rem;
847 p->tempBufSize
[all...]

Completed in 115 milliseconds