Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/bzip2/
H A Dbzlib_private.h389 UInt16 *ll16; member
473 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
478 (((UInt32)s->ll16[i]) | (GET_LL4(i) << 16))
H A 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()
405 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
479 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
531 uc = (UChar)(s->ll16[i]); in BZ2_decompress()
H A Dbzlib.c367 s->ll16 = NULL; in BZ_API()
684 s->ll16 = NULL; in BZ_API()
1035 if (s->ll16 != NULL) BZFREE(s->ll16); in BZ_API()
H A DSolaris.README.txt230 + s->ll16 = NULL;