Home
last modified time | relevance | path

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

/external/bzip2/
Dbzlib_private.h384 UInt16 *ll16; member
468 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
473 (((UInt32)s->ll16[i]) | (GET_LL4(i) << 16))
Ddecompress.c212 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()
216 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress()
398 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
472 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
511 uc = (UChar)(s->ll16[i]); in BZ2_decompress()
Dbzlib.c522 s->ll16 = NULL; in BZ_API()
871 if (s->ll16 != NULL) BZFREE(s->ll16); in BZ_API()