Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_gprf.c79 typedef int32_t arcf_t; typedef
81 typedef char * arcf_t; typedef
86 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()