Searched refs:csp_up (Results 1 – 1 of 1) sorted by relevance
619 Int csp_up = csp-1; in CLG_() local620 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_()