Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_decompress.c126 gLimit = &(s->limit[gSel][0]); \
136 if (zvec <= gLimit[zn]) break; \
178 Int32* gLimit; in BZ2_decompress() local
232 gLimit = s->save_gLimit; in BZ2_decompress()
664 s->save_gLimit = gLimit; in BZ2_decompress()