Home
last modified time | relevance | path

Searched refs:BZ_CONFIG_ERROR (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dbzlib.h98 #define BZ_CONFIG_ERROR (-9) macro
/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib.c208 if (!bz_config_ok()) return BZ_CONFIG_ERROR; in BZ_API()
550 if (!bz_config_ok()) return BZ_CONFIG_ERROR; in BZ_API()