Searched refs:zstd_is_error (Results 1 - 4 of 4) sorted by relevance

/u-boot/lib/zstd/
H A Dzstd.c41 if (zstd_is_error(len)) {
50 if (zstd_is_error(len)) {
H A Dzstd_decompress_module.c21 unsigned int zstd_is_error(size_t code) function
25 EXPORT_SYMBOL(zstd_is_error); variable
/u-boot/include/linux/
H A Dzstd.h38 * zstd_is_error() - tells if a size_t function result is an error code
43 unsigned int zstd_is_error(size_t code);
52 * @code: The function result for which zstd_is_error(code) is true.
60 * @code: The function result for which zstd_is_error(code) is true.
178 * zstd_is_error().
218 * zstd_is_error().
288 * zstd_is_error().
308 * zstd_is_error().
324 * error, which can be checked using zstd_is_error().
338 * error, which can be checked using zstd_is_error()
[all...]
/u-boot/fs/squashfs/
H A Dsqfs_decompressor.c121 return zstd_is_error(ret);

Completed in 46 milliseconds