Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_mprf.c82 static CNT_List *__cntHead__, *__cntTail__, *__cntFreeList__; variable
130 __cntTail__ = 0; in __ghs_prof_clear_callcounts()
306 if (!__cntTail__ || __cntTail__->numUsed == CNTCHUNKSIZE) { in __ghs_indmcount()
335 if (__cntTail__) { in __ghs_indmcount()
336 __cntTail__->next = p; in __ghs_indmcount()
337 __cntTail__ = p; in __ghs_indmcount()
339 __cntHead__ = __cntTail__ = p; in __ghs_indmcount()
344 __cntTail__->counts[__cntTail__->numUsed].pc = (int) archead; in __ghs_indmcount()
346 __cntTail__->counts[__cntTail__->numUsed].pc = (char *)archead; in __ghs_indmcount()
348 __cntTail__->counts[__cntTail__->numUsed++].countPtr = (int *) area; in __ghs_indmcount()