HomeSort by relevance Sort by last modified time
    Searched refs:CPU (Results 251 - 275 of 334) sorted by null

<<11121314

  /external/openfst/
config.guess 230 # covers most systems running today. This code pipes the CPU
231 # types through head -n 1, so we only detect the type of CPU 0.
517 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
624 long cpu = sysconf (_SC_CPU_VERSION);
626 switch (cpu)
684 long cpu = sysconf (_SC_CPU_VERSION);
688 if (CPU_IS_PA_RISC (cpu))
690 switch (cpu)
698 else if (CPU_IS_HP_MC68K (cpu))
872 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` i
    [all...]
  /development/build/
Android.mk 20 # This needs to vary based on the CPU ABI for the system-image files.
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.cpp 39 #if CPU(BIG_ENDIAN) || CPU(MIDDLE_ENDIAN)
  /external/chromium_org/third_party/mesa/src/docs/
MESA_drm_image.spec 91 is a CPU-endian, 32-bit quantity, with alpha in the upper 8 bits,
  /external/mesa3d/docs/
MESA_drm_image.spec 91 is a CPU-endian, 32-bit quantity, with alpha in the upper 8 bits,
  /external/chromium_org/components/nacl/zygote/
nacl_fork_delegate_linux.cc 16 #include "base/cpu.h"
64 base::CPU cpuid;
70 // The following list of CPU model numbers is taken from:
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 29 #include "wtf/CPU.h"
181 #if CPU(X86)
dtoa.cpp 38 #include "wtf/CPU.h"
58 #if CPU(BIG_ENDIAN) || CPU(MIDDLE_ENDIAN)
98 #if CPU(X86_64)
112 #if CPU(BIG_ENDIAN)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
rtcd.pl 414 Reads the Run Time CPU Detections definitions from FILE and generates a
  /external/libvpx/libvpx/build/make/
rtcd.pl 404 Reads the Run Time CPU Detections definitions from FILE and generates a
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 290 #pragma mark == CPU ==
294 // CPU
328 #error unknown CPU - update this file to support your CPU
    [all...]
  /external/chromium_org/third_party/sqlite/src/
Makefile.vxworks 45 ifeq ($(CPU),SH32)
87 TCC = $(CC) $(DEFINE_CC) -O2 -g -mrtp $(CC_ARCH_SPEC) -D_REENTRANT=1 -D_VX_CPU=_VX_$(CPU) -D_VX_TOOL_FAMILY=$(TOOL_FAMILY) -D_VX_TOOL=$(TOOL)
105 MKSHLIB = $(CC) $(DEFINE_CC) -mrtp -shared $(CC_ARCH_SPEC) -D_VX_CPU=_VX_$(CPU) -D_VX_TOOL_FAMILY=$(TOOL_FAMILY) -D_VX_TOOL=$(TOOL)
  /external/chromium_org/chrome/browser/component_updater/
pepper_flash_component_installer.cc 144 #error Unsupported Windows CPU architecture.
207 // TODO(cpu): make this more sane.
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 12 #include "base/cpu.h"
455 return base::CPU().has_sse2();
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc 17 #include "base/cpu.h"
154 // Writes info about the machine's CPU into the |machine|.
156 base::CPU cpu; local
157 machine->mutable_cpu()->set_vendor_name(cpu.vendor_name());
158 machine->mutable_cpu()->set_brand(cpu.cpu_brand());
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc 10 #include "base/cpu.h"
330 // can be loaded. TODO(cpu): consider changing to the loading style of
345 base::CPU cpu; local
346 if (cpu.vendor_name() == "AuthenticAMD") {
  /external/chromium_org/media/base/
yuv_convert.cc 20 #include "base/cpu.h"
194 base::CPU cpu; local
195 if (cpu.has_ssse3()) {
234 // Helps performance on CPU with 16K L1 cache.
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers.py 176 BUGCR,97657,IMAGE CPU MAC TIMEOUT PASS,media/audio-repaint.html,"
  /external/chromium_org/v8/src/base/platform/
time.cc 22 #include "src/base/cpu.h"
369 // (1) CPU cycle counter. (Retrieved via RDTSC)
370 // The CPU counter provides the highest resolution time stamp and is the least
371 // expensive to retrieve. However, the CPU counter is unreliable and should not
485 CPU cpu; local
486 if (strcmp(cpu.vendor(), "AuthenticAMD") == 0 && cpu.family() == 15) {
  /external/clang/lib/Driver/
Tools.cpp 844 /// getAArch64TargetCPU - Get the (LLVM) name of the AArch64 cpu we are
893 CmdArgs.push_back("-target-cpu");
910 // Get CPU and ABI names. They are not independent
941 // Setup default CPU and ABI names.
    [all...]
  /external/chromium_org/chrome/browser/resources/hangout_services/
thunk.js 47 } else if (method == 'cpu.getInfo') {
48 chrome.system.cpu.getInfo(doSendResponse);
181 // A port for continuously reporting relevant CPU usage information to the page.
202 browserProcessCpu = process.cpu;
204 gpuProcessCpu = process.cpu;
207 pluginProcessCpu = process.cpu;
212 'tabCpuUsage': tabProcess.cpu,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CPUProfileDataModel.js 92 // Support loading old CPU profiles that are missing timestamps.
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 59 #if CPU(BIG_ENDIAN) || CPU(MIDDLE_ENDIAN)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86cpu.gperf 2 # x86 CPU recognition
53 x86_cpu_intel(wordptr cpu, yasm_arch_x86 *arch_x86, unsigned int data)
55 BitVector_Empty(cpu);
57 BitVector_Bit_On(cpu, CPU_Priv);
59 BitVector_Bit_On(cpu, CPU_Prot);
61 BitVector_Bit_On(cpu, CPU_SMM);
63 BitVector_Bit_On(cpu, CPU_AVX);
65 BitVector_Bit_On(cpu, CPU_AES);
66 BitVector_Bit_On(cpu, CPU_CLMUL);
69 BitVector_Bit_On(cpu, CPU_SSE42)
    [all...]

Completed in 509 milliseconds

<<11121314