Lines Matching refs:bitstream
171 s->hdlcrx.bitstream >>= 16;
172 s->hdlcrx.bitstream |= word << 16;
181 if ((s->hdlcrx.bitstream & mask1) == mask1)
183 else if ((s->hdlcrx.bitstream & mask2) == mask3) {
196 } else if ((s->hdlcrx.bitstream & mask4) == mask5) {
315 s->hdlctx.bitstream = 0;
327 s->hdlctx.bitstream >>= 8;
328 s->hdlctx.bitstream |= (*s->hdlctx.bp++) << 16;
335 if ((s->hdlctx.bitstream & mask1) != mask1)
337 s->hdlctx.bitstream &= ~mask2;
356 s->hdlctx.bitbuf = s->hdlctx.bitstream = s->hdlctx.numbits = 0;
452 s->hdlctx.bitstream = s->hdlctx.bitbuf = s->hdlctx.numbits = 0;
650 s->hdlctx.bitstream = s->hdlctx.bitbuf = s->hdlctx.numbits = 0;