Home
last modified time | relevance | path

Searched refs:LEN_ (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/lib/zlib/
H A Dinflate.h40 LEN_, /* i: same as LEN below, but only first time in */ enumerator
H A Dinflate.c846 state->mode = LEN_; /* decode codes */ in inflate()
1020 state->mode = LEN_; in inflate()
1023 case LEN_: in inflate()
1260 (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0); in inflate()