OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestCpuFlag
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h
32
static __inline int
TestCpuFlag
(int test_flag) {
/external/chromium_org/third_party/libjingle/source/talk/media/base/
cpuid.cc
36
bool CpuInfo::
TestCpuFlag
(int flag) {
38
return libyuv::
TestCpuFlag
(flag) ? true : false;
/external/libyuv/files/include/libyuv/
cpu_id.h
49
static __inline int
TestCpuFlag
(int test_flag) {
Completed in 117 milliseconds