Home
last modified time | relevance | path

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

/u-boot/lib/bzip2/
A Dbzlib_private.h413 UChar *ll4; member
483 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)
A Dbzlib_decompress.c256 s->ll4 = BZALLOC( in BZ2_decompress()
259 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress()
A Dbzlib.c573 s->ll4 = NULL; in BZ_API()
902 if (s->ll4 != NULL) BZFREE(s->ll4); in BZ_API()

Completed in 8 milliseconds