OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCpuHasMIPS
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/talk/media/base/
cpuid.h
57
static const int
kCpuHasMIPS
= 0x1000;
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h
43
static const int
kCpuHasMIPS
= 0x10000;
/external/libvpx/libvpx/third_party/libyuv/source/
cpu_id.cc
260
cpu_info_ |=
kCpuHasMIPS
;
263
cpu_info_ &= ~
kCpuHasMIPS
;
rotate_argb.cc
142
if (TestCpuFlag(
kCpuHasMIPS
)) {
rotate.cc
173
if (TestCpuFlag(
kCpuHasMIPS
)) {
planar_functions.cc
65
if (TestCpuFlag(
kCpuHasMIPS
)) {
107
if (TestCpuFlag(
kCpuHasMIPS
)) {
[
all
...]
convert.cc
212
if (TestCpuFlag(
kCpuHasMIPS
)) {
[
all
...]
Completed in 143 milliseconds