Lines Matching refs:numbits
191 unsigned int bitbuf, bitstream, numbits, state; member
569 unsigned int bitbuf, notbitstream, bitstream, numbits, state; in receive() local
575 numbits = bc->hdlcrx.numbits; in receive()
592 numbits += 8; in receive()
610 numbits = 7-j; in receive()
616 numbits--; in receive()
620 while (state && numbits >= 8) { in receive()
624 *(bc->hdlcrx.bufptr)++ = bitbuf >> (16-numbits); in receive()
626 numbits -= 8; in receive()
631 bc->hdlcrx.numbits = numbits; in receive()
944 bc->hdlcrx.numbits = 0; in epp_open()