Home
last modified time | relevance | path

Searched refs:cSrcSize (Results 1 – 4 of 4) sorted by relevance

/u-boot/lib/zstd/
A Dhuf_decompress.c209 if (hSize >= cSrcSize) in HUF_decompress1X2_DCtx_wksp()
212 cSrcSize -= hSize; in HUF_decompress1X2_DCtx_wksp()
220 if (cSrcSize < 10) in HUF_decompress4X2_usingDTable_internal()
340 if (hSize >= cSrcSize) in HUF_decompress4X2_DCtx_wksp()
343 cSrcSize -= hSize; in HUF_decompress4X2_DCtx_wksp()
672 cSrcSize -= hSize; in HUF_decompress1X4_DCtx_wksp()
679 if (cSrcSize < 10) in HUF_decompress4X4_usingDTable_internal()
805 cSrcSize -= hSize; in HUF_decompress4X4_DCtx_wksp()
882 if (cSrcSize == 1) { in HUF_decompress4X_DCtx_wksp()
899 if ((cSrcSize >= dstSize) || (cSrcSize <= 1)) in HUF_decompress4X_hufOnly_wksp()
[all …]
A Dhuf.h75 …sp(HUF_DTable *dctx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace,
77 …sp(HUF_DTable *dctx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace,
79 …sp(HUF_DTable *dctx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace,
148 U32 HUF_selectDecoder(size_t dstSize, size_t cSrcSize);
153 size_t HUF_decompress4X_usingDTable(void *dst, size_t maxDstSize, const void *cSrc, size_t cSrcSize
154 …s4X2_usingDTable(void *dst, size_t maxDstSize, const void *cSrc, size_t cSrcSize, const HUF_DTable…
155 …s4X4_usingDTable(void *dst, size_t maxDstSize, const void *cSrc, size_t cSrcSize, const HUF_DTable…
172 …sp(HUF_DTable *dctx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace,
177 size_t HUF_decompress1X_usingDTable(void *dst, size_t maxDstSize, const void *cSrc, size_t cSrcSize,
179 …s1X2_usingDTable(void *dst, size_t maxDstSize, const void *cSrc, size_t cSrcSize, const HUF_DTable…
[all …]
A Dfse_decompress.c184 …ngDTable_generic(void *dst, size_t maxDstSize, const void *cSrc, size_t cSrcSize, const FSE_DTable… in FSE_decompress_usingDTable_generic() argument
197 CHECK_F(BIT_initDStream(&bitD, cSrc, cSrcSize)); in FSE_decompress_usingDTable_generic()
252 size_t FSE_decompress_usingDTable(void *dst, size_t originalSize, const void *cSrc, size_t cSrcSize in FSE_decompress_usingDTable() argument
260 return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 1); in FSE_decompress_usingDTable()
261 return FSE_decompress_usingDTable_generic(dst, originalSize, cSrc, cSrcSize, dt, 0); in FSE_decompress_usingDTable()
264 size_t FSE_decompress_wksp(void *dst, size_t dstCapacity, const void *cSrc, size_t cSrcSize, unsign… in FSE_decompress_wksp() argument
289 NCountLength = FSE_readNCount(counting, &maxSymbolValue, &tableLog, istart, cSrcSize); in FSE_decompress_wksp()
297 cSrcSize -= NCountLength; in FSE_decompress_wksp()
301 …return FSE_decompress_usingDTable(dst, dstCapacity, ip, cSrcSize, dt); /* always return, even if i… in FSE_decompress_wksp()
A Dfse.h167 …ess_usingDTable(void *dst, size_t dstCapacity, const void *cSrc, size_t cSrcSize, const FSE_DTable…
254 size_t FSE_decompress_wksp(void *dst, size_t dstCapacity, const void *cSrc, size_t cSrcSize, unsign…

Completed in 10 milliseconds