Searched refs:CHECK_E (Results 1 – 2 of 2) sorted by relevance
/u-boot/lib/zstd/ |
A D | zstd_internal.h | 37 #define CHECK_E(f, e) \ macro
|
A D | decompress.c | 1115 CHECK_E(BIT_initDStream(&seqState.DStream, ip, iend - ip), corruption_detected); in ZSTD_decompressSequences() 1381 CHECK_E(BIT_initDStream(&seqState.DStream, ip, iend - ip), corruption_detected); in ZSTD_decompressSequencesLong() 1888 …CHECK_E(FSE_buildDTable_wksp(entropy->OFTable, offcodeNCount, offcodeMaxValue, offcodeLog, entropy… in ZSTD_loadEntropy() 1900 …CHECK_E(FSE_buildDTable_wksp(entropy->MLTable, matchlengthNCount, matchlengthMaxValue, matchlength… in ZSTD_loadEntropy() 1912 …CHECK_E(FSE_buildDTable_wksp(entropy->LLTable, litlengthNCount, litlengthMaxValue, litlengthLog, e… in ZSTD_loadEntropy() 1963 CHECK_E(ZSTD_decompress_insertDictionary(dctx, dict, dictSize), dictionary_corrupted); in ZSTD_decompressBegin_usingDict() 2025 …CHECK_E(ZSTD_loadEntropy(&ddict->entropy, ddict->dictContent, ddict->dictSize), dictionary_corrupt… in ZSTD_loadEntropy_inDDict()
|
Completed in 9 milliseconds