Home
last modified time | relevance | path

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

/external/bzip2/
Dcompress.c49 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24); in bsFinishWrite()
61 s->zbits[s->numZ] \
619 s->zbits = (UChar*) (&((UChar*)s->arr2)[s->nblock]); in BZ2_compressBlock()
Dbzlib_private.h219 UChar* zbits; member
Dbzlib.c200 s->zbits = NULL; in BZ_API()
347 *(s->strm->next_out) = s->zbits[s->state_out_pos]; in copy_output_until_stop()
/external/u-boot/lib/bzip2/
Dbzlib_compress.c89 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24); in bsFinishWrite()
101 s->zbits[s->numZ] \
660 s->zbits = (UChar*) (&((UChar*)s->arr2)[s->nblock]); in BZ2_compressBlock()
Dbzlib_private.h251 UChar* zbits; member
Dbzlib.c251 s->zbits = NULL; in BZ_API()
398 *(s->strm->next_out) = s->zbits[s->state_out_pos]; in copy_output_until_stop()