Searched refs:arcf_t (Results 1 – 1 of 1) sorted by relevance
79 typedef int32_t arcf_t; typedef81 typedef char * arcf_t; typedef86 arcf_t arctail; /* Address in caller function */87 arcf_t archead; /* Address in called function */145 #define ARCBUFFER_ARCSIZE (2*sizeof(arcf_t) + sizeof(int32_t))455 if((arcf_t)arctail == arcptr->arctail) { in __ghs_indgcount()456 if((arcf_t)archead == arcptr->archead) { in __ghs_indgcount()483 arcptr->archead = (arcf_t)archead; in __ghs_indgcount()484 arcptr->arctail = (arcf_t)arctail; in __ghs_indgcount()