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 158 of file checkasm.c.

Field Documentation

struct CheckasmFuncVersion* CheckasmFuncVersion::next

Definition at line 159 of file checkasm.c.

Referenced by checkasm_check_func(), and destroy_func_tree().

void* CheckasmFuncVersion::func

Definition at line 160 of file checkasm.c.

Referenced by checkasm_check_func(), and get_func().

int CheckasmFuncVersion::ok

Definition at line 161 of file checkasm.c.

Referenced by checkasm_check_func().

int CheckasmFuncVersion::cpu

Definition at line 162 of file checkasm.c.

Referenced by checkasm_check_func().

int CheckasmFuncVersion::iterations

Definition at line 163 of file checkasm.c.

uint64_t CheckasmFuncVersion::cycles

Definition at line 164 of file checkasm.c.


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