OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCpuHasSSE42
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/talk/media/base/
cpuid.h
51
static const int
kCpuHasSSE42
= 0x100;
cpuid_unittest.cc
50
<< cricket::CpuInfo::TestCpuFlag(cricket::CpuInfo::
kCpuHasSSE42
);
/external/libyuv/files/include/libyuv/
cpu_id.h
34
static const int
kCpuHasSSE42
= 0x100;
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h
35
static const int
kCpuHasSSE42
= 0x100;
/external/libyuv/files/unit_test/
cpu_test.cc
36
int has_sse42 = TestCpuFlag(
kCpuHasSSE42
);
/external/libyuv/files/source/
cpu_id.cc
147
((cpu_info[2] & 0x00100000) ?
kCpuHasSSE42
: 0) |
173
cpu_info_ &= ~
kCpuHasSSE42
;
/external/libvpx/libvpx/third_party/libyuv/source/
cpu_id.cc
213
((cpu_info1[2] & 0x00100000) ?
kCpuHasSSE42
: 0) |
239
cpu_info_ &= ~
kCpuHasSSE42
;
Completed in 451 milliseconds