Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_decompress.c182 if (s->state == BZ_X_MAGIC_1) { in BZ2_decompress()
240 GET_UCHAR(BZ_X_MAGIC_1, uc); in BZ2_decompress()
H A Dbzlib_private.h324 #define BZ_X_MAGIC_1 10 macro
H A Dbzlib.c563 s->state = BZ_X_MAGIC_1; in BZ_API()
870 if (s->state >= BZ_X_MAGIC_1) { in BZ_API()