Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dzfsample.c55 int o_stack_depth; /* used to verify stack while sampling */ member
419 penum->o_stack_depth = ref_stack_count(&o_stack); in sampled_data_setup()
491 if (num_out + O_STACK_PAD + penum->o_stack_depth != ref_stack_count(&o_stack)) { in sampled_data_continue()
492 int stack_depth_adjust = ref_stack_count(&o_stack) - penum->o_stack_depth; in sampled_data_continue()