/third_party/skia/third_party/externals/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 …]
|
/third_party/node/deps/v8/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 | 137 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 & ((1U << (n)) - 1)) 542 hold >>= (n); \ 549 hold >>= bits & 7; \ [all …]
|
/third_party/node/deps/zlib/contrib/optimizations/ |
D | inffast_chunk.c | 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 += (unsigned long)(*in++) << bits; in inflate_fast_chunk_() 144 hold += (unsigned long)(*in++) << bits; in inflate_fast_chunk_() 148 here = lcode + (hold & lmask); in inflate_fast_chunk_() 155 hold >>= here->bits; in inflate_fast_chunk_() 157 here = lcode + (hold & lmask); in inflate_fast_chunk_() 163 hold >>= here->bits; in inflate_fast_chunk_() 165 here = lcode + (hold & lmask); in inflate_fast_chunk_() [all …]
|
D | inflate.c | 122 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 & ((1U << (n)) - 1)) 509 hold >>= (n); \ 516 hold >>= bits & 7; \ [all …]
|
/third_party/node/deps/zlib/ |
D | inffast.c | 68 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 & ((1U << op) - 1); in inflate_fast() 132 hold >>= op; in inflate_fast() 137 hold += (unsigned long)(*in++) << bits; in inflate_fast() [all …]
|
D | inflate.c | 121 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 & ((1U << (n)) - 1)) 498 hold >>= (n); \ 505 hold >>= bits & 7; \ [all …]
|
D | infback.c | 126 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; /* bit buffer */ in inflateBack() local 271 hold = 0; in inflateBack() 317 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { in inflateBack() [all …]
|
/third_party/node/deps/v8/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 | 136 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 & ((1U << (n)) - 1)) 531 hold >>= (n); \ 538 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 …]
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/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 | 136 state->hold = 0; 260 state->hold = 0; 266 state->hold += (unsigned)value << state->bits; 485 hold = state->hold; \ 496 state->hold = hold; \ 503 hold = 0; \ 513 hold += (unsigned long)(*next++) << bits; \ 527 ((unsigned)hold & ((1U << (n)) - 1)) 532 hold >>= (n); \ 539 hold >>= bits & 7; \ [all …]
|
D | infback.c | 135 hold = state->hold; \ 146 state->hold = hold; \ 153 hold = 0; \ 177 hold += (unsigned long)(*next++) << bits; \ 192 ((unsigned)hold & ((1U << (n)) - 1)) 197 hold >>= (n); \ 204 hold >>= bits & 7; \ 262 unsigned long hold; /* bit buffer */ local 285 hold = 0; 331 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { [all …]
|
/third_party/libinput/doc/user/ |
D | gestures.rst | 83 A hold gesture is one where the user places one or more fingers on the 84 device without significant movement. The exact conditions when a hold gesture 88 The hold gesture is intended to allow for the implementation of two specific 92 subsequent hold gesture can be used to stop that kinetic scroll motion, 94 - hold-to-trigger interactions where the interaction could be a click, a 103 switching between hold gestures with different finger counts. 105 .. note:: By definition, a hold gesture does not move and thus no coordinate 120 A hold gesture may by be **cancelled**. This occurs 121 when the hold gesture changes into some other interaction and should no 122 longer be considered the current hold gesture. A **end(cancelled)** event [all …]
|
/third_party/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 …]
|
/third_party/skia/third_party/externals/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)
|
/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)
|
/third_party/skia/third_party/externals/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)
|