Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_gprf.c198 unsigned long hashidx; in __ghs_prof_dump_callgraph() local
258 for(hashidx = 0; hashidx < __ghscallgraph_hashtbl_count; ++hashidx) { in __ghs_prof_dump_callgraph()
259 Arc *a = __ghscallgraph_hashtbl[hashidx]; in __ghs_prof_dump_callgraph()
417 unsigned long hashidx; in __ghs_indgcount() local
435 hashidx = ((char *)arctail - (char *)TEXT_BEGIN) / HASHDIVISOR; in __ghs_indgcount()
438 if(hashidx >= __ghscallgraph_hashtbl_count) { in __ghs_indgcount()
442 arcnextptr = &(__ghscallgraph_hashtbl[hashidx]); in __ghs_indgcount()