Home
last modified time | relevance | path

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

/oneTBB/examples/graph/fgbzip2/
H A Dbzlib_private.hpp410 UInt16* ll16; member
495 s->ll16[i] = (UInt16)(n & 0x0000ffff); \
499 #define GET_LL(i) (((UInt32)s->ll16[i]) | (GET_LL4(i) << 16))
H A Ddecompress.cpp254 s->ll16 = (UInt16*)BZALLOC(s->blockSize100k * 100000 * sizeof(UInt16)); in BZ2_decompress()
256 if (s->ll16 == nullptr || s->ll4 == nullptr) in BZ2_decompress()
477 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
554 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); in BZ2_decompress()
610 uc = (UChar)(s->ll16[i]); in BZ2_decompress()
H A Dbzlib.cpp557 s->ll16 = nullptr; in BZ_API()
991 if (s->ll16 != nullptr) in BZ_API()
992 BZFREE(s->ll16); in BZ_API()