Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_mprf.c48 int numUsed; /* The number of array elements used. */ member
68 int numUsed; /* The number of array elements used. */ member
120 for (i=0; i<p->numUsed; i++) { in __ghs_prof_clear_callcounts()
161 totalUsed += p->numUsed; in __ghs_prof_dump_callcounts()
229 for (i=0;i<p->numUsed;i++) { in __ghs_prof_dump_callcounts()
253 len = p->numUsed * CNT_size; in __ghs_prof_dump_callcounts()
306 if (!__cntTail__ || __cntTail__->numUsed == CNTCHUNKSIZE) { in __ghs_indmcount()
316 p->numUsed = 0; 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()
[all …]