|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "libyuv/cpu_id.h"#include <stdlib.h>#include <stdio.h>#include <string.h>#include "libyuv/basic_types.h"Macros | |
| #define | SAFEBUFFERS |
| #define | GetXCR0() 0 |
Functions | |
| LIBYUV_API void | CpuId (uint32 eax, uint32 ecx, uint32 *cpu_info) |
| LIBYUV_API SAFEBUFFERS int | ArmCpuCaps (const char *cpuinfo_name) |
| LIBYUV_API SAFEBUFFERS int | MipsCpuCaps (const char *cpuinfo_name, const char ase[]) |
| LIBYUV_API SAFEBUFFERS int | InitCpuFlags (void) |
| LIBYUV_API void | MaskCpuFlags (int enable_flags) |
Variables | |
| LIBYUV_API int | cpu_info_ = 0 |
| #define GetXCR0 | ( | ) | 0 |
| #define SAFEBUFFERS |
| LIBYUV_API SAFEBUFFERS int ArmCpuCaps | ( | const char * | cpuinfo_name | ) |
| LIBYUV_API void CpuId | ( | uint32 | eax, |
| uint32 | ecx, | ||
| uint32 * | cpu_info | ||
| ) |
| LIBYUV_API SAFEBUFFERS int InitCpuFlags | ( | void | ) |
| LIBYUV_API void MaskCpuFlags | ( | int | enable_flags | ) |
| LIBYUV_API SAFEBUFFERS int MipsCpuCaps | ( | const char * | cpuinfo_name, |
| const char | ase[] | ||
| ) |
| LIBYUV_API int cpu_info_ = 0 |
1.8.13