OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_mmx
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
cpu_unittest.cc
20
ASSERT_TRUE(cpu.
has_mmx
());
55
ASSERT_TRUE(cpu.
has_mmx
());
cpu.h
29
int
has_mmx
() const { return has_mmx_; }
function in class:base::CPU
Completed in 1341 milliseconds