/external/libusb/ |
config.guess | 248 # covers most systems running today. This code pipes the CPU 249 # types through head -n 1, so we only detect the type of CPU 0. 513 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 620 long cpu = sysconf (_SC_CPU_VERSION); 622 switch (cpu) 680 long cpu = sysconf (_SC_CPU_VERSION); 684 if (CPU_IS_PA_RISC (cpu)) 686 switch (cpu) 694 else if (CPU_IS_HP_MC68K (cpu)) 889 #undef CPU [all...] |
/external/libusb-compat/ |
config.guess | 248 # covers most systems running today. This code pipes the CPU 249 # types through head -n 1, so we only detect the type of CPU 0. 513 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 620 long cpu = sysconf (_SC_CPU_VERSION); 622 switch (cpu) 680 long cpu = sysconf (_SC_CPU_VERSION); 684 if (CPU_IS_PA_RISC (cpu)) 686 switch (cpu) 694 else if (CPU_IS_HP_MC68K (cpu)) 889 #undef CPU [all...] |
/external/libvorbis/ |
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. 495 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id 602 long cpu = sysconf (_SC_CPU_VERSION); 604 switch (cpu) 662 long cpu = sysconf (_SC_CPU_VERSION); 666 if (CPU_IS_PA_RISC (cpu)) 668 switch (cpu) 676 else if (CPU_IS_HP_MC68K (cpu)) 858 #undef CPU [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/ |
OverridesUI.js | 312 {title: "Apple iPhone 3GS", width: 320, height: 480, deviceScaleFactor: 1, userAgent: "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5", touch: true, mobile: true}, 313 {title: "Apple iPhone 4", width: 320, height: 480, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5", touch: true, mobile: true}, 314 {title: "Apple iPhone 5", width: 320, height: 568, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X; en-us) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53", touch: true, mobile: true}, 315 {title: "Apple iPhone 6", width: 375, height: 667, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/600.1.3 (KHTML, like Gecko) Version/8.0 Mobile/12A4345d Safari/600.1.4", touch: true, mobile: true}, 316 {title: "Apple iPhone 6 Plus", width: 414, height: 736, deviceScaleFactor: 3, userAgent: "Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/600.1.3 (KHTML, like Gecko) Version/8.0 Mobile/12A4345d Safari/600.1.4", touch: true, mobile: true}, 350 {title: "Apple iPad 1 / 2 / iPad Mini", width: 1024, height: 768, deviceScaleFactor: 1, userAgent: "Mozilla/5.0 (iPad; CPU OS 4_3_5 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8L1 Safari/6533.18.5", touch: true, mobile: true}, 351 {title: "Apple iPad 3 / 4", width: 1024, height: 768, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (iPad; CPU OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53", touch: true, mobile: true}, 390 {title: "Chrome \u2014 iPad", value: "Mozilla/5.0 (iPad; CPU OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) CriOS/30.0.1599.12 Mobile/11A465 Safari/8536.25"}, 391 {title: "Chrome \u2014 iPhone", value: "Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) CriOS/30.0.1599.12 Mobile/11A501 Safari/8536.25"}, 402 {title: "iPad \u2014 iOS 8", value: "Mozilla/5.0 (iPad; CPU OS 8_0 like Mac OS X) AppleWebKit/600.1.3 (KHTML, like Gecko) Version/8.0 Mobile/12A4345d Safari/6 (…) [all...] |
/external/arduino/hardware/arduino/cores/arduino/ |
WInterrupts.c | 96 #error attachInterrupt not finished for this CPU (case 0) 111 #warning attachInterrupt may need some more work for this cpu (case 1) 159 #error detachInterrupt not finished for this cpu 171 #warning detachInterrupt may need some more work for this cpu (case 1)
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCAsmBackend.cpp | 212 StringRef TT, StringRef CPU) {
|
/external/openssl/crypto/bn/asm/ |
mips-mont.S | 15 slt $1,$9,17 # on in-order CPU
|
/external/oprofile/events/mips/25K/ |
events | 6 event:0x0 counters:0,1 um:zero minimum:500 name:CYCLES : CPU cycles 15 event:0x9 counters:0,1 um:zero minimum:500 name:FETCH_GROUPS_IN_PIPE : Fetch groups entering CPU execution pipes
|
/external/chromium_org/media/base/simd/ |
scale_yuv_to_rgb_sse2_x64.asm | 12 CPU SSE2
|
linear_scale_yuv_to_rgb_mmx_x64.asm | 12 CPU MMX
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
TransformationMatrix.h | 34 #include "wtf/CPU.h" 45 #if CPU(X86_64) 53 #if CPU(APPLE_ARMV7S) || defined(TRANSFORMATION_MATRIX_USE_X86_64_SSE2)
|
/external/chromium_org/v8/src/base/ |
cpu.cc | 5 #include "src/base/cpu.h" 266 CPU::CPU() : stepping_(0), 297 // valid Ids in CPUInfo[0] and the CPU identification string in 298 // the other three array elements. The CPU identification string is 309 // Interpret CPU feature information. 337 // Interpret extended CPU feature information. 351 // Extract implementor from the "CPU implementer" field. 352 char* implementer = cpu_info.ExtractField("CPU implementer"); 362 // Extract part number from the "CPU part" field [all...] |
/external/blktrace/btreplay/doc/ |
btreplay.tex | 60 IO layer -- indicating the device, CPU number, time stamp, IO direction, 156 Each input data file (one per device per CPU) results in a new record 157 data file (again, one per device per CPU) which contains information 175 on the recording system, we wrap CPU IDs. This \emph{may} result in an 176 overload of CPU processing capabilities on the replay system. (Refer to 226 \medskip\emph{One could also add in the notion of CPU mappings as well -- 227 device $D_{rec}$ managed by CPU $C_{rec}$ on the recorded system 228 shall be replayed on device $D_{rep}$ and CPU $C_{rep}$ on the 334 \item And the CPU number (again, taken directly from the 362 \item[Field 1] The first field contains the device name and CPU [all...] |
/external/chromium_org/media/base/ |
yuv_convert_unittest.cc | 6 #include "base/cpu.h" 574 base::CPU cpu; local 575 if (!cpu.has_sse2()) { 661 base::CPU cpu; local 662 if (!cpu.has_sse()) { 695 base::CPU cpu; local 696 if (!cpu.has_sse()) 729 base::CPU cpu; local 779 base::CPU cpu; local 800 base::CPU cpu; local [all...] |
/external/libunwind/aux/ |
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/llvm/lib/Target/PowerPC/AsmParser/ |
PPCAsmParser.cpp | [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
power.js | 649 * Shows state occupancy data (CPU idle or CPU freq state occupancy) on a set of 656 * where each array corresponds to a CPU on the system. The elements of the 665 * plot. For example, CPU idle data will have its own header format, and CPU 679 for (var cpu = 0; cpu < timeInStateData.length; cpu++) { 680 var cpuData = timeInStateData[cpu]; 682 cpuPlots[cpu] = {plots: [], tData: []} [all...] |
/external/chromium_org/components/metrics/ |
metrics_log.cc | 13 #include "base/cpu.h" 383 base::CPU cpu_info; 384 SystemProfileProto::Hardware::CPU* cpu = hardware->mutable_cpu(); local 385 cpu->set_vendor_name(cpu_info.vendor_name()); 386 cpu->set_signature(cpu_info.signature());
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64AsmBackend.cpp | 547 StringRef TT, StringRef CPU) { 559 StringRef TT, StringRef CPU) {
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCTargetDesc.cpp | 220 MCSubtargetInfo *X86_MC::createX86MCSubtargetInfo(StringRef TT, StringRef CPU, 230 std::string CPUName = CPU;
|
/bionic/libc/tools/ |
genlibgcc_compat.py | 16 * supported by the target CPU. For example, integer division doesn't have a 17 * corresponding CPU instruction on ARMv5, and is instead implemented in the
|
/external/chromium_org/content/shell/app/ |
shell_main_delegate.cc | 9 #include "base/cpu.h" 200 // Create an instance of the CPU class to parse /proc/cpuinfo and cache 202 base::CPU cpu_info;
|
/external/chromium_org/net/socket/ |
nss_ssl_util.cc | 16 #include "base/cpu.h" 172 base::CPU cpu; local 174 if (cpu.has_aesni() && cpu.has_avx()) {
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
DataView.cpp | 34 #include "wtf/CPU.h" 76 #if CPU(BIG_ENDIAN)
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
PageAllocator.cpp | 65 #if CPU(32BIT) 77 #else // CPU(32BIT) 79 #endif // CPU(32BIT)
|