Home
last modified time | relevance | path

Searched refs:counts (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_mprf.c49 CNT counts[CNTCHUNKSIZE]; /* The array of count information. */ member
69 CNT_packed counts[CNTCHUNKSIZE]; /* The array of count information. */ member
121 p->counts[i].pc = 0; in __ghs_prof_clear_callcounts()
122 *(p->counts[i].countPtr) = 0; in __ghs_prof_clear_callcounts()
232 temp->counts[i].pc = p->counts[i].pc; in __ghs_prof_dump_callcounts()
237 tpc = (pc_overlay *)(&p->counts[i].pc); in __ghs_prof_dump_callcounts()
238 temp->counts[i].pc[0] = tpc->pc[0]; in __ghs_prof_dump_callcounts()
239 temp->counts[i].pc[1] = tpc->pc[1]; in __ghs_prof_dump_callcounts()
243 temp->counts[i].countPtr = (int *)(short)(*p->counts[i].countPtr); in __ghs_prof_dump_callcounts()
246 temp->counts[i].countPtr = (int *)(*p->counts[i].countPtr); in __ghs_prof_dump_callcounts()
[all …]
/CafeSDK-2.12.13/system/src/lib/demo/
Ddemowin.cpp63 std::vector<int> counts; in ComboCustom() local
64 counts.resize(count); in ComboCustom()
66 for (int i = 0; i < counts.size(); ++i) in ComboCustom()
67 counts[i] = option.args[i].count; in ComboCustom()
76 Init(count, &counts[0], start.args, names.args, &optionArray[0]); in ComboCustom()
87 std::vector<int> counts; in ComboCustom() local
88 counts.resize(count); in ComboCustom()
90 for (int i = 0; i < counts.size(); ++i) in ComboCustom()
91 counts[i] = option.args[i].size(); in ComboCustom()
100 Init(count, &counts[0], start.args, names.args, &optionArray[0]); in ComboCustom()
[all …]
/CafeSDK-2.12.13/system/src/lib/gfd/
DgfdInterface.c1219 u32 counts = 0; in _GFDGetBlockCount() local
1234 counts++; in _GFDGetBlockCount()
1243 GFDPRINT("GFD:%x: Total Block counts: %d\n", pData, counts); in _GFDGetBlockCount()
1244 return counts; in _GFDGetBlockCount()
/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
Ddemowin.h156 …void Init(int num, const int* counts, const int* start, const char* const* names, const char* cons…
/CafeSDK-2.12.13/system/include/cafe/demo/
Ddemowin.h156 …void Init(int num, const int* counts, const int* start, const char* const* names, const char* cons…