Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_decompress.c187 s->save_alphaSize = 0; in BZ2_decompress()
214 alphaSize = s->save_alphaSize; in BZ2_decompress()
646 s->save_alphaSize = alphaSize; in BZ2_decompress()
H A Dbzlib_private.h443 Int32 save_alphaSize; member