OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__get_cpuid
(Results
1 - 5
of
5
) sorted by null
/external/libopus/celt/x86/
x86cpu.c
84
__get_cpuid
(InfoType, &(CPUInfo[0]), &(CPUInfo[1]), &(CPUInfo[2]), &(CPUInfo[3]));
/external/clang/lib/Headers/
cpuid.h
174
static __inline int
__get_cpuid
(unsigned int __level, unsigned int *__eax,
function
/external/skia/src/core/
SkCpu.cpp
23
static void cpuid (uint32_t abcd[4]) {
__get_cpuid
(1, abcd+0, abcd+1, abcd+2, abcd+3); }
/external/skqp/src/core/
SkCpu.cpp
23
static void cpuid (uint32_t abcd[4]) {
__get_cpuid
(1, abcd+0, abcd+1, abcd+2, abcd+3); }
/external/mesa3d/src/mesa/x86/
common_x86.c
349
if (!
__get_cpuid
(1, &eax, &ebx, &ecx, &edx))
Completed in 609 milliseconds