Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dinflate.h34 STORED, /* i: waiting for stored size (length and complement) */ enumerator
H A Dinflate.c840 state->mode = STORED; in inflate()
863 case STORED: in inflate()
1436 return state->mode == STORED && state->bits == 0; in inflateSyncPoint()