Searched refs:dwShifter (Results 1 – 1 of 1) sorted by relevance
582 DWORD dwShifter; // temporary variable in tpam_hdlc_encode() local636 dwShifter = byCharIn << dwShiftNb; in tpam_hdlc_encode()637 byNewCarry = dwShifter >> 8; in tpam_hdlc_encode()638 byCharIn = dwShifter | byCarry; in tpam_hdlc_encode()