Searched refs:test_flag (Results 1 – 3 of 3) sorted by relevance
49 static __inline int TestCpuFlag(int test_flag) { in TestCpuFlag() argument51 return (cpu_info_ ? cpu_info_ : InitCpuFlags()) & test_flag; in TestCpuFlag()
58 static __inline int TestCpuFlag(int test_flag) { in TestCpuFlag() argument60 return (cpu_info_ == kCpuInit ? InitCpuFlags() : cpu_info_) & test_flag; in TestCpuFlag()
155 int test_flag = 0; variable1584 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)