Lines Matching refs:pbyBuffOut
579 DWORD tpam_hdlc_encode(BYTE *pbyBuffIn, BYTE *pbyBuffOut, in tpam_hdlc_encode() argument
609 * 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() argument
855 *pbyBuffOut ++ = woInfo; in tpam_hdlc_decode()
881 *pbyBuffOut ++ = ( (woInfo << 8) | byCarry) >> (8 - byLgCarry); in tpam_hdlc_decode()