Home | History | Annotate | Download | only in dhdutil

Lines Matching defs:pend

1304 	uint8 *pend;
1310 pend = (uint8 *)((uint)(pdata + 3) & 0xfffffffc);
1311 nbytes -= (pend - pdata);
1312 while (pdata < pend)
1316 pend = pdata + (nbytes & 0xfffffffc);
1317 pend) {
1327 pend = pdata + (nbytes & 0x03);
1328 while (pdata < pend)
1331 pend = pdata + nbytes;
1332 while (pdata < pend)