/external/libnfc-nxp/Linux_x86/ |
D | phDal4Nfc_messageQueueLib.c | 47 struct phDal4Nfc_message_queue_item * pNext; member 109 while(p->pNext != NULL) { p = p->pNext; } in phDal4Nfc_msgctl() 113 phOsalNfc_FreeMemory(p->pNext); in phDal4Nfc_msgctl() 114 p->pNext = NULL; in phDal4Nfc_msgctl() 161 while(p->pNext != NULL) { p = p->pNext; } in phDal4Nfc_msgsnd() 162 p->pNext = pNew; in phDal4Nfc_msgsnd() 207 p = pQueue->pItems->pNext; in phDal4Nfc_msgrcv()
|
/external/libnfc-nxp/src/ |
D | phFriNfc_LlcpUtils.c | 179 uint8_t * pNext; in phFriNfc_Llcp_CyclicFifoWrite() local 183 pNext = (uint8_t*)pUtilFifo->pIn+1; in phFriNfc_Llcp_CyclicFifoWrite() 185 if(pNext > pUtilFifo->pBuffEnd) in phFriNfc_Llcp_CyclicFifoWrite() 188 pNext = pUtilFifo->pBuffStart; in phFriNfc_Llcp_CyclicFifoWrite() 197 if(pNext == pUtilFifo->pOut) in phFriNfc_Llcp_CyclicFifoWrite() 204 *pNext = *pData++; in phFriNfc_Llcp_CyclicFifoWrite() 205 pUtilFifo->pIn = pNext; in phFriNfc_Llcp_CyclicFifoWrite() 219 uint8_t * pNext; in phFriNfc_Llcp_CyclicFifoFifoRead() local 235 pNext = pUtilFifo->pBuffStart; in phFriNfc_Llcp_CyclicFifoFifoRead() 239 pNext = (uint8_t*)pUtilFifo->pOut + 1; in phFriNfc_Llcp_CyclicFifoFifoRead() [all …]
|
/external/chromium/third_party/libjingle/source/talk/xmllite/ |
D | xmlelement.cc | 336 XmlElement::InsertChildAfter(XmlChild * pPredecessor, XmlChild * pNext) { in InsertChildAfter() argument 338 pNext->pNextChild_ = pFirstChild_; in InsertChildAfter() 339 pFirstChild_ = pNext; in InsertChildAfter() 342 pNext->pNextChild_ = pPredecessor->pNextChild_; in InsertChildAfter() 343 pPredecessor->pNextChild_ = pNext; in InsertChildAfter() 349 XmlChild * pNext; in RemoveChildAfter() local 352 pNext = pFirstChild_; in RemoveChildAfter() 353 pFirstChild_ = pNext->pNextChild_; in RemoveChildAfter() 356 pNext = pPredecessor->pNextChild_; in RemoveChildAfter() 357 pPredecessor->pNextChild_ = pNext->pNextChild_; in RemoveChildAfter() [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/ |
D | SDL_sysjoystick.c | 73 struct recElement * pNext; /* next element in list */ member 97 struct joystick_hwdata* pNext; /* next device */ member 364 elementCurrent = elementPrevious->pNext; in HIDAddElement() 366 elementPrevious->pNext = element; in HIDAddElement() 368 element->pNext = NULL; in HIDAddElement() 530 recElement *pElementNext = pElement->pNext; in HIDDisposeElementList() 548 pDeviceNext = (*ppDevice)->pNext; in HIDDisposeDevice() 664 lastDevice->pNext = device; in SDL_SYS_JoystickInit() 676 device = device->pNext; in SDL_SYS_JoystickInit() 688 device = device->pNext; in SDL_SYS_JoystickName() [all …]
|
/external/icu4c/common/ |
D | uloc_tag.c | 1390 const char *p, *pNext, *pSep; in _appendLDMLExtensionAsKeywords() local 1399 pNext = ldmlext; in _appendLDMLExtensionAsKeywords() 1401 while (pNext) { in _appendLDMLExtensionAsKeywords() 1402 p = pSep = pNext; in _appendLDMLExtensionAsKeywords() 1413 pNext = NULL; in _appendLDMLExtensionAsKeywords() 1415 pNext = pSep + 1; in _appendLDMLExtensionAsKeywords() 1645 char *pSubtag, *pNext, *pLastGoodPosition; in ultag_parse() local 1712 pNext = pLastGoodPosition = tagBuf; in ultag_parse() 1720 while (pNext) { in ultag_parse() 1723 pSubtag = pNext; in ultag_parse() [all …]
|
/external/libvpx/mkvparser/ |
D | mkvparser.cpp | 3353 CuePoint* const pNext = pp[index]; in GetNext() 3354 assert(pNext); in GetNext() 3356 pNext->Load(m_pSegment->m_pReader); in GetNext() 3370 CuePoint* const pNext = pp[index]; in GetNext() local 3371 assert(pNext); in GetNext() 3372 assert(pNext->GetTimeCode() >= 0); in GetNext() 3375 return pNext; in GetNext() 3805 Cluster* const pNext = m_clusters[idx]; in GetNext() local 3806 assert(pNext); in GetNext() 3807 assert(pNext->m_index >= 0); in GetNext() [all …]
|
D | mkvparser.hpp | 238 long GetNext(const BlockEntry* pCurr, const BlockEntry*& pNext) const; 661 const Cluster*& pNext,
|
/external/sqlite/dist/ |
D | sqlite3.c | 1437 sqlite3_vfs *pNext; /* Next registered VFS */ member 7757 SubProgram *pNext; /* Next sub-program already visited */ member 8892 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ member 9109 FuncDef *pNext; /* Next function with same name */ member 9195 Savepoint *pNext; /* Parent savepoint (if any) */ member 9364 VTable *pNext; /* Next in linked list (see above) */ member 9609 Index *pNext; /* The next index associated with the same table */ member 10135 NameContext *pNext; /* Next outer name context. NULL for outermost */ member 10169 Select *pNext; /* Next select to the left in a compound */ member 10232 AutoincInfo *pNext; /* Next info block in a list of them all */ member [all …]
|
D | sqlite3.c.orig | 1302 ** the pNext pointer. The [sqlite3_vfs_register()] 1306 ** implementation should use the pNext pointer. 1308 ** The pNext field is the only field in the sqlite3_vfs 1430 sqlite3_vfs *pNext; /* Next registered VFS */ 7750 SubProgram *pNext; /* Next sub-program already visited */ 8885 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ 9102 FuncDef *pNext; /* Next function with same name */ 9188 Savepoint *pNext; /* Parent savepoint (if any) */ 9357 VTable *pNext; /* Next in linked list (see above) */ 9602 Index *pNext; /* The next index associated with the same table */ [all …]
|
D | sqlite3.h | 890 sqlite3_vfs *pNext; /* Next registered VFS */ member
|
D | sqlite3.h.orig | 759 ** the pNext pointer. The [sqlite3_vfs_register()] 763 ** implementation should use the pNext pointer. 765 ** The pNext field is the only field in the sqlite3_vfs 887 sqlite3_vfs *pNext; /* Next registered VFS */
|
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
D | sqlite3.h | 744 sqlite3_vfs *pNext; /* Next registered VFS */ member
|
/external/chromium/net/base/ |
D | dnsrr_resolver.cc | 290 for (DNS_RECORD* cur = record; cur; cur = cur->pNext) {
|
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/ |
D | SDL_os2fslib.c | 2360 pModeInfo = pModeInfo->pNext; in os2fslib_SetVideoMode() 2388 pModeInfo = pModeInfo->pNext; in os2fslib_SetVideoMode() 2695 pFSMode = pFSMode->pNext; in os2fslib_ListModes()
|
/external/opencv/cv/src/ |
D | _cvipp.h | 715 const float *pPrev, float* pNext, char *pStatus,
|