Home
last modified time | relevance | path

Searched refs:test_flag (Results 1 – 3 of 3) sorted by relevance

/external/libyuv/files/include/libyuv/
Dcpu_id.h49 static __inline int TestCpuFlag(int test_flag) { in TestCpuFlag() argument
51 return (cpu_info_ ? cpu_info_ : InitCpuFlags()) & test_flag; in TestCpuFlag()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dcpu_id.h58 static __inline int TestCpuFlag(int test_flag) { in TestCpuFlag() argument
60 return (cpu_info_ == kCpuInit ? InitCpuFlags() : cpu_info_) & test_flag; in TestCpuFlag()
/external/openssh/
Dsshd.c155 int test_flag = 0; variable
1584 test_flag = 1;
1587 test_flag = 2;
1616 if (!test_flag && (rexec_flag && (av[0] == NULL || *av[0] != '/')))
1667 if (test_flag >= 2 && server_match_spec_complete(connection_info) == 0)
1670 if (test_flag < 2 && server_match_spec_complete(connection_info) >= 0)
1922 if (test_flag > 1) {
1929 if (test_flag)