Searched refs:stack_entry (Results 1 – 4 of 4) sorted by relevance
84 stack_entry; typedef92 stack_entry *stack;114 state->stack = calloc (state->stack_size + 1, sizeof (stack_entry)); in convolve_init()161 convolve_run (stack_entry * top, unsigned size, double *scratch) in convolve_run()290 stack_entry *top = state->stack + (state->stack_size - 1); in convolve_match()
39 typedef std::pair< vertex_descriptor, std::size_t > stack_entry; in accumulate_offsets() typedef40 std::stack< stack_entry > st; in accumulate_offsets()41 st.push(stack_entry(v, offset)); in accumulate_offsets()50 st.push(stack_entry(left[v], x[v])); in accumulate_offsets()51 st.push(stack_entry(right[v], x[v])); in accumulate_offsets()
187 typedef struct { char * first; char * last; } stack_entry; typedef407 stack_entry stack[STACK_SIZE]; in qsort_nonaligned()438 stack_entry stack[STACK_SIZE]; in qsort_aligned()469 stack_entry stack[STACK_SIZE]; in qsort_words()
7403 * x-perl.c (struct stack_entry): Remove type.