Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib.c925 Int32 bufN; member
972 bzf->bufN = 0; in BZ_API()
1146 bzf->bufN = 0; in BZ_API()
1153 bzf->buf[bzf->bufN] = *((UChar*)(unused)); bzf->bufN++; in BZ_API()
1162 bzf->strm.avail_in = bzf->bufN; in BZ_API()
1222 bzf->bufN = n; in BZ_API()
1223 bzf->strm.avail_in = bzf->bufN; in BZ_API()