Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/tpam/
Dtpam_hdlc.c585 DWORD dwNb; // length of the encoded array in tpam_hdlc_encode() local
602 dwNb = 1; // length to 1 to account for the first flag in tpam_hdlc_encode()
626 dwNb ++; in tpam_hdlc_encode()
737 dwNb += 2; in tpam_hdlc_encode()
745 for(;dwNb%64;dwNb++) in tpam_hdlc_encode()
750 return dwNb; in tpam_hdlc_encode()