Home
last modified time | relevance | path

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

/third_party/node/deps/zlib/
Dinflate.h40 LEN_, /* i: same as LEN below, but only first time in */ enumerator
Dinflate.c871 state->mode = LEN_; /* decode codes */
1041 state->mode = LEN_;
1043 case LEN_:
1273 (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0);
/third_party/skia/third_party/externals/zlib/
Dinflate.h40 LEN_, /* i: same as LEN below, but only first time in */ enumerator
Dinflate.c871 state->mode = LEN_; /* decode codes */
1041 state->mode = LEN_;
1043 case LEN_:
1273 (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0);
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dinflate.h40 LEN_, /* i: same as LEN below, but only first time in */ enumerator
Dinflate.c870 state->mode = LEN_; /* decode codes */
1040 state->mode = LEN_;
1042 case LEN_:
1271 (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0);
/third_party/libwebsockets/win32port/zlib/
Dinflate.h40 LEN_, /* i: same as LEN below, but only first time in */ enumerator
Dinflate.c831 state->mode = LEN_; /* decode codes */
1002 state->mode = LEN_;
1004 case LEN_:
1232 (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0);
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dinflate.h40 LEN_, /* i: same as LEN below, but only first time in */ enumerator
Dinflate.c870 state->mode = LEN_; /* decode codes */
1040 state->mode = LEN_;
1042 case LEN_:
1271 (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0);
/third_party/flutter/skia/third_party/externals/zlib/
Dinflate.h40 LEN_, /* i: same as LEN below, but only first time in */ enumerator
Dinflate.c871 state->mode = LEN_; /* decode codes */
1041 state->mode = LEN_;
1043 case LEN_:
1273 (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0);
/third_party/zlib/
Dinflate.h40 LEN_, /* i: same as LEN below, but only first time in */ enumerator
Dinflate.c882 state->mode = LEN_; /* decode codes */
1056 state->mode = LEN_;
1059 case LEN_:
1296 (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0);
/third_party/boost/boost/beast/zlib/detail/
Dinflate_stream.hpp106 LEN_, // i: same as LEN below, but only first time in enumerator
Dinflate_stream.ipp112 (mode_ == LEN_ || mode_ == COPY_ ? 256 : 0);
164 mode_ = LEN_; /* decode codes */
348 mode_ = LEN_;
354 case LEN_:
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/
Dinflate_stream.hpp106 LEN_, // i: same as LEN below, but only first time in enumerator
Dinflate_stream.ipp112 (mode_ == LEN_ || mode_ == COPY_ ? 256 : 0);
164 mode_ = LEN_; /* decode codes */
348 mode_ = LEN_;
354 case LEN_:
/third_party/flutter/skia/third_party/externals/zlib/contrib/optimizations/
Dinflate.c882 state->mode = LEN_; /* decode codes */
1052 state->mode = LEN_;
1054 case LEN_:
1293 (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0);
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
Dinflate.c882 state->mode = LEN_; /* decode codes */
1052 state->mode = LEN_;
1054 case LEN_:
1293 (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0);
/third_party/node/deps/zlib/contrib/optimizations/
Dinflate.c882 state->mode = LEN_; /* decode codes */
1052 state->mode = LEN_;
1054 case LEN_:
1293 (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0);
/third_party/chromium/patch/
D0001-cve.patch20744 state->mode = LEN_;
20747 case LEN_:
20831 (state->mode == LEN_ || state->mode == COPY_ ? 256 : 0);