Searched refs:notbitstream (Results 1 – 1 of 1) sorted by relevance
482 if (!(notbitstream & (0x1f0 << j))) \494 notbitstream = ~bitstream; \504 unsigned bitstream, notbitstream, bitbuf, numbit, crc; in encode_hdlc() local525 notbitstream = ~bitstream; in encode_hdlc()714 if (!(notbitstream & (0x0fc << j))) /* flag or abort */ \724 if (!(notbitstream & (0x1fc << j))) { /* abort received */ \747 unsigned int bitbuf, notbitstream, bitstream, numbits, state; in receive() local770 notbitstream = ~bitstream; in receive()