/external/qemu-pc-bios/bochs/ |
config.guess | 476 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 580 long cpu = sysconf (_SC_CPU_VERSION); 582 switch (cpu) 620 long cpu = sysconf (_SC_CPU_VERSION); 624 if (CPU_IS_PA_RISC (cpu)) 626 switch (cpu) 634 else if (CPU_IS_HP_MC68K (cpu)) 771 #undef CPU 775 CPU=mipsel 778 CPU=mip [all...] |
/external/chromium_org/media/base/simd/ |
linear_scale_yuv_to_rgb_mmx_x64.asm | 12 CPU MMX
|
/external/chromium_org/media/base/ |
sinc_resampler_unittest.cc | 13 #include "base/cpu.h" 130 ASSERT_TRUE(base::CPU().has_sse()); 196 ASSERT_TRUE(base::CPU().has_sse());
|
sinc_resampler.cc | 84 #include "base/cpu.h" 109 // If we know the minimum architecture at compile time, avoid CPU detection. 118 // X86 CPU detection required. Functions will be set by 128 g_convolve_proc_ = base::CPU().has_sse() ? Convolve_SSE : Convolve_C;
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCTargetDesc.cpp | 220 MCSubtargetInfo *X86_MC::createX86MCSubtargetInfo(StringRef TT, StringRef CPU, 230 std::string CPUName = CPU;
|
/external/qemu/ |
android-configure.sh | 638 case "$CPU" in 645 *) CONFIG_CPU=$CPU
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
perf | 68 -v|-vv|-notime|-CPU=*) shift ;; # skip options
|
/external/chromium/base/ |
time_win.cc | 45 #include "base/cpu.h" 284 // (1) CPU cycle counter. (Retrieved via RDTSC) 285 // The CPU counter provides the highest resolution time stamp and is the least 286 // expensive to retrieve. However, the CPU counter is unreliable and should not 348 base::CPU cpu; local 349 if (cpu.vendor_name() == "AuthenticAMD" && cpu.family() == 15)
|
/external/chromium_org/base/time/ |
time_win.cc | 44 #include "base/cpu.h" 326 // (1) CPU cycle counter. (Retrieved via RDTSC) 327 // The CPU counter provides the highest resolution time stamp and is the least 328 // expensive to retrieve. However, the CPU counter is unreliable and should not 403 base::CPU cpu; local 404 if (cpu.vendor_name() == "AuthenticAMD" && cpu.family() == 15)
|
/external/chromium_org/chrome/browser/component_updater/ |
swiftshader_component_installer.cc | 10 #include "base/cpu.h" 239 base::CPU cpu; local 241 if (!cpu.has_sse2())
|
/external/chromium_org/chrome/browser/media/ |
webrtc_logging_handler_host.cc | 11 #include "base/cpu.h" 203 // CPU 204 base::CPU cpu; local 205 info = "Cpu: " + IntToString(cpu.family()) + "." + IntToString(cpu.model()) + 206 "." + IntToString(cpu.stepping()) + 210 std::string cpu_brand = cpu.cpu_brand(); 216 info = "Cpu brand: " + cpu_brand + '\n' [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
DataView.cpp | 32 #include "wtf/CPU.h" 75 #if CPU(BIG_ENDIAN)
|
/external/chromium_org/v8/src/x64/ |
codegen-x64.cc | 96 CPU::FlushICache(buffer, actual_size); 127 CPU::FlushICache(buffer, actual_size); 151 CPU::FlushICache(buffer, actual_size); 733 CPU::FlushICache(sequence, young_length);
|
/external/libvpx/libvpx/build/make/ |
rtcd.sh | 8 Reads the Run Time CPU Detections definitions from FILE and generates a
|
/external/llvm/tools/lto/ |
LTOModule.cpp | 280 // Set a default CPU for Darwin triples. 281 std::string CPU; 284 CPU = "core2"; 286 CPU = "yonah"; 290 TargetMachine *target = march->createTargetMachine(TripleStr, CPU, FeatureStr,
|
/external/netperf/ |
netcpu_pstat.c | 26 # error Sorry, pstat() CPU utilization on 10.0 and later only 35 with a previous calibrarion to arrive at a CPU utilization 95 cpu rate to the calling routine. */ 233 /* the one that the user want for the cpu utilization */ 270 "calc_cpu_util: actual_rate on cpu %d is %g max_rate %g cpu %6.2f\n",
|
netcpu_pstatnew.c | 34 interrupt. so, we can now use those to calculate CPU utilization 38 # error Sorry, pstat() CPU utilization on 10.0 and later only 56 with a previous calibrarion to arrive at a CPU utilization 100 ass-u-me it is the same value for each CPU - famous last 147 counters and use their ratios for CPU util measurement. raj 204 /* the one that the user want for the cpu utilization */ 239 caculate CPU utilization based on the ratio of idle to _real_ 243 /* calculate what the sum of CPU cycles _SHOULD_ be */ 319 /* and finally, what is our CPU utilization? */ 363 /* and finally, what is our CPU utilization? * [all...] |
/external/speex/libspeex/ |
arch.h | 56 #error Make up your mind. What CPU do you have?
|
/external/valgrind/main/exp-bbv/tests/ppc32-linux/ |
ll.S | 220 # Assume 1 CPU for now 244 lis 20,('c'<<8)+'p' # find 'cpu\t: ' and grab up to \n 528 .ascii "cpu : 745/755\n"
|
/external/icu4c/ |
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...] |
/external/bison/build-aux/ |
config.guess | 234 # covers most systems running today. This code pipes the CPU 235 # types through head -n 1, so we only detect the type of CPU 0. 521 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 628 long cpu = sysconf (_SC_CPU_VERSION); 630 switch (cpu) 688 long cpu = sysconf (_SC_CPU_VERSION); 692 if (CPU_IS_PA_RISC (cpu)) 694 switch (cpu) 702 else if (CPU_IS_HP_MC68K (cpu)) 879 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` i [all...] |
/external/chromium_org/sdch/open-vcdiff/ |
config.guess | 231 # covers most systems running today. This code pipes the CPU 232 # types through head -n 1, so we only detect the type of CPU 0. 512 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 619 long cpu = sysconf (_SC_CPU_VERSION); 621 switch (cpu) 679 long cpu = sysconf (_SC_CPU_VERSION); 683 if (CPU_IS_PA_RISC (cpu)) 685 switch (cpu) 693 else if (CPU_IS_HP_MC68K (cpu)) 891 #undef CPU [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/ |
dtoa.cpp | 38 #include "wtf/CPU.h" 59 #if CPU(BIG_ENDIAN) || CPU(MIDDLE_ENDIAN) 75 #if CPU(BIG_ENDIAN) 116 #if CPU(PPC64) || CPU(X86_64) [all...] |
/external/chromium_org/third_party/libxml/src/ |
config.guess | 231 # covers most systems running today. This code pipes the CPU 232 # types through head -n 1, so we only detect the type of CPU 0. 515 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 622 long cpu = sysconf (_SC_CPU_VERSION); 624 switch (cpu) 682 long cpu = sysconf (_SC_CPU_VERSION); 686 if (CPU_IS_PA_RISC (cpu)) 688 switch (cpu) 696 else if (CPU_IS_HP_MC68K (cpu)) 861 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` i [all...] |
/external/chromium_org/third_party/opus/src/ |
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...] |