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