Searched refs:byCharIn (Results 1 – 1 of 1) sorted by relevance
588 BYTE byCharIn; // byte being encoded in tpam_hdlc_encode() local616 byCharIn = *pbyBuffIn ++; in tpam_hdlc_encode()636 dwShifter = byCharIn << dwShiftNb; in tpam_hdlc_encode()638 byCharIn = dwShifter | byCarry; in tpam_hdlc_encode()648 woInfo = stuffs[dwState][byCharIn]; in tpam_hdlc_encode()691 byCharIn = byCarry; in tpam_hdlc_encode()708 byCharIn = 0; in tpam_hdlc_encode()719 byCharIn = 0; in tpam_hdlc_encode()778 BYTE byCharIn; // byte being decoded in tpam_hdlc_decode() local843 byCharIn = (*pbyBuffIn >> byShift) << byShift; in tpam_hdlc_decode()[all …]