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

/external/chromium_org/third_party/lzma_sdk/
H A DLzmaDec.h67 unsigned tempBufSize; member in struct:__anon12579
H A DLzmaDec.c689 p->tempBufSize = 0;
734 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--)
735 p->tempBuf[p->tempBufSize++] = *src++;
736 if (p->tempBufSize < RC_INIT_SIZE)
745 p->tempBufSize = 0;
772 if (p->tempBufSize == 0)
782 p->tempBufSize = (unsigned)inSize;
806 unsigned rem = p->tempBufSize, lookAhead = 0;
809 p->tempBufSize = rem;
832 p->tempBufSize
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaDec.h68 unsigned tempBufSize; member in struct:__anon14160
H A DLzmaDec.c690 p->tempBufSize = 0;
735 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--)
736 p->tempBuf[p->tempBufSize++] = *src++;
737 if (p->tempBufSize < RC_INIT_SIZE)
746 p->tempBufSize = 0;
773 if (p->tempBufSize == 0)
783 p->tempBufSize = (unsigned)inSize;
807 unsigned rem = p->tempBufSize, lookAhead = 0;
810 p->tempBufSize = rem;
833 p->tempBufSize
[all...]
/external/lzma/C/
H A DLzmaDec.h67 unsigned tempBufSize; member in struct:__anon22907
H A DLzmaDec.c689 p->tempBufSize = 0;
734 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--)
735 p->tempBuf[p->tempBufSize++] = *src++;
736 if (p->tempBufSize < RC_INIT_SIZE)
745 p->tempBufSize = 0;
772 if (p->tempBufSize == 0)
782 p->tempBufSize = (unsigned)inSize;
806 unsigned rem = p->tempBufSize, lookAhead = 0;
809 p->tempBufSize = rem;
832 p->tempBufSize
[all...]

Completed in 67 milliseconds