Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_private.h218 #define BZ_S_INPUT 2 macro
H A Dbzlib.c241 s->state = BZ_S_INPUT; in BZ_API()
427 s->state = BZ_S_INPUT; in handle_compress()
433 if (s->state == BZ_S_INPUT) { in handle_compress()