Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 27) sorted by relevance

12

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_mprf.c47 struct CNT_List *next; /* Pointer to the next list node. */ member
67 struct CNT_List *next; /* Pointer to the next list node. */ member
112 CNT_List *p, *next; in __ghs_prof_clear_callcounts() local
115 for (p = __cntHead__; p; p = next) { in __ghs_prof_clear_callcounts()
116 next = p->next; in __ghs_prof_clear_callcounts()
126 p->next = __cntFreeList__; in __ghs_prof_clear_callcounts()
160 for (totalUsed = 0, p = __cntHead__; p; p = p->next) in __ghs_prof_dump_callcounts()
202 __cntFreeList__ = __cntFreeList__->next; in __ghs_prof_dump_callcounts()
228 for (p = __cntHead__; p; p = p->next) { in __ghs_prof_dump_callcounts()
264 temp->next = __cntFreeList__; in __ghs_prof_dump_callcounts()
[all …]
Dind_bcnt.c22 struct bhdr { int len; struct blk *info; int inserted; struct bhdr *next; }; member
55 struct bhdr *p, *next; in __ghs_prof_clear_coverage() local
57 for (p = blocklisthead; p; p = next) { in __ghs_prof_clear_coverage()
58 next = p->next; in __ghs_prof_clear_coverage()
89 for (test = blocklisthead; test; test = test->next) { in __ghs_prof_dump_coverage()
149 routinfo->next = blocklisthead; in __ghs_bcount()
Dind_exit.c105 for (el = exitlisthead; el; el = el->next) in __ghs_at_exit_cleanup()
136 for (el = exitlisthead; el; el = el->next)
168 gae->next = exitlisthead; in __ghs_at_exit()
Dindsecinfo.h22 struct secinfo_t* next; /* NULL for no next section */ member
52 for (p = &__secinfo; p != NULL; p=p->next,count++) {
Dind_gprf.c89 struct _Arc *next; member
279 a = a->next; in __ghs_prof_dump_callgraph()
464 arcnextptr = &(arcptr->next); in __ghs_indgcount()
486 arcptr->next = *arcnextptr; in __ghs_indgcount()
Dind_exit.h18 struct __GHS_AT_EXIT *next; member
/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_tabbing.cpp16 if (this->next != this) in Add()
21 end->next = this; in Add()
24 this->next = &window->dummyTab; in Add()
36 this->next->prev = this->prev; in Remove()
37 this->prev->next = this->next; in Remove()
39 this->next = this; in Remove()
102 tabIndex = tabIndex->next; in ForceValidTabForward()
120 tabIndex = window->dummyTab.next; in ForceValidTabForward()
147 tabIndex = window->dummyTab.next; in ForceValidTabForward()
Ddemowin_combo_box.cpp110 TabIndex() = TabIndex()->next; in Update()
Ddemowin_double_combo_box.cpp111 TabIndex() = TabIndex()->next; in Update()
Ddemowin_manager.cpp102 tabIndex = tabIndex->next; in UpdateInput()
/CafeSDK-2.12.13-1/system/include/cafe/os/
DOSCoroutine.h41 void OSSwitchCoroutine(OSCoroutine *current, OSCoroutine *next);
DOSAlarm.h64 OSAlarm* next; member
DOSThread.h74 OSThread* next; member
88 OSMutex* next; member
106 OSFastMutex * next; member
/CafeSDK-2.12.13-1/system/include/cafe/
Dsyn.h40 void *next; // synth list member
93 void *next; // used by synth member
Dseq.h57 void *next; // next sequence member
Daxart.h31 void *next; member
443 void *next; // next sound in list member
Dhid.h75 HIDClient *next; member
/CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/
Ddemowin_assets.h224 : active(false), next(this), prev(this) {} in TabObject()
226 TabObject(Window* window) : active(false), next(this), prev(this) in TabObject()
237 TabObject* next; member
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/
Ddemowin_assets.h224 : active(false), next(this), prev(this) {} in TabObject()
226 TabObject(Window* window) : active(false), next(this), prev(this) in TabObject()
237 TabObject* next; member
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoGfx.c1123 pTask->next = pgDemoGfxGPUTaskList; in DEMOGfxBeginGPUTask()
1164 for (pTask = pgDemoGfxGPUTaskList; pTask != NULL; pTask = pTask->next) in DEMOGfxInsertGPUTask()
1190 for (pList = pgDemoGfxGPUTaskList; pList != NULL; pList = pList->next) in DEMOGfxFreeGPUTask()
1194 pList = pTask->next; in DEMOGfxFreeGPUTask()
1208 pNext = pList->next; in DEMOGfxFreeGPUTasks()
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoGfx.h432 struct _DEMOGfxGPUTask *next; /// simple linked list member
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoGfx.h432 struct _DEMOGfxGPUTask *next; /// simple linked list member
/CafeSDK-2.12.13-1/system/bin/tool/
Dcafeoptions.bat125 if not "%SHLVL%" == "" if not "%_SETDEFAULTS%" == "" echo *** Options will take effect the next tim…
/CafeSDK-2.12.13-1/system/include/cafe/curl/
Dcurl.h84 struct curl_httppost *next; /* next entry in the list */ member
1842 struct curl_slist *next; member
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DExecutableClasses.cs1828 internal static void SignalTitleEvent(SyncStage next) in SignalTitleEvent() argument
1835 Log.WriteLine("Signaling title event, next=" + next.ToString()); in SignalTitleEvent()
1837 sync = next; in SignalTitleEvent()

12