Home
last modified time | relevance | path

Searched refs:byCharIn (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/isdn/tpam/
Dtpam_hdlc.c588 BYTE byCharIn; // byte being encoded in tpam_hdlc_encode() local
616 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() local
843 byCharIn = (*pbyBuffIn >> byShift) << byShift; in tpam_hdlc_decode()
[all …]