Home
last modified time | relevance | path

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

/oneTBB/examples/graph/fgbzip2/
H A Dbzlib_private.hpp411 UChar* ll4; member
486 s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0xf0) | (n); \
488 s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0x0f) | ((n) << 4); \
491 #define GET_LL4(i) ((((UInt32)(s->ll4[(i) >> 1])) >> (((i) << 2) & 0x4)) & 0xF)
H A Ddecompress.cpp255 s->ll4 = (UChar*)BZALLOC(((1 + s->blockSize100k * 100000) >> 1) * sizeof(UChar)); in BZ2_decompress()
256 if (s->ll16 == nullptr || s->ll4 == nullptr) in BZ2_decompress()
H A Dbzlib.cpp556 s->ll4 = nullptr; in BZ_API()
993 if (s->ll4 != nullptr) in BZ_API()
994 BZFREE(s->ll4); in BZ_API()