HomeSort by relevance Sort by last modified time
    Searched refs:uPtr (Results 1 - 5 of 5) sorted by null

  /hardware/ti/wlan/wl1271/utils/
stack.c 78 pStack->uPtr = 0;
131 if (pStack->uPtr < pStack->uDep)
133 pStack->fCpy (pStack->hOs, (unsigned char*)pStack->pBuf + pStack->uPtr, pVal, pStack->uElemSize);
134 pStack->uPtr += pStack->uElemSize;
154 if (pStack->uPtr > 0)
156 pStack->uPtr -= pStack->uElemSize;
157 pStack->fCpy (pStack->hOs, pVal, (unsigned char*)pStack->pBuf + pStack->uPtr, pStack->uElemSize);
stack.h 56 unsigned uPtr;
  /system/wlan/ti/wilink_6_1/utils/
stack.c 78 pStack->uPtr = 0;
131 if (pStack->uPtr < pStack->uDep)
133 pStack->fCpy (pStack->hOs, (unsigned char*)pStack->pBuf + pStack->uPtr, pVal, pStack->uElemSize);
134 pStack->uPtr += pStack->uElemSize;
154 if (pStack->uPtr > 0)
156 pStack->uPtr -= pStack->uElemSize;
157 pStack->fCpy (pStack->hOs, pVal, (unsigned char*)pStack->pBuf + pStack->uPtr, pStack->uElemSize);
stack.h 56 unsigned uPtr;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
stack.h 57 unsigned uPtr;

Completed in 577 milliseconds