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

/u-boot/lib/lzma/
H A DLzmaDec.h64 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX]; member in struct:__anon1233
H A DLzmaDec.c750 p->tempBuf[p->tempBufSize++] = *src++;
756 if (p->tempBuf[0] != 0)
759 LzmaDec_InitRc(p, p->tempBuf);
796 memcpy(p->tempBuf, src, inSize);
823 p->tempBuf[rem++] = src[lookAhead++];
827 int dummyRes = LzmaDec_TryDummy(p, p->tempBuf, rem);
840 p->buf = p->tempBuf;
843 lookAhead -= (rem - (unsigned)(p->buf - p->tempBuf));

Completed in 88 milliseconds