Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dbzlib.h87 #define BZ_FLUSH_OK 2 macro
/openbmc/u-boot/lib/bzip2/
H A Dbzlib.c499 s->state_out_pos < s->numZ) return BZ_FLUSH_OK; in BZ_API()