OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_ssse3_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
cpu.h
33
int has_ssse3() const { return
has_ssse3_
; }
51
bool
has_ssse3_
;
member in class:base::CPU
cpu.cc
28
has_ssse3_
(false),
116
has_ssse3_
= (cpu_info[2] & 0x00000200) != 0;
Completed in 29 milliseconds