OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vendorisintel
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/dsp/
cpu-features.c
357
int
vendorIsIntel
= (regs[1] == VENDOR_INTEL_b &&
368
if (
vendorIsIntel
&& (regs[2] & (1 << 22)) != 0) {
/external/webrtc/src/system_wrappers/source/android/
cpu-features.c
357
int
vendorIsIntel
= (regs[1] == VENDOR_INTEL_b &&
368
if (
vendorIsIntel
&& (regs[2] & (1 << 22)) != 0) {
/ndk/sources/android/cpufeatures/
cpu-features.c
807
int
vendorIsIntel
= (regs[1] == VENDOR_INTEL_b &&
818
if (
vendorIsIntel
&& (regs[2] & (1 << 22)) != 0) {
[
all
...]
Completed in 175 milliseconds