HomeSort by relevance Sort by last modified time
    Searched refs:test_flag (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h 30 // test_flag parameter should be one of kCpuHas constants above
32 static __inline int TestCpuFlag(int test_flag) {
35 return (cpu_info_ ? cpu_info_ : InitCpuFlags()) & test_flag;
  /external/libyuv/files/include/libyuv/
cpu_id.h 47 // Test_flag parameter should be one of kCpuHas constants above.
49 static __inline int TestCpuFlag(int test_flag) {
51 return (cpu_info_ ? cpu_info_ : InitCpuFlags()) & test_flag;
  /external/openssh/
sshd.c 158 int test_flag = 0; variable
    [all...]

Completed in 338 milliseconds