Searched refs:notbitstream (Results 1 – 1 of 1) sorted by relevance
374 unsigned bitstream, notbitstream, bitbuf, numbit, crc; in encode_hdlc() local396 notbitstream = ~bitstream; in encode_hdlc()402 if (unlikely(!(notbitstream & (0x1f0 << j)))) { in encode_hdlc()407 notbitstream = ~bitstream; in encode_hdlc()565 unsigned int bitbuf, notbitstream, bitstream, numbits, state; in receive() local589 notbitstream = ~bitstream; in receive()593 if (unlikely(!(notbitstream & (0x0fc << j)))) { in receive()596 if (!(notbitstream & (0x1fc << j))) in receive()