| /CafeSDK-2.12.13-1/system/src/lib/libsys/ |
| D | ind_mprf.c | 47 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 …]
|
| D | ind_bcnt.c | 22 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()
|
| D | ind_exit.c | 105 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()
|
| D | indsecinfo.h | 22 struct secinfo_t* next; /* NULL for no next section */ member 52 for (p = &__secinfo; p != NULL; p=p->next,count++) {
|
| D | ind_gprf.c | 89 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()
|
| D | ind_exit.h | 18 struct __GHS_AT_EXIT *next; member
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_tabbing.cpp | 16 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()
|
| D | demowin_combo_box.cpp | 110 TabIndex() = TabIndex()->next; in Update()
|
| D | demowin_double_combo_box.cpp | 111 TabIndex() = TabIndex()->next; in Update()
|
| D | demowin_manager.cpp | 102 tabIndex = tabIndex->next; in UpdateInput()
|
| /CafeSDK-2.12.13-1/system/include/cafe/os/ |
| D | OSCoroutine.h | 41 void OSSwitchCoroutine(OSCoroutine *current, OSCoroutine *next);
|
| D | OSAlarm.h | 64 OSAlarm* next; member
|
| D | OSThread.h | 74 OSThread* next; member 88 OSMutex* next; member 106 OSFastMutex * next; member
|
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | syn.h | 40 void *next; // synth list member 93 void *next; // used by synth member
|
| D | seq.h | 57 void *next; // next sequence member
|
| D | axart.h | 31 void *next; member 443 void *next; // next sound in list member
|
| D | hid.h | 75 HIDClient *next; member
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/ |
| D | demowin_assets.h | 224 : 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/ |
| D | demowin_assets.h | 224 : 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/ |
| D | demoGfx.c | 1123 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/ |
| D | demoGfx.h | 432 struct _DEMOGfxGPUTask *next; /// simple linked list member
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demoGfx.h | 432 struct _DEMOGfxGPUTask *next; /// simple linked list member
|
| /CafeSDK-2.12.13-1/system/bin/tool/ |
| D | cafeoptions.bat | 125 if not "%SHLVL%" == "" if not "%_SETDEFAULTS%" == "" echo *** Options will take effect the next tim…
|
| /CafeSDK-2.12.13-1/system/include/cafe/curl/ |
| D | curl.h | 84 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/ |
| D | ExecutableClasses.cs | 1828 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()
|