/external/angle/third_party/zlib/contrib/optimizations/ |
D | inffast_chunk.c | 92 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 …]
|
D | inflate.c | 136 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 …]
|
/external/zlib/contrib/optimizations/ |
D | inffast_chunk.c | 92 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 …]
|
D | inflate.c | 136 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 …]
|
/external/angle/third_party/zlib/ |
D | inffast.c | 71 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 …]
|
D | inflate.c | 135 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 …]
|
D | infback.c | 134 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; /* bit buffer */ local 284 hold = 0; 330 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { [all …]
|
/external/rust/crates/libz-sys/src/zlib/ |
D | inffast.c | 67 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 …]
|
D | inflate.c | 135 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 …]
|
D | infback.c | 134 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; /* bit buffer */ local 284 hold = 0; 330 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { [all …]
|
/external/zlib/ |
D | inffast.c | 71 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 …]
|
D | inflate.c | 135 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 …]
|
D | infback.c | 134 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; /* bit buffer */ local 284 hold = 0; 330 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { [all …]
|
/external/python/cpython2/Modules/zlib/ |
D | inffast.c | 67 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 …]
|
D | inflate.c | 135 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 …]
|
D | infback.c | 134 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; /* bit buffer */ local 284 hold = 0; 330 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { [all …]
|
/external/libwebsockets/win32port/zlib/ |
D | inffast.c | 84 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 …]
|
D | inflate.c | 121 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 …]
|
D | infback.c | 125 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; /* bit buffer */ local 275 hold = 0; 321 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { [all …]
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | inflate_p.h | 46 hold = state->hold; \ 57 state->hold = hold; \ 64 hold = 0; \ 78 (hold & ((1U << (unsigned)(n)) - 1)) 83 hold >>= (n); \ 90 hold >>= bits & 7; \
|
D | inffast.c | 119 uint64_t hold; /* local strm->hold */ in zng_inflate_fast() local 147 hold = state->hold; in zng_inflate_fast() 158 hold |= load_64_bits(in, bits); in zng_inflate_fast() 162 here = lcode + (hold & lmask); in zng_inflate_fast() 175 hold |= load_64_bits(in, bits); in zng_inflate_fast() 183 hold |= load_64_bits(in, bits); in zng_inflate_fast() 187 here = dcode + (hold & dmask); in zng_inflate_fast() 195 hold |= load_64_bits(in, bits); in zng_inflate_fast() 302 hold &= (UINT64_C(1) << bits) - 1; in zng_inflate_fast() 315 state->hold = (uint32_t)hold; in zng_inflate_fast()
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
D | parse.go | 30 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)
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/span/ |
D | parse.go | 30 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)
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/span/ |
D | parse.go | 30 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)
|
/external/rust/crates/libz-sys/src/zlib/contrib/masmx64/ |
D | inffas8664.c | 94 /* 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;
|