Searched refs:ll4 (Results 1 – 3 of 3) sorted by relevance
413 UChar *ll4; member483 s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0xf0) | (n); else \484 s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0x0f) | ((n) << 4); \488 ((((UInt32)(s->ll4[(i) >> 1])) >> (((i) << 2) & 0x4)) & 0xF)
256 s->ll4 = BZALLOC( in BZ2_decompress()259 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress()
573 s->ll4 = NULL; in BZ_API()902 if (s->ll4 != NULL) BZFREE(s->ll4); in BZ_API()
Completed in 8 milliseconds