|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | jedec_vendor |
Functions | |
| COLD void | checkasm_init_cpu (void) |
| COLD unsigned long | checkasm_getauxval (unsigned long type) |
| static const COLD char * | get_brand_string (char *buf, size_t buflen, int affinity) |
| COLD void | checkasm_cpu_info (void(*info_cb)(void *priv, const char *fmt,...), void *priv, const CheckasmConfig *config) |
| static COLD int | jvcmp (const void *pa, const void *pb) |
| const COLD char * | checkasm_get_jedec_vendor_name (unsigned bank, unsigned offset) |
Variables | |
| static const struct jedec_vendor | vendors [] |
| COLD void checkasm_init_cpu | ( | void | ) |
Definition at line 42 of file cpu.c.
Referenced by checkasm_run().
|
static |
Definition at line 65 of file cpu.c.
Referenced by checkasm_cpu_info().
| COLD void checkasm_cpu_info | ( | void(*)(void *priv, const char *fmt,...) | info_cb, |
| void * | priv, | ||
| const CheckasmConfig * | config | ||
| ) |
Definition at line 83 of file cpu.c.
Referenced by print_bench_header(), and print_info().
|
static |
Definition at line 150 of file cpu.c.
Referenced by checkasm_get_jedec_vendor_name().
| const COLD char* checkasm_get_jedec_vendor_name | ( | unsigned | bank, |
| unsigned | offset | ||
| ) |
|
static |
Definition at line 132 of file cpu.c.
Referenced by checkasm_get_jedec_vendor_name().
1.8.17