Lines Matching defs:numbits
176 unsigned int bitbuf, bitstream, numbits, state;
555 unsigned int bitbuf, notbitstream, bitstream, numbits, state;
561 numbits = bc->hdlcrx.numbits;
578 numbits += 8;
596 numbits = 7-j;
602 numbits--;
606 while (state && numbits >= 8) {
610 *(bc->hdlcrx.bufptr)++ = bitbuf >> (16-numbits);
612 numbits -= 8;
617 bc->hdlcrx.numbits = numbits;
924 bc->hdlcrx.numbits = 0;