Home
last modified time | relevance | path

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

/external/u-boot/lib/bzip2/
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()
/external/bzip2/
Dbzlib.c896 Int32 bufN; member
943 bzf->bufN = 0; in BZ_API()
1118 bzf->bufN = 0; in BZ_API()
1125 bzf->buf[bzf->bufN] = *((UChar*)(unused)); bzf->bufN++; in BZ_API()
1134 bzf->strm.avail_in = bzf->bufN; in BZ_API()
1194 bzf->bufN = n; in BZ_API()
1195 bzf->strm.avail_in = bzf->bufN; in BZ_API()