Searched defs:pVal (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/wilink_6_1/utils/
H A Dstack.c126 * \param pVal - the pointer to the pushed value\n
129 unsigned stackPush (Stack_t *pStack, void *pVal) argument
133 pStack->fCpy (pStack->hOs, (unsigned char*)pStack->pBuf + pStack->uPtr, pVal, pStack->uElemSize);
149 * \param pVal - the pointer to the popped value\n
152 unsigned stackPop (Stack_t *pStack, void *pVal) argument
157 pStack->fCpy (pStack->hOs, pVal, (unsigned char*)pStack->pBuf + pStack->uPtr, pStack->uElemSize);
/system/core/libacc/
H A Dacc.cpp4768 Type* pVal; local
4771 pVal = pVI->pType;
4774 pVal = createPtrType(pVI->pType);
4778 int tag = pVal->pHead->tag;
4782 pGen->leaR0(n, pVal, et);
4785 (int) pVI->pForward, pVal);

Completed in 1163 milliseconds