OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_intel
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/dsp/
cpu.c
122
int
is_intel
= 0;
local
133
is_intel
= (cpu_info[1] == VENDOR_ID_INTEL_EBX &&
146
if (
is_intel
&& (cpu_info[2] & (1 << 9))) { // SSSE3?
/external/boringssl/src/crypto/
cpu-intel.c
152
int
is_intel
= ebx == 0x756e6547 /* Genu */ &&
local
208
if (
is_intel
) {
Completed in 166 milliseconds