Lines Matching refs:bitstream
172 s->hdlcrx.bitstream >>= 16;
173 s->hdlcrx.bitstream |= word << 16;
182 if ((s->hdlcrx.bitstream & mask1) == mask1)
184 else if ((s->hdlcrx.bitstream & mask2) == mask3) {
197 } else if ((s->hdlcrx.bitstream & mask4) == mask5) {
316 s->hdlctx.bitstream = 0;
328 s->hdlctx.bitstream >>= 8;
329 s->hdlctx.bitstream |= (*s->hdlctx.bp++) << 16;
336 if ((s->hdlctx.bitstream & mask1) != mask1)
338 s->hdlctx.bitstream &= ~mask2;
357 s->hdlctx.bitbuf = s->hdlctx.bitstream = s->hdlctx.numbits = 0;
453 s->hdlctx.bitstream = s->hdlctx.bitbuf = s->hdlctx.numbits = 0;
653 s->hdlctx.bitstream = s->hdlctx.bitbuf = s->hdlctx.numbits = 0;