Searched refs:byLgByte (Results 1 – 1 of 1) sorted by relevance
786 BYTE byLgByte; // count of used bits in the decoded byte in tpam_hdlc_decode() local838 byLgByte = 0; in tpam_hdlc_decode()845 byLgByte = ((woInfo & 0x7000) >> 12) + 1; in tpam_hdlc_decode()853 if (byLgByte - byShift == 8) in tpam_hdlc_decode()860 byCarry = woInfo << (8 - byLgByte); in tpam_hdlc_decode()861 byLgCarry = byLgByte - byShift; in tpam_hdlc_decode()872 byLgByte = ((woInfo & 0x7000) >> 12) + 1; in tpam_hdlc_decode()879 if (byLgByte + byLgCarry >= 8) in tpam_hdlc_decode()883 byLgCarry += byLgByte - 8; in tpam_hdlc_decode()884 byCarry = woInfo << (8-byLgByte); in tpam_hdlc_decode()[all …]