HomeSort by relevance Sort by last modified time
    Searched refs:ll4 (Results 1 - 3 of 3) sorted by null

  /external/bzip2/
bzlib_private.h 385 UChar *ll4; member in struct:__anon2118
460 s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0xf0) | (n); else \
461 s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0x0f) | ((n) << 4); \
465 ((((UInt32)(s->ll4[(i) >> 1])) >> (((i) << 2) & 0x4)) & 0xF)
bzlib.c 521 s->ll4 = NULL;
872 if (s->ll4 != NULL) BZFREE(s->ll4);
    [all...]
decompress.c 213 s->ll4 = BZALLOC(
216 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR);

Completed in 37 milliseconds