Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dinflate.c646 state->mode = BAD; in inflate()
651 state->mode = BAD; in inflate()
660 state->mode = BAD; in inflate()
676 state->mode = BAD; in inflate()
681 state->mode = BAD; in inflate()
797 state->mode = BAD; in inflate()
859 state->mode = BAD; in inflate()
868 state->mode = BAD; in inflate()
909 state->mode = BAD; in inflate()
932 state->mode = BAD; in inflate()
[all …]
H A Dinffast.c159 state->mode = BAD; in inflate_fast()
173 state->mode = BAD; in inflate_fast()
269 state->mode = BAD; in inflate_fast()
284 state->mode = BAD; in inflate_fast()
H A Dinflate.h50 BAD, /* got a data error -- remain here until reset */ enumerator