Home
last modified time | relevance | path

Searched refs:BZ_X_IDLE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_private.h321 #define BZ_X_IDLE 1 macro
H A Dbzlib_decompress.c633 s->state = BZ_X_IDLE; in BZ2_decompress()
H A Dbzlib.c848 if (s->state == BZ_X_IDLE) return BZ_SEQUENCE_ERROR; in BZ_API()