Lines Matching refs:numbits
191 unsigned int bitbuf, bitstream, numbits, state; member
565 unsigned int bitbuf, notbitstream, bitstream, numbits, state; in receive() local
571 numbits = bc->hdlcrx.numbits; in receive()
588 numbits += 8; in receive()
606 numbits = 7-j; in receive()
612 numbits--; in receive()
616 while (state && numbits >= 8) { in receive()
620 *(bc->hdlcrx.bufptr)++ = bitbuf >> (16-numbits); in receive()
622 numbits -= 8; in receive()
627 bc->hdlcrx.numbits = numbits; in receive()
924 bc->hdlcrx.numbits = 0; in epp_open()