Home
last modified time | relevance | path

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

/external/zlib/src/
Dinflate.h40 LEN_, /* i: same as LEN below, but only first time in */ enumerator
Dinflate.c847 state->mode = LEN_; /* decode codes */
1017 state->mode = LEN_;
1019 case LEN_:
1248 (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0);
/external/pdfium/third_party/zlib_v128/
Dinflate.h40 LEN_, /* i: same as LEN below, but only first time in */ enumerator
Dinflate.c847 state->mode = LEN_; /* decode codes */ in inflate()
1017 state->mode = LEN_; in inflate()
1019 case LEN_: in inflate()
1248 (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0); in inflate()
/external/opencv3/3rdparty/zlib/
Dinflate.h40 LEN_, /* i: same as LEN below, but only first time in */ enumerator
Dinflate.c847 state->mode = LEN_; /* decode codes */
1017 state->mode = LEN_;
1019 case LEN_:
1248 (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0);