FFmpeg  3.3.9
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

◆ next

struct CheckasmFuncVersion* CheckasmFuncVersion::next

Definition at line 178 of file checkasm.c.

Referenced by checkasm_check_func(), cpu_suffix(), and destroy_func_tree().

◆ func

void* CheckasmFuncVersion::func

Definition at line 179 of file checkasm.c.

Referenced by checkasm_check_func(), and get_func().

◆ ok

int CheckasmFuncVersion::ok

Definition at line 180 of file checkasm.c.

Referenced by checkasm_check_func().

◆ cpu

int CheckasmFuncVersion::cpu

Definition at line 181 of file checkasm.c.

Referenced by checkasm_check_func(), and cpu_suffix().

◆ iterations

int CheckasmFuncVersion::iterations

Definition at line 182 of file checkasm.c.

Referenced by cpu_suffix().

◆ cycles

uint64_t CheckasmFuncVersion::cycles

Definition at line 183 of file checkasm.c.

Referenced by cpu_suffix().


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