|
FFmpeg
|
#include "checkasm/header_config.h"Go to the source code of this file.
Macros | |
| #define | __has_include(x) 0 |
| #define | ARCH_AARCH64 CHECKASM_ARCH_AARCH64 |
| #define | ARCH_ARM CHECKASM_ARCH_ARM |
| #define | ARCH_LOONGARCH CHECKASM_ARCH_LOONGARCH |
| #define | ARCH_LOONGARCH32 CHECKASM_ARCH_LOONGARCH32 |
| #define | ARCH_LOONGARCH64 CHECKASM_ARCH_LOONGARCH64 |
| #define | ARCH_PPC64LE CHECKASM_ARCH_PPC64LE |
| #define | ARCH_RISCV CHECKASM_ARCH_RISCV |
| #define | ARCH_RV32 CHECKASM_ARCH_RV32 |
| #define | ARCH_RV64 CHECKASM_ARCH_RV64 |
| #define | ARCH_X86 CHECKASM_ARCH_X86 |
| #define | ARCH_X86_32 CHECKASM_ARCH_X86_32 |
| #define | ARCH_X86_64 CHECKASM_ARCH_X86_64 |
| #define | CHECKASM_VERSION "unknown" |
| #define | HAVE_ELF_AUX_INFO 0 |
| #define | HAVE_GETAUXVAL 0 |
| #define | HAVE_LINUX_PERF 0 |
| #define | HAVE_IOCTL 0 |
| #define | HAVE_ISATTY 0 |
| #define | HAVE_SIGACTION 0 |
| #define | HAVE_SIGLONGJMP 0 |
| #define | HAVE_STDBIT_H 0 |
| #define | HAVE_PTHREAD_NP_H 0 |
| #define | HAVE_PTHREAD_SETAFFINITY_NP 0 |
| #define | HAVE_CLOCK_GETTIME 0 |
| #define | HAVE_PRCTL 0 |
| #define | CHECKASM_SELF_API |
| Exports symbols for internal use inside the checkasm self-tests. More... | |
| #define __has_include | ( | x | ) | 0 |
Definition at line 37 of file checkasm_config.h.
| #define ARCH_AARCH64 CHECKASM_ARCH_AARCH64 |
Definition at line 41 of file checkasm_config.h.
| #define ARCH_ARM CHECKASM_ARCH_ARM |
Definition at line 45 of file checkasm_config.h.
| #define ARCH_LOONGARCH CHECKASM_ARCH_LOONGARCH |
Definition at line 49 of file checkasm_config.h.
| #define ARCH_LOONGARCH32 CHECKASM_ARCH_LOONGARCH32 |
Definition at line 53 of file checkasm_config.h.
| #define ARCH_LOONGARCH64 CHECKASM_ARCH_LOONGARCH64 |
Definition at line 57 of file checkasm_config.h.
| #define ARCH_PPC64LE CHECKASM_ARCH_PPC64LE |
Definition at line 61 of file checkasm_config.h.
| #define ARCH_RISCV CHECKASM_ARCH_RISCV |
Definition at line 65 of file checkasm_config.h.
| #define ARCH_RV32 CHECKASM_ARCH_RV32 |
Definition at line 69 of file checkasm_config.h.
| #define ARCH_RV64 CHECKASM_ARCH_RV64 |
Definition at line 73 of file checkasm_config.h.
| #define ARCH_X86 CHECKASM_ARCH_X86 |
Definition at line 77 of file checkasm_config.h.
| #define ARCH_X86_32 CHECKASM_ARCH_X86_32 |
Definition at line 81 of file checkasm_config.h.
| #define ARCH_X86_64 CHECKASM_ARCH_X86_64 |
Definition at line 85 of file checkasm_config.h.
| #define CHECKASM_VERSION "unknown" |
Definition at line 89 of file checkasm_config.h.
| #define HAVE_ELF_AUX_INFO 0 |
Definition at line 97 of file checkasm_config.h.
| #define HAVE_GETAUXVAL 0 |
Definition at line 106 of file checkasm_config.h.
| #define HAVE_LINUX_PERF 0 |
Definition at line 114 of file checkasm_config.h.
| #define HAVE_IOCTL 0 |
Definition at line 125 of file checkasm_config.h.
| #define HAVE_ISATTY 0 |
Definition at line 135 of file checkasm_config.h.
| #define HAVE_SIGACTION 0 |
Definition at line 145 of file checkasm_config.h.
| #define HAVE_SIGLONGJMP 0 |
Definition at line 155 of file checkasm_config.h.
| #define HAVE_STDBIT_H 0 |
Definition at line 163 of file checkasm_config.h.
| #define HAVE_PTHREAD_NP_H 0 |
Definition at line 172 of file checkasm_config.h.
| #define HAVE_PTHREAD_SETAFFINITY_NP 0 |
Definition at line 181 of file checkasm_config.h.
| #define HAVE_CLOCK_GETTIME 0 |
Definition at line 190 of file checkasm_config.h.
| #define HAVE_PRCTL 0 |
Definition at line 198 of file checkasm_config.h.
| #define CHECKASM_SELF_API |
Exports symbols for internal use inside the checkasm self-tests.
Definition at line 254 of file checkasm_config.h.
1.8.17