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/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/mesa3d/src/compiler/glsl/
Dlower_precision.cpp92 struct stack_entry { struct in __anon2e0c7f550111::find_lowerable_rvalues_visitor
129 std::vector<stack_entry> stack;
134 void add_lowerable_children(const stack_entry &entry);
198 stack_entry entry; in stack_enter()
207 find_lowerable_rvalues_visitor::add_lowerable_children(const stack_entry &entry) in add_lowerable_children()
219 const stack_entry &entry = stack.back(); in pop_stack_entry()
225 stack_entry &parent = stack.end()[-2]; in pop_stack_entry()
249 stack_entry &parent = stack.end()[-2]; in pop_stack_entry()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h32880 struct stack_entry { struct