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

/osnet-11/usr/src/grub/grub2/include/grub/lib/
H A DLzmaDec.h86 unsigned tempBufSize; member in struct:__anon777
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaDec.c725 p->tempBufSize = 0;
770 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--)
771 p->tempBuf[p->tempBufSize++] = *src++;
772 if (p->tempBufSize < RC_INIT_SIZE)
781 p->tempBufSize = 0;
808 if (p->tempBufSize == 0)
818 p->tempBufSize = (unsigned)inSize;
842 unsigned rem = p->tempBufSize, lookAhead = 0;
845 p->tempBufSize = rem;
868 p->tempBufSize
[all...]

Completed in 43 milliseconds