Home | History | Annotate | Download | only in shared

Lines Matching full:pend

1283 	uint8 *pend;
1289 pend = (uint8 *)((uint)(pdata + 3) & 0xfffffffc);
1290 nbytes -= (pend - pdata);
1291 pend)
1295 pend = pdata + (nbytes & 0xfffffffc);
1296 while (pdata < pend) {
1306 pend = pdata + (nbytes & 0x03);
1307 while (pdata < pend)
1310 pend = pdata + nbytes;
1311 while (pdata < pend)