Home
last modified time | relevance | path

Searched refs:LENS (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/lib/zlib_inflate/
Dinfblock.c132 s->mode = LENS; /* get length of stored block */
162 case LENS:
354 return s->mode == LENS;
Dinfutil.h20 LENS, /* get lengths for stored */ enumerator
Dinflate.c96 if (s->mode != LENS) in zlib_inflate_packet_flush()
/linux-2.4.37.9/arch/ppc64/boot/
Dzlib.c608 LENS, /* get lengths for stored */ enumerator
843 s->mode = LENS; /* get length of stored block */
879 case LENS:
1148 if (s->mode != LENS)
/linux-2.4.37.9/arch/ppc/boot/lib/
Dzlib.c585 LENS, /* get lengths for stored */ enumerator
820 s->mode = LENS; /* get length of stored block */
856 case LENS:
1132 if (s->mode != LENS)