Searched refs:pDest (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/eicon/
H A Dlinio.c308 byte *pDest = buffer; local
312 *pDest++ = *pSource++;
319 pDest = buffer;
321 pDest[0] & 0xff, pDest[1] & 0xff, pDest[2] & 0xff, pDest[3] & 0xff,
322 pDest[4] & 0xff, pDest[5] & 0xff, pDest[
378 byte *pDest = address; local
462 byte *pDest = buffer; local
544 byte *pDest = address; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/sk98lin/h/
H A Dskdrv1st.h183 #define SK_STRNCPY(pDest,pSrc,size) strncpy((char*)pDest,(char*)pSrc,size)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ip2/
H A Di2lib.c472 unsigned char *pDest, *pSource; local
602 pDest = CMD_OF(pInsert); // Pointer to start of command
641 pDest = CMD_OF(pInsert);
649 *pDest++ = *pSource++;
748 // Strips data from the input buffer and writes it to pDest. If there is a
/asus-wl-520gu-7.0.1.45/src/router/ov51x/
H A Dov518_decomp.c1298 unsigned int *pSrc, *pDest; local
1302 pDest = (unsigned int *) dest;
1303 pDest[0] = pSrc[0];
1304 pDest[1] = pSrc[1];

Completed in 84 milliseconds