Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/monoscope/
Dconvolve.c84 stack_entry; typedef
92 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()
/third_party/boost/boost/graph/
Dchrobak_payne_drawing.hpp39 typedef std::pair< vertex_descriptor, std::size_t > stack_entry; in accumulate_offsets() typedef
40 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()
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_qsort.c187 typedef struct { char * first; char * last; } stack_entry; typedef
407 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()
/third_party/gettext/gettext-tools/src/
DChangeLog.17403 * x-perl.c (struct stack_entry): Remove type.