Home
last modified time | relevance | path

Searched defs:dctx (Results 1 – 3 of 3) sorted by relevance

/u-boot/lib/zstd/
A Ddecompress.c97 size_t ZSTD_decompressBegin(ZSTD_DCtx *dctx) in ZSTD_decompressBegin()
119 ZSTD_DCtx *dctx; in ZSTD_createDCtx_advanced() local
138 size_t ZSTD_freeDCtx(ZSTD_DCtx *dctx) in ZSTD_freeDCtx()
363 static size_t ZSTD_decodeFrameHeader(ZSTD_DCtx *dctx, const void *src, size_t headerSize) in ZSTD_decodeFrameHeader()
1460 static void ZSTD_checkContinuity(ZSTD_DCtx *dctx, const void *dst) in ZSTD_checkContinuity()
1481 size_t ZSTD_insertBlock(ZSTD_DCtx *dctx, const void *blockStart, size_t blockSize) in ZSTD_insertBlock()
1712 size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx *dctx) { return dctx->expected; } in ZSTD_nextSrcSizeToDecompress()
1714 ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx *dctx) in ZSTD_nextInputType()
1852 static size_t ZSTD_refDictContent(ZSTD_DCtx *dctx, const void *dict, size_t dictSize) in ZSTD_refDictContent()
1959 size_t ZSTD_decompressBegin_usingDict(ZSTD_DCtx *dctx, const void *dict, size_t dictSize) in ZSTD_decompressBegin_usingDict()
[all …]
A Dhuf_decompress.c333 size_t HUF_decompress4X2_DCtx_wksp(HUF_DTable *dctx, void *dst, size_t dstSize, const void *cSrc, s… in HUF_decompress4X2_DCtx_wksp()
795 size_t HUF_decompress4X4_DCtx_wksp(HUF_DTable *dctx, void *dst, size_t dstSize, const void *cSrc, s… in HUF_decompress4X4_DCtx_wksp()
871 size_t HUF_decompress4X_DCtx_wksp(HUF_DTable *dctx, void *dst, size_t dstSize, const void *cSrc, si… in HUF_decompress4X_DCtx_wksp()
894 size_t HUF_decompress4X_hufOnly_wksp(HUF_DTable *dctx, void *dst, size_t dstSize, const void *cSrc,… in HUF_decompress4X_hufOnly_wksp()
909 size_t HUF_decompress1X_DCtx_wksp(HUF_DTable *dctx, void *dst, size_t dstSize, const void *cSrc, si… in HUF_decompress1X_DCtx_wksp()
/u-boot/tools/
A Dmxsimage.c539 static int sb_grow_dcd(struct sb_dcd_ctx *dctx, unsigned int inc_size) in sb_grow_dcd()
563 struct sb_dcd_ctx *dctx; in sb_build_dcd() local
625 struct sb_dcd_ctx *dctx = ictx->dcd_tail; in sb_build_dcd_block() local
950 struct sb_dcd_ctx *dctx = ictx->dcd_head; in sb_build_command_load() local
2139 struct sb_dcd_ctx *dctx = ictx->dcd_head, *d_head; in sb_free_image() local

Completed in 16 milliseconds