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

  /hardware/ti/omap4-aah/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...]
  /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...]
  /system/core/include/sysutils/
List.h 247 _Node* pCurrent = mpMiddle->getNext();
250 while (pCurrent != mpMiddle) {
251 pNext = pCurrent->getNext();
252 delete pCurrent;
253 pCurrent = pNext;
  /system/core/include/utils/
List.h 246 _Node* pCurrent = mpMiddle->getNext();
249 while (pCurrent != mpMiddle) {
250 pNext = pCurrent->getNext();
251 delete pCurrent;
252 pCurrent = pNext;
  /system/keymaster/
List.h 246 _Node* pCurrent = mpMiddle->getNext();
249 while (pCurrent != mpMiddle) {
250 pNext = pCurrent->getNext();
251 delete pCurrent;
252 pCurrent = pNext;
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_utils.h 104 NodeType* pCurrent = GetCurrent();
107 if (pCurrent != *ppNode) {
  /hardware/intel/img/psb_video/src/x11/
psb_coverlay.c 100 psb_x11_clip_list_t * pCurrent = NULL;
102 pCurrent = (psb_x11_clip_list_t *)calloc(1, sizeof(psb_x11_clip_list_t));
103 if (pCurrent) {
104 pCurrent->rect = *pRect;
105 pCurrent->next = pClipNext;
107 return pCurrent;
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
sqlite3.h     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h     [all...]
commctrl.h     [all...]
  /external/opencv3/3rdparty/include/dshow/
strmif.h     [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 

Completed in 1279 milliseconds