Searched refs:CHECK_E (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/lib/zstd/ |
D | zstd_internal.h | 47 #define CHECK_E(f, e) \ macro
|
D | decompress.c | 1124 CHECK_E(BIT_initDStream(&seqState.DStream, ip, iend - ip), corruption_detected); in ZSTD_decompressSequences() 1390 CHECK_E(BIT_initDStream(&seqState.DStream, ip, iend - ip), corruption_detected); in ZSTD_decompressSequencesLong() 1898 …CHECK_E(FSE_buildDTable_wksp(entropy->OFTable, offcodeNCount, offcodeMaxValue, offcodeLog, entropy… in ZSTD_loadEntropy() 1910 …CHECK_E(FSE_buildDTable_wksp(entropy->MLTable, matchlengthNCount, matchlengthMaxValue, matchlength… in ZSTD_loadEntropy() 1922 …CHECK_E(FSE_buildDTable_wksp(entropy->LLTable, litlengthNCount, litlengthMaxValue, litlengthLog, e… in ZSTD_loadEntropy() 1973 CHECK_E(ZSTD_decompress_insertDictionary(dctx, dict, dictSize), dictionary_corrupted); in ZSTD_decompressBegin_usingDict() 2035 …CHECK_E(ZSTD_loadEntropy(&ddict->entropy, ddict->dictContent, ddict->dictSize), dictionary_corrupt… in ZSTD_loadEntropy_inDDict()
|
D | compress.c | 756 …CHECK_E(BIT_initCStream(&blockStream, op, oend - op), dstSize_tooSmall); /* not enough space remai… in ZSTD_compressSequences_internal() 2652 …CHECK_E(FSE_buildCTable_wksp(cctx->offcodeCTable, offcodeNCount, offcodeMaxValue, offcodeLog, cctx… in ZSTD_loadZstdDictionary() 2667 CHECK_E( in ZSTD_loadZstdDictionary() 2683 …CHECK_E(FSE_buildCTable_wksp(cctx->litlengthCTable, litlengthNCount, litlengthMaxValue, litlengthL… in ZSTD_loadZstdDictionary()
|