Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/tpam/
Dtpam_hdlc.c579 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()
[all …]