Home
last modified time | relevance | path

Searched refs:dcode (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinffast_chunk.c95 code const FAR *dcode; /* local strm->distcode */ local
123 dcode = state->distcode;
185 here = dcode + (hold & dmask);
298 here = dcode + here->val + (hold & ((1U << op) - 1));
/third_party/node/deps/v8/third_party/zlib/
H A Dinffast.c74 code const FAR *dcode; /* local strm->distcode */ local
101 dcode = state->distcode;
145 here = dcode + (hold & dmask);
271 here = dcode + here->val + (hold & ((1U << op) - 1));
/third_party/node/deps/zlib/
H A Dinffast.c71 code const FAR *dcode; /* local strm->distcode */ in inflate_fast() local
98 dcode = state->distcode; in inflate_fast()
142 here = dcode + (hold & dmask); in inflate_fast()
268 here = dcode + here->val + (hold & ((1U << op) - 1)); in inflate_fast()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinffast_chunk.c95 code const FAR *dcode; /* local strm->distcode */ local
123 dcode = state->distcode;
185 here = dcode[hold & dmask];
298 here = dcode[here.val + (hold & ((1U << op) - 1))];
/third_party/skia/third_party/externals/zlib/
H A Dinffast.c74 code const FAR *dcode; /* local strm->distcode */ local
101 dcode = state->distcode;
145 here = dcode[hold & dmask];
271 here = dcode[here.val + (hold & ((1U << op) - 1))];
/third_party/zlib/
H A Dinffast.c67 code const FAR *dcode; /* local strm->distcode */ in inflate_fast() local
94 dcode = state->distcode; in inflate_fast()
138 here = dcode + (hold & dmask); in inflate_fast()
264 here = dcode + here->val + (hold & ((1U << op) - 1)); in inflate_fast()
/third_party/node/deps/zlib/contrib/optimizations/
H A Dinffast_chunk.c93 code const FAR *dcode; /* local strm->distcode */ in inflate_fast_chunk_() local
121 dcode = state->distcode; in inflate_fast_chunk_()
203 here = dcode + (hold & dmask); in inflate_fast_chunk_()
316 here = dcode + here->val + (hold & ((1U << op) - 1)); in inflate_fast_chunk_()
/third_party/libwebsockets/win32port/zlib/
H A Dinffast.c87 code const FAR *dcode; /* local strm->distcode */ local
114 dcode = state->distcode;
158 here = dcode[hold & dmask];
284 here = dcode[here.val + (hold & ((1U << op) - 1))];
/third_party/node/deps/brotli/c/enc/
H A Dcommand.h152 uint32_t dcode = self->dist_prefix_ & 0x3FFu; in CommandRestoreDistanceCode() local
156 uint32_t hcode = (dcode - dist->num_direct_distance_codes - in CommandRestoreDistanceCode()
159 uint32_t lcode = (dcode - dist->num_direct_distance_codes - in CommandRestoreDistanceCode()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dcommand.h152 uint32_t dcode = self->dist_prefix_ & 0x3FFu; in CommandRestoreDistanceCode() local
156 uint32_t hcode = (dcode - dist->num_direct_distance_codes - in CommandRestoreDistanceCode()
159 uint32_t lcode = (dcode - dist->num_direct_distance_codes - in CommandRestoreDistanceCode()
/third_party/skia/third_party/externals/brotli/research/
H A Dbrotlidump.py1145 def value(self, dcode, dextra):
1151 if dcode<16:
1155 ][dcode]
1156 if dcode<16+self.NDIRECT:
1157 return (0,dcode-16)
1160 ndistbits = 1 + ((dcode - self.NDIRECT - 16) >> (self.NPOSTFIX + 1))
1161 hcode = (dcode - self.NDIRECT - 16) >> self.NPOSTFIX
1162 lcode = (dcode - self.NDIRECT - 16) & POSTFIX_MASK

Completed in 11 milliseconds