Searched refs:pbyBuffOut (Results 1 – 1 of 1) sorted by relevance
579 DWORD tpam_hdlc_encode(BYTE *pbyBuffIn, BYTE *pbyBuffOut, in tpam_hdlc_encode() argument609 * pbyBuffOut ++ = 0x7E7E >> *pdwInitialShift; in tpam_hdlc_encode()650 * pbyBuffOut ++ = woDecal >> *pdwInitialShift; in tpam_hdlc_encode()732 pbyBuffOut--; in tpam_hdlc_encode()733 *pbyBuffOut++ |= 0x7E << *pdwInitialShift; in tpam_hdlc_encode()735 *pbyBuffOut++ = byCarry; in tpam_hdlc_encode()736 *pbyBuffOut++ = byCarry; in tpam_hdlc_encode()746 *pbyBuffOut ++ = byCarry; in tpam_hdlc_encode()776 DWORD tpam_hdlc_decode(BYTE * pbyBuffIn, BYTE * pbyBuffOut, DWORD dwLength) in tpam_hdlc_decode() argument855 *pbyBuffOut ++ = woInfo; in tpam_hdlc_decode()[all …]