Home
last modified time | relevance | path

Searched refs:FSE_isError (Results 1 – 6 of 6) sorted by relevance

/lib/zstd/common/
A Dentropy_common.c29 unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() function
77 if (FSE_isError(countSize)) return countSize; in FSE_readNCount_body()
286 if (FSE_isError(oSize)) return oSize; in HUF_readStats_body()
A Dfse_decompress.c30 #define FSE_isError ERR_isError macro
328 if (FSE_isError(NCountLength)) return NCountLength; in FSE_decompress_wksp_body()
A Dzstd_internal.h39 #define FSE_isError ERR_isError macro
A Dfse.h82 FSE_PUBLIC_API unsigned FSE_isError(size_t code); /* tells if a return value is an error …
/lib/zstd/decompress/
A Dzstd_decompress.c1282 RETURN_ERROR_IF(FSE_isError(offcodeHeaderSize), dictionary_corrupted, ""); in ZSTD_loadDEntropy()
1297 RETURN_ERROR_IF(FSE_isError(matchlengthHeaderSize), dictionary_corrupted, ""); in ZSTD_loadDEntropy()
1312 RETURN_ERROR_IF(FSE_isError(litlengthHeaderSize), dictionary_corrupted, ""); in ZSTD_loadDEntropy()
A Dzstd_decompress_block.c634 RETURN_ERROR_IF(FSE_isError(headerSize), corruption_detected, ""); in ZSTD_buildSeqTable()

Completed in 20 milliseconds