Searched refs:hashidx (Results 1 – 1 of 1) sorted by relevance
198 unsigned long hashidx; in __ghs_prof_dump_callgraph() local258 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() local435 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()