Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dfse_decompress.c64 #define CHECK_F(f) \ macro
227 CHECK_F(BIT_initDStream(&bitD, cSrc, cSrcSize)); in FSE_decompress_usingDTable_generic()
329 CHECK_F(FSE_buildDTable_wksp(dt, counting, maxSymbolValue, tableLog, workspace, workspaceSize)); in FSE_decompress_wksp()
Dzstd_internal.h41 #define CHECK_F(f) \ macro
Dhuf_compress.c60 #define CHECK_F(f) \ macro
124 CHECK_F(FSE_normalizeCount(norm, tableLog, count, wtSize, maxSymbolValue)); in HUF_compressWeights_wksp()
133 CHECK_F(FSE_buildCTable_wksp(CTable, norm, maxSymbolValue, tableLog, workspace, workspaceSize)); in HUF_compressWeights_wksp()
Dcompress.c2666 CHECK_F(ZSTD_checkDictNCount(matchlengthNCount, matchlengthMaxValue, MaxML)); in ZSTD_loadZstdDictionary()
2682 CHECK_F(ZSTD_checkDictNCount(litlengthNCount, litlengthMaxValue, MaxLL)); in ZSTD_loadZstdDictionary()
2703 CHECK_F(ZSTD_checkDictNCount(offcodeNCount, offcodeMaxValue, MIN(offcodeMax, MaxOff))); in ZSTD_loadZstdDictionary()
2741 CHECK_F(ZSTD_resetCCtx_advanced(cctx, params, pledgedSrcSize, crp)); in ZSTD_compressBegin_internal()
2750 CHECK_F(ZSTD_checkCParams(params.cParams)); in ZSTD_compressBegin_advanced()
2821 CHECK_F(ZSTD_compressBegin_internal(cctx, dict, dictSize, params, srcSize)); in ZSTD_compress_internal()
2917 CHECK_F(ZSTD_copyCCtx(cctx, cdict->refContext, pledgedSrcSize)) in ZSTD_compressBegin_usingCDict()
2921 CHECK_F(ZSTD_compressBegin_advanced(cctx, NULL, 0, params, pledgedSrcSize)); in ZSTD_compressBegin_usingCDict()
2932 CHECK_F(ZSTD_compressBegin_usingCDict(cctx, cdict, srcSize)); in ZSTD_compress_usingCDict()
3032 CHECK_F(ZSTD_compressBegin_usingCDict(zcs->cctx, zcs->cdict, pledgedSrcSize)) in ZSTD_resetCStream_internal()
[all …]
Ddecompress.c1585 CHECK_F(ZSTD_decodeFrameHeader(dctx, ip, frameHeaderSize)); in ZSTD_decompressFrame()
1686 CHECK_F(ZSTD_decompressBegin_usingDict(dctx, dict, dictSize)); in ZSTD_decompressMultiFrame()
1774 CHECK_F(ZSTD_decodeFrameHeader(dctx, dctx->headerBuffer, dctx->headerSize)); in ZSTD_decompressContinue()
1970 CHECK_F(ZSTD_decompressBegin(dctx)); in ZSTD_decompressBegin_usingDict()
2353 CHECK_F(ZSTD_decompressContinue(zds->dctx, NULL, 0, zds->headerBuffer, h1Size)); in ZSTD_decompressStream()
2356 CHECK_F(ZSTD_decompressContinue(zds->dctx, NULL, 0, zds->headerBuffer + h1Size, h2Size)); in ZSTD_decompressStream()