Home
last modified time | relevance | path

Searched refs:inSize (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/lzma/
H A DLzmaDec.c513 static ELzmaDummy LzmaDec_TryDummy(const CLzmaDec *p, const Byte *buf, SizeT inSize) in LzmaDec_TryDummy() argument
517 const Byte *bufLimit = buf + inSize; in LzmaDec_TryDummy()
748 SizeT inSize = *srcLen; in LzmaDec_DecodeToDic() local
760 for (; inSize > 0 && p->tempBufSize < RC_INIT_SIZE; (*srcLen)++, inSize--) in LzmaDec_DecodeToDic()
802 if (inSize < LZMA_REQUIRED_INPUT_MAX || checkEndMarkNow) in LzmaDec_DecodeToDic()
804 int dummyRes = LzmaDec_TryDummy(p, src, inSize); in LzmaDec_DecodeToDic()
807 memcpy(p->tempBuf, src, inSize); in LzmaDec_DecodeToDic()
808 p->tempBufSize = (unsigned)inSize; in LzmaDec_DecodeToDic()
809 (*srcLen) += inSize; in LzmaDec_DecodeToDic()
821 bufLimit = src + inSize - LZMA_REQUIRED_INPUT_MAX; in LzmaDec_DecodeToDic()
[all …]
H A DTypes.h204 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
/OK3568_Linux_fs/kernel/fs/coda/
H A Dupcall.c42 static int coda_upcall(struct venus_comm *vc, int inSize, int *outSize,
710 int inSize, int *outSize, in coda_upcall() argument
737 req->uc_inSize = inSize; in coda_upcall()
738 req->uc_outSize = (outSize && *outSize) ? *outSize : inSize; in coda_upcall()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/earcut/0.12.4/include/mapbox/
H A Dearcut.hpp544 int inSize = 1; in sortLinked() local
556 for (i = 0; i < inSize; i++) { in sortLinked()
562 qSize = inSize; in sortLinked()
598 inSize *= 2; in sortLinked()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/
H A Dearcut.hpp581 int inSize = 1; in sortLinked() local
593 for (i = 0; i < inSize; i++) { in sortLinked()
599 qSize = inSize; in sortLinked()
635 inSize *= 2; in sortLinked()