Searched refs:pLast (Results 1 – 10 of 10) sorted by relevance
173 pBsInfo->pCur = pBsInfo->pLast = pBsInfo->pBits; in OpenMappedFile()301 pBsInfo->pFrameBits = pBsInfo->pLast; in GetOneFrameBitsMP4V()303 pBsInfo->nFrameSize = (int)(pBsInfo->pCur+4-pBsInfo->pLast); in GetOneFrameBitsMP4V()305 pBsInfo->nFrameSize = (int)(pBsInfo->pCur-pBsInfo->pLast); in GetOneFrameBitsMP4V()309 pBsInfo->pLast = pBsInfo->pCur; in GetOneFrameBitsMP4V()368 pBsInfo->pFrameBits = pBsInfo->pLast; in GetOneFrameBitsMP2V()370 pBsInfo->nFrameSize = (int)(pBsInfo->pCur+4-pBsInfo->pLast); in GetOneFrameBitsMP2V()372 pBsInfo->nFrameSize = (int)(pBsInfo->pCur-pBsInfo->pLast); in GetOneFrameBitsMP2V()376 pBsInfo->pLast = pBsInfo->pCur; in GetOneFrameBitsMP2V()415 pBsInfo->pFrameBits = pBsInfo->pLast = pBsInfo->pCur; in GetOneFrameBitsMP1A()
114 MFE_U8 *pCur, *pEnd, *pLast; member
536 pBsInfo->pCur = pBsInfo->pLast = pBsInfo->pBits; in MAdp_init_audio_info()
1102 struct ehci_qtd *pLast = 0, *pEnd = pQh->pDummyQtd; in ms_qh_completions() local1138 if (pLast) in ms_qh_completions()1140 if (pLast->urb != pUrb) in ms_qh_completions()1142 ms_urb_done (pEhci, pLast->urb, pRegs); in ms_qh_completions()1145 ms_ehci_qtd_free (pEhci, pLast); in ms_qh_completions()1146 pLast = 0; in ms_qh_completions()1233 pLast = entry_to_container (pQtd->qtd_list.prev, struct ehci_qtd, qtd_list); in ms_qh_completions()1235 pLast->hw_next_qtd = pQtd->hw_next_qtd; in ms_qh_completions()1239 pLast = pQtd; in ms_qh_completions()1244 if (pLast != 0) in ms_qh_completions()[all …]
196 struct list_head *pLast = pList->prev; in ms_list_join() local202 pLast->next = pNext; in ms_list_join()203 pNext->prev = pLast; in ms_list_join()