Lines Matching refs:BYTE
99 typedef u8 BYTE; typedef
579 DWORD tpam_hdlc_encode(BYTE *pbyBuffIn, BYTE *pbyBuffOut, in tpam_hdlc_encode()
586 BYTE byCarry; // carry due to the shift in tpam_hdlc_encode()
587 BYTE byNewCarry; // temporary variable in tpam_hdlc_encode()
588 BYTE byCharIn; // byte being encoded in tpam_hdlc_encode()
589 BYTE byCarryMSB; // lost bit of the carry if dwShiftNb=7 and 2 '0' inserted in tpam_hdlc_encode()
776 DWORD tpam_hdlc_decode(BYTE * pbyBuffIn, BYTE * pbyBuffOut, DWORD dwLength) in tpam_hdlc_decode()
778 BYTE byCharIn; // byte being decoded in tpam_hdlc_decode()
779 BYTE byCarry; // current carry in tpam_hdlc_decode()
782 BYTE byShift; // shift of the first flag in tpam_hdlc_decode()
785 BYTE byLgCarry; // count of used bits in the carry in tpam_hdlc_decode()
786 BYTE byLgByte; // count of used bits in the decoded byte in tpam_hdlc_decode()