Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_gprf.c415 Arc *arcptr, **arcnextptr; in __ghs_indgcount() local
442 arcnextptr = &(__ghscallgraph_hashtbl[hashidx]); in __ghs_indgcount()
447 arcptr = *arcnextptr; in __ghs_indgcount()
464 arcnextptr = &(arcptr->next); in __ghs_indgcount()
486 arcptr->next = *arcnextptr; in __ghs_indgcount()
487 *arcnextptr = arcptr; in __ghs_indgcount()