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

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib_private.h389 UInt16 *ll16; member in struct:__anon1949
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) );
216 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR);
405 s->ll16[nblock] = (UInt16)uc;
479 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else
531 uc = (UChar)(s->ll16[i]);
H A Dbzlib.c662 s->ll16 = NULL;
694 s->ll16 = NULL;
1045 if (s->ll16 != NULL) BZFREE(s->ll16);

Completed in 66 milliseconds