HomeSort by relevance Sort by last modified time
    Searched defs:has_broken_neon (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
cpu.cc 182 bool has_broken_neon() const { return has_broken_neon_; } function in class:base::__anon15689::LazyCpuInfoValue
280 has_broken_neon_ = g_lazy_cpuinfo.Get().has_broken_neon();
cpu.h 55 // has_broken_neon is only valid on ARM chips. If true, it indicates that we
58 bool has_broken_neon() const { return has_broken_neon_; } function in class:base::CPU

Completed in 65 milliseconds