Home
last modified time | relevance | path

Searched refs:hold (Results 1 - 25 of 56) sorted by relevance

123

/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinffast_chunk.c31 (state->hold >> state->bits) == 0
57 hold |= read64le(in) << bits;
63 hold &= (1U << bits) - 1 drops excess input to keep the invariant:
65 (state->hold >> state->bits) == 0
92 inflate_holder_t hold; /* local strm->hold */ local
120 hold = state->hold;
132 hold |= read64le(in) << bits;
136 hold
[all...]
H A Dinflate.c137 state->hold = 0;
260 state->hold = 0;
266 state->hold += (unsigned)value << state->bits;
495 hold = state->hold; \
506 state->hold = hold; \
513 hold = 0; \
523 hold += (unsigned long)(*next++) << bits; \
537 ((unsigned)hold
643 unsigned long hold; /* bit buffer */ global() local
[all...]
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinffast_chunk.c31 (state->hold >> state->bits) == 0
57 hold |= read64le(in) << bits;
63 hold &= (1U << bits) - 1 drops excess input to keep the invariant:
65 (state->hold >> state->bits) == 0
92 inflate_holder_t hold; /* local strm->hold */ local
120 hold = state->hold;
132 hold |= read64le(in) << bits;
136 hold
[all...]
H A Dinflate.c136 state->hold = 0;
259 state->hold = 0;
265 state->hold += (unsigned)value << state->bits;
494 hold = state->hold; \
505 state->hold = hold; \
512 hold = 0; \
522 hold += (unsigned long)(*next++) << bits; \
536 ((unsigned)hold
642 unsigned long hold; /* bit buffer */ global() local
[all...]
/third_party/node/deps/zlib/contrib/optimizations/
H A Dinffast_chunk.c32 (state->hold >> state->bits) == 0
58 hold |= read64le(in) << bits;
64 hold &= (1U << bits) - 1 drops excess input to keep the invariant:
66 (state->hold >> state->bits) == 0
90 inflate_holder_t hold; /* local strm->hold */ in inflate_fast_chunk_() local
118 hold = state->hold; in inflate_fast_chunk_()
128 hold |= read64le(in) << bits; \ in inflate_fast_chunk_()
142 hold in inflate_fast_chunk_()
[all...]
H A Dinflate.c122 state->hold = 0; in inflateResetKeep()
233 state->hold = 0; in inflatePrime()
239 state->hold += (unsigned)value << state->bits; in inflatePrime()
462 hold = state->hold; \
473 state->hold = hold; \
480 hold = 0; \
490 hold += (unsigned long)(*next++) << bits; \
504 ((unsigned)hold
607 unsigned long hold; /* bit buffer */ inflate() local
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dinffast.c71 unsigned long hold; /* local strm->hold */ local
98 hold = state->hold;
109 hold += (unsigned long)(*in++) << bits;
111 hold += (unsigned long)(*in++) << bits;
114 here = lcode + (hold & lmask);
117 hold >>= op;
131 hold += (unsigned long)(*in++) << bits;
134 len += (unsigned)hold
[all...]
H A Dinfback.c134 hold = state->hold; \
145 state->hold = hold; \
152 hold = 0; \
176 hold += (unsigned long)(*next++) << bits; \
191 ((unsigned)hold & ((1U << (n)) - 1))
196 hold >>= (n); \
203 hold >>= bits & 7; \
261 unsigned long hold; /* bi local
[all...]
H A Dinflate.c136 state->hold = 0;
259 state->hold = 0;
265 state->hold += (unsigned)value << state->bits;
484 hold = state->hold; \
495 state->hold = hold; \
502 hold = 0; \
512 hold += (unsigned long)(*next++) << bits; \
526 ((unsigned)hold
632 unsigned long hold; /* bit buffer */ global() local
[all...]
/third_party/node/deps/zlib/
H A Dinffast.c68 unsigned long hold; /* local strm->hold */ in inflate_fast() local
95 hold = state->hold; in inflate_fast()
106 hold += (unsigned long)(*in++) << bits; in inflate_fast()
108 hold += (unsigned long)(*in++) << bits; in inflate_fast()
111 here = lcode + (hold & lmask); in inflate_fast()
114 hold >>= op; in inflate_fast()
128 hold += (unsigned long)(*in++) << bits; in inflate_fast()
131 len += (unsigned)hold in inflate_fast()
[all...]
H A Dinfback.c126 hold = state->hold; \
137 state->hold = hold; \
144 hold = 0; \
168 hold += (unsigned long)(*next++) << bits; \
183 ((unsigned)hold & ((1U << (n)) - 1))
188 hold >>= (n); \
195 hold >>= bits & 7; \
248 unsigned long hold; /* bi in inflateBack() local
[all...]
H A Dinflate.c121 state->hold = 0; in inflateResetKeep()
232 state->hold = 0; in inflatePrime()
238 state->hold += (unsigned)value << state->bits; in inflatePrime()
451 hold = state->hold; \
462 state->hold = hold; \
469 hold = 0; \
479 hold += (unsigned long)(*next++) << bits; \
493 ((unsigned)hold
596 unsigned long hold; /* bit buffer */ inflate() local
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dinffast.c71 unsigned long hold; /* local strm->hold */ local
98 hold = state->hold;
109 hold += (unsigned long)(*in++) << bits;
111 hold += (unsigned long)(*in++) << bits;
114 here = lcode[hold & lmask];
117 hold >>= op;
131 hold += (unsigned long)(*in++) << bits;
134 len += (unsigned)hold
[all...]
H A Dinfback.c134 hold = state->hold; \
145 state->hold = hold; \
152 hold = 0; \
176 hold += (unsigned long)(*next++) << bits; \
191 ((unsigned)hold & ((1U << (n)) - 1))
196 hold >>= (n); \
203 hold >>= bits & 7; \
261 unsigned long hold; /* bi local
[all...]
H A Dinflate.c135 state->hold = 0;
258 state->hold = 0;
264 state->hold += (unsigned)value << state->bits;
483 hold = state->hold; \
494 state->hold = hold; \
501 hold = 0; \
511 hold += (unsigned long)(*next++) << bits; \
525 ((unsigned)hold
631 unsigned long hold; /* bit buffer */ global() local
[all...]
/third_party/zlib/
H A Dinffast.c64 unsigned long hold; /* local strm->hold */ in inflate_fast() local
91 hold = state->hold; in inflate_fast()
102 hold += (unsigned long)(*in++) << bits; in inflate_fast()
104 hold += (unsigned long)(*in++) << bits; in inflate_fast()
107 here = lcode + (hold & lmask); in inflate_fast()
110 hold >>= op; in inflate_fast()
124 hold += (unsigned long)(*in++) << bits; in inflate_fast()
127 len += (unsigned)hold in inflate_fast()
[all...]
H A Dinfback.c126 hold = state->hold; \
137 state->hold = hold; \
144 hold = 0; \
168 hold += (unsigned long)(*next++) << bits; \
183 ((unsigned)hold & ((1U << (n)) - 1))
188 hold >>= (n); \
195 hold >>= bits & 7; \
248 unsigned long hold; /* bi in inflateBack() local
[all...]
H A Dinflate.c122 state->hold = 0; in inflateResetKeep()
234 state->hold = 0; in inflatePrime()
243 state->hold += (unsigned)value << state->bits; in inflatePrime()
463 hold = state->hold; \
474 state->hold = hold; \
481 hold = 0; \
491 hold += (unsigned long)(*next++) << bits; \
505 ((unsigned)hold
608 unsigned long hold; /* bit buffer */ inflate() local
[all...]
/third_party/libwebsockets/win32port/zlib/
H A Dinffast.c84 unsigned long hold; /* local strm->hold */ local
111 hold = state->hold;
122 hold += (unsigned long)(PUP(in)) << bits;
124 hold += (unsigned long)(PUP(in)) << bits;
127 here = lcode[hold & lmask];
130 hold >>= op;
144 hold += (unsigned long)(PUP(in)) << bits;
147 len += (unsigned)hold
[all...]
H A Dinflate.c121 state->hold = 0;
219 state->hold = 0;
225 state->hold += value << state->bits;
444 hold = state->hold; \
455 state->hold = hold; \
462 hold = 0; \
472 hold += (unsigned long)(*next++) << bits; \
486 ((unsigned)hold
597 unsigned long hold; /* bit buffer */ global() local
[all...]
H A Dinfback.c125 hold = state->hold; \
136 state->hold = hold; \
143 hold = 0; \
167 hold += (unsigned long)(*next++) << bits; \
182 ((unsigned)hold & ((1U << (n)) - 1))
187 hold >>= (n); \
194 hold >>= bits & 7; \
252 unsigned long hold; /* bi local
[all...]
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
H A Dparse.go30 var hold, offset int var
39 hold = suf.num
45 return New(NewURI(suf.remains), NewPoint(suf.num, hold, offset), Point{})
50 return New(NewURI(valid), NewPoint(hold, 0, offset), Point{})
57 end := NewPoint(suf.num, hold, offset)
58 hold, offset = 0, 0
69 hold = suf.num
73 return New(NewURI(valid), NewPoint(hold, 0, offset), end)
79 return New(NewURI(suf.remains), NewPoint(suf.num, hold, offset), end)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
H A Dparse.go30 var hold, offset int var
39 hold = suf.num
45 return New(NewURI(suf.remains), NewPoint(suf.num, hold, offset), Point{})
50 return New(NewURI(valid), NewPoint(hold, 0, offset), Point{})
57 end := NewPoint(suf.num, hold, offset)
58 hold, offset = 0, 0
69 hold = suf.num
73 return New(NewURI(valid), NewPoint(hold, 0, offset), end)
79 return New(NewURI(suf.remains), NewPoint(suf.num, hold, offset), end)
/third_party/spirv-tools/utils/vscode/src/lsp/span/
H A Dparse.go30 var hold, offset int var
39 hold = suf.num
45 return New(NewURI(suf.remains), NewPoint(suf.num, hold, offset), Point{})
50 return New(NewURI(valid), NewPoint(hold, 0, offset), Point{})
57 end := NewPoint(suf.num, hold, offset)
58 hold, offset = 0, 0
69 hold = suf.num
73 return New(NewURI(valid), NewPoint(hold, 0, offset), end)
79 return New(NewURI(suf.remains), NewPoint(suf.num, hold, offset), end)
/third_party/zlib/contrib/infback9/
H A Dinfback9.c115 hold = 0; \
139 hold += (unsigned long)(*next++) << bits; \
154 ((unsigned)hold & ((1U << (n)) - 1))
159 hold >>= (n); \
166 hold >>= bits & 7; \
224 unsigned long hold; /* bit buffer */ in inflateBack9() local
256 hold = 0; in inflateBack9()
307 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { in inflateBack9()
312 length = (unsigned)hold in inflateBack9()
[all...]

Completed in 17 milliseconds

123