FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
CheckasmFuncVersion Struct Reference

Data Fields

struct CheckasmFuncVersionnext
 
voidfunc
 
int ok
 
int cpu
 
int iterations
 
uint64_t cycles
 

Detailed Description

Definition at line 177 of file checkasm.c.

Field Documentation

struct CheckasmFuncVersion* CheckasmFuncVersion::next

Definition at line 178 of file checkasm.c.

Referenced by checkasm_check_func(), and destroy_func_tree().

void* CheckasmFuncVersion::func

Definition at line 179 of file checkasm.c.

Referenced by checkasm_check_func(), and get_func().

int CheckasmFuncVersion::ok

Definition at line 180 of file checkasm.c.

Referenced by checkasm_check_func().

int CheckasmFuncVersion::cpu

Definition at line 181 of file checkasm.c.

Referenced by checkasm_check_func().

int CheckasmFuncVersion::iterations

Definition at line 182 of file checkasm.c.

uint64_t CheckasmFuncVersion::cycles

Definition at line 183 of file checkasm.c.


The documentation for this struct was generated from the following file: