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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
rdtsc_buckets.h 124 if (bt.pCurrent->children.size() < mBuckets.size())
126 bt.pCurrent->children.resize(mBuckets.size());
128 BUCKET &child = bt.pCurrent->children[id];
129 child.pParent = bt.pCurrent;
134 bt.pCurrent = &child;
155 if (bt.pCurrent->start == 0) return;
156 SWR_ASSERT(bt.pCurrent->id == id, "Mismatched buckets detected");
158 bt.pCurrent->elapsed += (tsc - bt.pCurrent->start);
159 bt.pCurrent->count++
    [all...]
rdtsc_buckets_shared.h 74 BUCKET* pCurrent{ nullptr };
89 pCurrent = &root;
rdtsc_buckets.cpp 55 newThread.pCurrent = &newThread.root;
  /external/pdfium/xfa/fxfa/parser/
cxfa_nodeiteratortemplate.h 101 NodeType* pCurrent = TraverseStrategy::GetFirstChild(pParent);
103 while (pCurrent != pNode) {
104 pPrevious = pCurrent;
105 pCurrent = TraverseStrategy::GetNextSibling(pCurrent);
  /system/core/libsysutils/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/libutils/include/utils/
List.h 248 _Node* pCurrent = mpMiddle->getNext();
251 while (pCurrent != mpMiddle) {
252 pNext = pCurrent->getNext();
253 delete pCurrent;
254 pCurrent = pNext;
  /system/keymaster/include/keymaster/
List.h 246 _Node* pCurrent = mpMiddle->getNext();
249 while (pCurrent != mpMiddle) {
250 pNext = pCurrent->getNext();
251 delete pCurrent;
252 pCurrent = pNext;
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
sqlite3.h     [all...]
shell.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.h     [all...]
shell.c     [all...]
  /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...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
misc.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h     [all...]
commctrl.h     [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 

Completed in 608 milliseconds