Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dbbcc.c643 Int csp_up = csp-1; in CLG_() local
644 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp_up]); in CLG_()
659 if (csp_up>0) { in CLG_()
660 csp_up--; in CLG_()
661 top_ce = &(CLG_(current_call_stack).entry[csp_up]); in CLG_()