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.h41 LEN, /* i: waiting for length/lit/eob code */ enumerator
H A Dinflate.c1024 state->mode = LEN; in inflate()
1026 case LEN: in inflate()
1153 if (state->length == 0) state->mode = LEN; in inflate()
1175 if (state->length == 0) state->mode = LEN; in inflate()
1181 state->mode = LEN; in inflate()