Home
last modified time | relevance | path

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

/external/valgrind/main/callgrind/
Dbbcc.c619 Int csp_up = csp-1; in CLG_() local
620 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp_up]); in CLG_()
635 if (csp_up>0) { in CLG_()
636 csp_up--; in CLG_()
637 top_ce = &(CLG_(current_call_stack).entry[csp_up]); in CLG_()