Home
last modified time | relevance | path

Searched refs:hold (Results 1 – 25 of 1054) sorted by relevance

12345678910>>...43

/third_party/flutter/skia/third_party/externals/zlib/contrib/optimizations/
Dinffast_chunk.c92 inflate_holder_t hold; /* local strm->hold */ local
120 hold = state->hold;
132 hold |= read64le(in) << bits;
136 hold += (unsigned long)(*in++) << bits;
138 hold += (unsigned long)(*in++) << bits;
142 here = lcode[hold & lmask];
145 hold >>= op;
160 hold |= read64le(in) << bits;
164 hold += (unsigned long)(*in++) << bits;
168 len += (unsigned)hold & ((1U << op) - 1);
[all …]
/third_party/node/deps/zlib/contrib/optimizations/
Dinffast_chunk.c92 inflate_holder_t hold; /* local strm->hold */ local
120 hold = state->hold;
132 hold |= read64le(in) << bits;
136 hold += (unsigned long)(*in++) << bits;
138 hold += (unsigned long)(*in++) << bits;
142 here = lcode[hold & lmask];
145 hold >>= op;
160 hold |= read64le(in) << bits;
164 hold += (unsigned long)(*in++) << bits;
168 len += (unsigned)hold & ((1U << op) - 1);
[all …]
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 & ((1U << (n)) - 1))
541 hold >>= (n); \
548 hold >>= bits & 7; \
[all …]
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
Dinffast_chunk.c92 inflate_holder_t hold; /* local strm->hold */ local
120 hold = state->hold;
132 hold |= read64le(in) << bits;
136 hold += (unsigned long)(*in++) << bits;
138 hold += (unsigned long)(*in++) << bits;
142 here = lcode[hold & lmask];
145 hold >>= op;
160 hold |= read64le(in) << bits;
164 hold += (unsigned long)(*in++) << bits;
168 len += (unsigned)hold & ((1U << op) - 1);
[all …]
/third_party/skia/third_party/externals/zlib/
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 & ((1U << op) - 1);
135 hold >>= op;
140 hold += (unsigned long)(*in++) << bits;
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dinffast.c67 unsigned long hold; /* local strm->hold */ local
94 hold = state->hold;
105 hold += (unsigned long)(*in++) << bits;
107 hold += (unsigned long)(*in++) << bits;
110 here = lcode[hold & lmask];
113 hold >>= op;
127 hold += (unsigned long)(*in++) << bits;
130 len += (unsigned)hold & ((1U << op) - 1);
131 hold >>= op;
136 hold += (unsigned long)(*in++) << bits;
[all …]
/third_party/zlib/
Dinffast.c67 unsigned long hold; /* local strm->hold */ local
94 hold = state->hold;
105 hold += (unsigned long)(*in++) << bits;
107 hold += (unsigned long)(*in++) << bits;
110 here = lcode[hold & lmask];
113 hold >>= op;
127 hold += (unsigned long)(*in++) << bits;
130 len += (unsigned)hold & ((1U << op) - 1);
131 hold >>= op;
136 hold += (unsigned long)(*in++) << bits;
[all …]
Dinflate.c135 state->hold = 0;
257 state->hold = 0;
263 state->hold += (unsigned)value << state->bits;
482 hold = state->hold; \
493 state->hold = hold; \
500 hold = 0; \
510 hold += (unsigned long)(*next++) << bits; \
524 ((unsigned)hold & ((1U << (n)) - 1))
529 hold >>= (n); \
536 hold >>= bits & 7; \
[all …]
/third_party/flutter/skia/third_party/externals/zlib/
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 & ((1U << op) - 1);
135 hold >>= op;
140 hold += (unsigned long)(*in++) << bits;
[all …]
/third_party/node/deps/zlib/
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 & ((1U << op) - 1);
135 hold >>= op;
140 hold += (unsigned long)(*in++) << bits;
[all …]
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 & ((1U << (n)) - 1))
530 hold >>= (n); \
537 hold >>= bits & 7; \
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dinffast.c67 unsigned long hold; /* local strm->hold */ local
94 hold = state->hold;
105 hold += (unsigned long)(*in++) << bits;
107 hold += (unsigned long)(*in++) << bits;
110 here = lcode[hold & lmask];
113 hold >>= op;
127 hold += (unsigned long)(*in++) << bits;
130 len += (unsigned)hold & ((1U << op) - 1);
131 hold >>= op;
136 hold += (unsigned long)(*in++) << bits;
[all …]
Dinflate.c135 state->hold = 0;
257 state->hold = 0;
263 state->hold += (unsigned)value << state->bits;
482 hold = state->hold; \
493 state->hold = hold; \
500 hold = 0; \
510 hold += (unsigned long)(*next++) << bits; \
524 ((unsigned)hold & ((1U << (n)) - 1))
529 hold >>= (n); \
536 hold >>= bits & 7; \
[all …]
/third_party/libwebsockets/win32port/zlib/
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 & ((1U << op) - 1);
148 hold >>= op;
153 hold += (unsigned long)(PUP(in)) << bits;
[all …]
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 & ((1U << (n)) - 1))
491 hold >>= (n); \
498 hold >>= bits & 7; \
[all …]
/third_party/uboot/u-boot-2020.01/lib/zlib/
Dinffast.c85 unsigned long hold; /* local strm->hold */ in inflate_fast() local
120 hold = state->hold; in inflate_fast()
131 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
133 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
136 this = lcode[hold & lmask]; in inflate_fast()
139 hold >>= op; in inflate_fast()
153 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
156 len += (unsigned)hold & ((1U << op) - 1); in inflate_fast()
157 hold >>= op; in inflate_fast()
162 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
[all …]
Dinflate.c25 state->hold = 0; in inflateReset()
184 hold = state->hold; \
195 state->hold = hold; \
202 hold = 0; \
212 hold += (unsigned long)(*next++) << bits; \
226 ((unsigned)hold & ((1U << (n)) - 1))
231 hold >>= (n); \
238 hold >>= bits & 7; \
334 unsigned long hold; /* bit buffer */ in inflate() local
368 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */ in inflate()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
Dparse.go30 var hold, offset int
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/spirv-tools/utils/vscode/src/lsp/span/
Dparse.go30 var hold, offset int
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/boost/boost/core/
Dalloc_construct.hpp120 detail::alloc_destroyer<A, T> hold(a, p); in alloc_construct_n() local
121 for (std::size_t& i = hold.size(); i < n; ++i) { in alloc_construct_n()
124 hold.size() = 0; in alloc_construct_n()
131 detail::alloc_destroyer<A, T> hold(a, p); in alloc_construct_n() local
132 for (std::size_t& i = hold.size(); i < n; ++i) { in alloc_construct_n()
135 hold.size() = 0; in alloc_construct_n()
142 detail::alloc_destroyer<A, T> hold(a, p); in alloc_construct_n() local
143 for (std::size_t& i = hold.size(); i < n; void(++i), void(++b)) { in alloc_construct_n()
146 hold.size() = 0; in alloc_construct_n()
160 detail::alloc_destroyer<noinit_adaptor<A>, T> hold(a, p); in alloc_construct_n() local
[all …]
/third_party/zlib/contrib/masmx64/
Dinffas8664.c94 /* 80 40 */ size_t /*unsigned long */hold; /* edx rdx local strm->hold */ member
135 ar.hold = state->hold;
146 while (((size_t)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
147 ar.hold += (unsigned long)*ar.in++ << ar.bits;
170 ar.hold &= (1U << ar.bits) - 1;
181 state->hold = (unsigned long)ar.hold;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/masmx64/
Dinffas8664.c94 /* 80 40 */ size_t /*unsigned long */hold; /* edx rdx local strm->hold */ member
135 ar.hold = state->hold;
146 while (((size_t)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
147 ar.hold += (unsigned long)*ar.in++ << ar.bits;
170 ar.hold &= (1U << ar.bits) - 1;
181 state->hold = (unsigned long)ar.hold;
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/masmx64/
Dinffas8664.c94 /* 80 40 */ size_t /*unsigned long */hold; /* edx rdx local strm->hold */ member
135 ar.hold = state->hold;
146 while (((size_t)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
147 ar.hold += (unsigned long)*ar.in++ << ar.bits;
170 ar.hold &= (1U << ar.bits) - 1;
181 state->hold = (unsigned long)ar.hold;
/third_party/boost/libs/spirit/test/qi/
Dregression_repeat.cpp35 test("1776", qi::hold[correct_year] | repeat(2)[qi::digit], "1776"); in main()
37 test("76", qi::hold[obsolete_year] | correct_year, "76"); in main()
38 test(" 76", qi::hold[correct_year] | obsolete_year, "76"); in main()
39 test("76", qi::hold[correct_year] | obsolete_year, "76"); in main()
40 test("76", qi::hold[correct_year] | repeat(2)[qi::digit], "76"); in main()
Dhold.cpp22 using boost::spirit::qi::hold; in main()
28 BOOST_TEST(!test_attr("1$", hold[int_ >> ';'], vec)); in main()
30 BOOST_TEST(test_attr("1;", hold[int_ >> ';'], vec)); in main()
40 hold[alpha >> ';'] | (+alpha >> ';'), in main()

12345678910>>...43