Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1500 uint8 *pend; in hndcrc32() local
1501 pend = pdata + nbytes; in hndcrc32()
1502 while (pdata < pend) in hndcrc32()
/hardware/intel/img/psb_video/src/
Dtng_hostcode.c80 IMG_UINT32 *pend = (IMG_UINT32 *)(cmdbuf->cmd_idx); in tng__trace_cmdbuf_words() local
83 } while(ptmp < pend); in tng__trace_cmdbuf_words()
485 IMG_UINT32 *pend = (IMG_UINT32 *)(cmdbuf->cmd_idx); in tng__trace_cmdbuf() local
488 … (%d), ptmp (0x%08x), pend (0x%08x}\n", __FUNCTION__, idx, (unsigned int)ptmp, (unsigned int)pend); in tng__trace_cmdbuf()
493 while (ptmp < pend) { in tng__trace_cmdbuf()