Searched refs:SizeT (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/lzma/ |
| H A D | LzmaTools.c | 50 int lzmaBuffToBuffDecompress (unsigned char *outStream, SizeT *uncompressedSize, in lzmaBuffToBuffDecompress() 51 unsigned char *inStream, SizeT length) in lzmaBuffToBuffDecompress() 57 SizeT outSizeFull = 0xFFFFFFFF; /* 4GBytes limit */ in lzmaBuffToBuffDecompress() 58 SizeT outProcessed; in lzmaBuffToBuffDecompress() 59 SizeT outSize; in lzmaBuffToBuffDecompress() 60 SizeT outSizeHigh; in lzmaBuffToBuffDecompress() 62 SizeT compressedSize = (SizeT)(length - LZMA_PROPS_SIZE); in lzmaBuffToBuffDecompress() 84 outSizeFull = (SizeT)outSize; in lzmaBuffToBuffDecompress() 85 if (sizeof(SizeT) >= 8) { in lzmaBuffToBuffDecompress() 90 outSizeFull |= (((SizeT)outSizeHigh << 16) << 16); in lzmaBuffToBuffDecompress() [all …]
|
| H A D | LzmaDec.h | 53 SizeT dicPos; 54 SizeT dicBufSize; 177 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, 178 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status); 194 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, 195 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status); 219 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
|
| H A D | LzmaDec.c | 134 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal() 145 SizeT dicBufSize = p->dicBufSize; in LzmaDec_DecodeReal() 146 SizeT dicPos = p->dicPos; in LzmaDec_DecodeReal() 398 SizeT rem = limit - dicPos; in LzmaDec_DecodeReal() 400 SizeT pos = (dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0); in LzmaDec_DecodeReal() 454 static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit) in LzmaDec_WriteRem() 459 SizeT dicPos = p->dicPos; in LzmaDec_WriteRem() 460 SizeT dicBufSize = p->dicBufSize; in LzmaDec_WriteRem() 480 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2() 484 SizeT limit2 = limit; in LzmaDec_DecodeReal2() [all …]
|
| H A D | LzmaTools.h | 18 extern int lzmaBuffToBuffDecompress (unsigned char *outStream, SizeT *uncompressedSize, 19 unsigned char *inStream, SizeT length);
|
| H A D | Types.h | 78 typedef UInt32 SizeT; typedef 80 typedef size_t SizeT; typedef
|
| H A D | lzma.txt | 361 int LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, 433 int res = LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, 434 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode); 540 HRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, 541 CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_decomp.c | 161 SizeT lzma_len; in un_lzma() 162 SizeT src_lenp; in un_lzma()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | lzmadec.c | 23 SizeT src_len = ~0UL, dst_len = ~0UL; in do_lzmadec()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/ |
| H A D | hash.hpp | 231 template <typename SizeT> 232 inline void hash_combine_impl(SizeT& seed, SizeT value) in hash_combine_impl()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | fit_misc.c | 103 SizeT lzma_len = ALIGN(len, FIT_MAX_SPL_IMAGE_SZ); in fit_decomp_image()
|
| /OK3568_Linux_fs/u-boot/test/ |
| H A D | compression.c | 210 SizeT inout_size = out_max; in uncompress_using_lzma()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bootm.c | 457 SizeT lzma_len = unc_len; in bootm_decomp_image()
|