HomeSort by relevance Sort by last modified time
    Searched defs:pCurrent (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 139 uint8_t* pCurrent = pContext->pManifestContent + pContext->nOffset;
148 if (pCurrent == pContext->pManifestContent)
153 && pCurrent[0] == 0xEF
154 && pCurrent[1] == 0xBB
155 && pCurrent[2] == 0xBF)
157 pCurrent += 3;
161 while (pCurrent < pEnd)
163 if (*pCurrent == (uint8_t)'#')
166 pCurrent++;
167 while (pCurrent < pEnd && *pCurrent != CHAR_LF && *pCurrent != CHAR_CR
    [all...]
  /frameworks/base/include/utils/
List.h 246 _Node* pCurrent = mpMiddle->getNext();
249 while (pCurrent != mpMiddle) {
250 pNext = pCurrent->getNext();
251 delete pCurrent;
252 pCurrent = pNext;
  /frameworks/media/libvideoeditor/vss/inc/
M4xVSS_Internal.h 102 M4OSA_Void* pCurrent; /**< Current M4xVSS_FramingStruct used by

Completed in 74 milliseconds