Lines Matching defs:shift
2411 * data. |rstate->shift| is used as initial integer shift.
2417 * succeeds, including partial decoding (in this case, number of shift
2418 * to make in the next call will be stored in |rstate->shift|) and
2430 size_t shift = rstate->shift;
2432 rstate->shift = 0;
2450 for (; p != end; ++p, shift += 7) {
2453 if (shift > 62) {
2457 if ((NGHTTP3_QPACK_INT_MAX >> shift) < add) {
2461 add <<= shift;
2474 rstate->shift = shift;
2630 rstate->shift = 0;
2864 decoder->rstate.shift = 0;
2946 decoder->rstate.shift = 0;
3298 sctx->rstate.shift = 0;
3337 sctx->rstate.shift = 0;
3341 assert(sctx->rstate.shift == 0);
3441 sctx->rstate.shift = 0;
3521 sctx->rstate.shift = 0;