Home
last modified time | relevance | path

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

/linux/lib/zstd/common/
A Dentropy_common.c31 unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() function
80 if (FSE_isError(countSize)) return countSize; in FSE_readNCount_body()
290 if (FSE_isError(oSize)) return oSize; in HUF_readStats_body()
A Dfse_decompress.c32 #define FSE_isError ERR_isError macro
337 if (FSE_isError(NCountLength)) return NCountLength; in FSE_decompress_wksp_body()
A Dzstd_internal.h39 #define FSE_isError ERR_isError macro
A Dfse.h87 FSE_PUBLIC_API unsigned FSE_isError(size_t code); /* tells if a return value is an error …
/linux/lib/zstd/compress/
A Dfse_compress.c34 #define FSE_isError ERR_isError macro
470 if (FSE_isError(errorCode)) return errorCode; in FSE_normalizeCount()
564 if (FSE_isError(initError)) return 0; /* not enough space available to write a bitstream */ } in FSE_compress_usingCTable_generic()
A Dzstd_compress.c3167 RETURN_ERROR_IF(FSE_isError(offcodeHeaderSize), dictionary_corrupted, ""); in ZSTD_loadCEntropy()
3170 RETURN_ERROR_IF(FSE_isError(FSE_buildCTable_wksp( in ZSTD_loadCEntropy()
3182 RETURN_ERROR_IF(FSE_isError(matchlengthHeaderSize), dictionary_corrupted, ""); in ZSTD_loadCEntropy()
3184 RETURN_ERROR_IF(FSE_isError(FSE_buildCTable_wksp( in ZSTD_loadCEntropy()
3196 RETURN_ERROR_IF(FSE_isError(litlengthHeaderSize), dictionary_corrupted, ""); in ZSTD_loadCEntropy()
3198 RETURN_ERROR_IF(FSE_isError(FSE_buildCTable_wksp( in ZSTD_loadCEntropy()
/linux/lib/zstd/decompress/
A Dzstd_decompress.c1254 RETURN_ERROR_IF(FSE_isError(offcodeHeaderSize), dictionary_corrupted, ""); in ZSTD_loadDEntropy()
1269 RETURN_ERROR_IF(FSE_isError(matchlengthHeaderSize), dictionary_corrupted, ""); in ZSTD_loadDEntropy()
1284 RETURN_ERROR_IF(FSE_isError(litlengthHeaderSize), dictionary_corrupted, ""); in ZSTD_loadDEntropy()
A Dzstd_decompress_block.c565 RETURN_ERROR_IF(FSE_isError(headerSize), corruption_detected, ""); in ZSTD_buildSeqTable()
/linux/
A DSystem.map16939 ffff8000104b0db4 T FSE_isError
A D.tmp_System.map16939 ffff8000104b0db4 T FSE_isError

Completed in 302 milliseconds