OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_info0
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/source/
cpu_id.cc
192
uint32
cpu_info0
[4] = { 0, 0, 0, 0 };
local
195
CpuId(0, 0,
cpu_info0
);
197
if (
cpu_info0
[0] >= 7) {
/external/libyuv/files/source/
cpu_id.cc
221
uint32
cpu_info0
[4] = {0, 0, 0, 0};
local
224
CpuId(0, 0,
cpu_info0
);
226
if (
cpu_info0
[0] >= 7) {
Completed in 75 milliseconds