Home
last modified time | relevance | path

Searched refs:ncode (Results 1 – 23 of 23) sorted by relevance

/third_party/zlib/contrib/puff/
Dpuff.c667 int nlen, ndist, ncode; /* number of lengths in descriptor */ in dynamic() local
686 ncode = bits(s, 4) + 4; in dynamic()
691 for (index = 0; index < ncode; index++) in dynamic()
/third_party/zlib/contrib/infback9/
Dinflate9.h39 unsigned ncode; /* number of code length code lengths */ member
Dinfback9.c351 state->ncode = BITS(4) + 4;
362 while (state->have < state->ncode) {
/third_party/zlib/
Dinflate.h115 unsigned ncode; /* number of code length code lengths */ member
Dinfback.c366 state->ncode = BITS(4) + 4;
379 while (state->have < state->ncode) {
Dinflate.c942 state->ncode = BITS(4) + 4;
956 while (state->have < state->ncode) {
/third_party/node/deps/zlib/
Dinflate.h115 unsigned ncode; /* number of code length code lengths */ member
Dinfback.c352 state->ncode = BITS(4) + 4; in inflateBack()
365 while (state->have < state->ncode) { in inflateBack()
Dinflate.c905 state->ncode = BITS(4) + 4; in inflate()
919 while (state->have < state->ncode) { in inflate()
/third_party/skia/third_party/externals/zlib/
Dinflate.h114 unsigned ncode; /* number of code length code lengths */ member
Dinfback.c365 state->ncode = BITS(4) + 4;
378 while (state->have < state->ncode) {
Dinflate.c928 state->ncode = BITS(4) + 4;
941 while (state->have < state->ncode) {
/third_party/libwebsockets/win32port/zlib/
Dinflate.h111 unsigned ncode; /* number of code length code lengths */ member
Dinfback.c356 state->ncode = BITS(4) + 4;
369 while (state->have < state->ncode) {
Dinflate.c887 state->ncode = BITS(4) + 4;
900 while (state->have < state->ncode) {
/third_party/node/deps/v8/third_party/zlib/
Dinflate.h115 unsigned ncode; /* number of code length code lengths */ member
Dinfback.c365 state->ncode = BITS(4) + 4;
378 while (state->have < state->ncode) {
Dinflate.c928 state->ncode = BITS(4) + 4;
941 while (state->have < state->ncode) {
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
Dinflate.c939 state->ncode = BITS(4) + 4;
952 while (state->have < state->ncode) {
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
Dinflate.c939 state->ncode = BITS(4) + 4;
952 while (state->have < state->ncode) {
/third_party/node/deps/zlib/contrib/optimizations/
Dinflate.c916 state->ncode = BITS(4) + 4; in inflate()
930 while (state->have < state->ncode) { in inflate()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h58418 unsigned int ncode; member
/third_party/chromium/patch/
D0001-cve.patch20732 while (state->have < state->ncode) {