Lines Matching refs:extra
616 state->extra = (unsigned)(this.op) & 15;
620 if (state->extra) {
621 NEEDBITS(state->extra);
622 state->length += BITS(state->extra);
623 DROPBITS(state->extra);
650 state->extra = (unsigned)(this.op) & 15;
654 if (state->extra) {
655 NEEDBITS(state->extra);
656 state->offset += BITS(state->extra);
657 DROPBITS(state->extra);