Searched refs:dwShiftNb (Results 1 – 1 of 1) sorted by relevance
583 DWORD dwShiftNb; // shift due to the insertion of '0' in tpam_hdlc_encode() local597 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()[all …]