Home
last modified time | relevance | path

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

12

/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/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/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.c940 state->ncode = BITS(4) + 4;
954 while (state->have < state->ncode) {
/third_party/node/deps/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.c927 state->ncode = BITS(4) + 4;
940 while (state->have < state->ncode) {
/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/flutter/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/freetype/src/gzip/
Dinflate.h118 unsigned ncode; /* number of code length code lengths */ member
Dinfback.c365 state->ncode = BITS(4) + 4; in inflateBack()
378 while (state->have < state->ncode) { in inflateBack()
Dinflate.c946 state->ncode = BITS(4) + 4; in inflate()
960 while (state->have < state->ncode) { in inflate()
/third_party/flutter/skia/third_party/externals/zlib/contrib/optimizations/
Dinflate.c938 state->ncode = BITS(4) + 4;
951 while (state->have < state->ncode) {
/third_party/node/deps/zlib/contrib/optimizations/
Dinflate.c938 state->ncode = BITS(4) + 4;
951 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/npm/
DAUTHORS330 Jorrit Schippers <jorrit@ncode.nl>

12