Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Ddecompress_bunzip2.c70 #define RETVAL_LAST_BLOCK (-1) macro
179 return RETVAL_LAST_BLOCK; in get_next_block()
604 return RETVAL_LAST_BLOCK; in read_bunzip()
614 return (previous != RETVAL_LAST_BLOCK) ? previous : gotcount; in read_bunzip()
723 if (i == RETVAL_LAST_BLOCK) { in bunzip2()