FFmpeg
4.0
|
Data Fields | |
struct CheckasmFunc * | child [2] |
CheckasmFuncVersion | versions |
uint8_t | color |
char | name [1] |
Definition at line 228 of file checkasm.c.
struct CheckasmFunc* CheckasmFunc::child[2] |
Definition at line 229 of file checkasm.c.
Referenced by balance_tree(), destroy_func_tree(), get_func(), print_benchs(), and rotate_tree().
CheckasmFuncVersion CheckasmFunc::versions |
Definition at line 230 of file checkasm.c.
Referenced by destroy_func_tree(), get_func(), and print_benchs().
uint8_t CheckasmFunc::color |
Definition at line 231 of file checkasm.c.
Referenced by balance_tree(), and rotate_tree().
char CheckasmFunc::name[1] |
Definition at line 232 of file checkasm.c.
Referenced by get_func(), and print_benchs().