Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_mprf.c35 int *countPtr; /* This points to the call count of the function. */ member
42 int *countPtr; /* This points to the call count of the function. */ member
59 int countPtr; /* This points to the call count of the function. */ member
122 *(p->counts[i].countPtr) = 0; in __ghs_prof_clear_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()
248 temp->counts[i].countPtr = (int)(*p->counts[i].countPtr); in __ghs_prof_dump_callcounts()
348 __cntTail__->counts[__cntTail__->numUsed++].countPtr = (int *) area; in __ghs_indmcount()