|
FFmpeg
|
#include <function.h>
Data Fields | |
| struct CheckasmFuncVersion * | next |
| const CheckasmCpuInfo * | cpu |
| char * | suffix |
| CheckasmKey | key |
| CheckasmMeasurement | cycles |
| CheckasmFuncState | state |
Definition at line 41 of file function.h.
| struct CheckasmFuncVersion* CheckasmFuncVersion::next |
Definition at line 42 of file function.h.
Referenced by checkasm_check_key(), func_uninit(), print_bench_iter(), and print_functions().
| const CheckasmCpuInfo* CheckasmFuncVersion::cpu |
Definition at line 43 of file function.h.
Referenced by checkasm_check_key(), and ver_suffix().
| char* CheckasmFuncVersion::suffix |
Definition at line 44 of file function.h.
Referenced by checkasm_check_key(), func_uninit(), and ver_suffix().
| CheckasmKey CheckasmFuncVersion::key |
Definition at line 45 of file function.h.
Referenced by checkasm_check_key().
| CheckasmMeasurement CheckasmFuncVersion::cycles |
Definition at line 46 of file function.h.
Referenced by checkasm_bench_finish(), checkasm_check_key(), and print_bench_iter().
| CheckasmFuncState CheckasmFuncVersion::state |
Definition at line 47 of file function.h.
Referenced by checkasm_check_key(), and fail_internal().
1.8.17