Lines Matching refs:dwShiftNb
583 DWORD dwShiftNb; // shift due to the insertion of '0' in tpam_hdlc_encode() local
597 dwShiftNb = 0; in tpam_hdlc_encode()
634 if (dwShiftNb) in tpam_hdlc_encode()
636 dwShifter = byCharIn << dwShiftNb; in tpam_hdlc_encode()
660 if (!dwShiftNb) in tpam_hdlc_encode()
664 dwShiftNb = 1; in tpam_hdlc_encode()
679 dwShiftNb += (woInfo & 0x0C00) >> 10; in tpam_hdlc_encode()
686 if (dwShiftNb > 7) in tpam_hdlc_encode()
688 if (dwShiftNb == 8) in tpam_hdlc_encode()
690 dwShiftNb = 0; in tpam_hdlc_encode()
716 if (bContinue2 && ((8 - *pdwInitialShift) + dwShiftNb) > 7) in tpam_hdlc_encode()
726 *pdwInitialShift = ((8 - *pdwInitialShift) + dwShiftNb)%8; in tpam_hdlc_encode()