Home | Sort by relevance Sort by last modified time |
/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 |