Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/checkasm/
Dcheckasm.c260 typedef struct CheckasmFunc { struct
261 struct CheckasmFunc *child[2]; argument
265 } CheckasmFunc; typedef
269 CheckasmFunc *funcs;
270 CheckasmFunc *current_func;
430 static void destroy_func_tree(CheckasmFunc *f) in destroy_func_tree()
497 static void print_benchs(CheckasmFunc *f) in print_benchs()
534 static CheckasmFunc *rotate_tree(CheckasmFunc *f, int dir) in rotate_tree()
536 CheckasmFunc *r = f->child[dir^1]; in rotate_tree()
547 static void balance_tree(CheckasmFunc **root) in balance_tree()
[all …]