Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/zlib/
H A Dinflate.c384 state->mode = BAD; in inflate()
389 state->mode = BAD; in inflate()
396 state->mode = BAD; in inflate()
411 state->mode = BAD; in inflate()
416 state->mode = BAD; in inflate()
520 state->mode = BAD; in inflate()
576 state->mode = BAD; in inflate()
585 state->mode = BAD; in inflate()
621 state->mode = BAD; in inflate()
643 state->mode = BAD; in inflate()
[all …]
H A Dinffast.c188 state->mode = BAD; in inflate_fast()
200 state->mode = BAD; in inflate_fast()
305 state->mode = BAD; in inflate_fast()
320 state->mode = BAD; in inflate_fast()
H A Dinflate.h48 BAD, /* got a data error -- remain here until reset */ enumerator