Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_gprf.c199 int32_t arcbufferidx; in __ghs_prof_dump_callgraph() local
257 arcbufferidx = 0; in __ghs_prof_dump_callgraph()
262 arcbufferidx * ARCBUFFER_ARCSIZE), in __ghs_prof_dump_callgraph()
264 arcbufferidx++; in __ghs_prof_dump_callgraph()
267 if(arcbufferidx == __ghscallgraph_arcbuffer_elements) { in __ghs_prof_dump_callgraph()
276 arcbufferidx = 0; in __ghs_prof_dump_callgraph()
284 if(arcbufferidx != 0) { in __ghs_prof_dump_callgraph()
285 int32_t size = arcbufferidx * ARCBUFFER_ARCSIZE; in __ghs_prof_dump_callgraph()