HomeSort by relevance Sort by last modified time
    Searched refs:CPU (Results 176 - 200 of 287) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/srec/portable/include/
ptypes.h 145 #if (CPU != SIMNT)
147 #endif /* (CPU != SIMNT) */
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerX86.h 29 #if ENABLE(ASSEMBLER) && CPU(X86)
  /frameworks/compile/slang/
slang_backend.cpp 133 // FIXME: Need to detect the CPU capability and decide whether to use softfp.
158 if (mTargetOpts.CPU.size() || mTargetOpts.Features.size()) {
171 TargetInfo->createTargetMachine(Triple, mTargetOpts.CPU, FeaturesStr,
  /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/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/webkit/Source/WebCore/platform/graphics/filters/
FELighting.cpp 36 #if CPU(ARM_NEON) && COMPILER(GCC)
311 #if CPU(ARM_NEON) && COMPILER(GCC)
368 #if CPU(ARM_NEON) && COMPILER(GCC)
478 #endif // CPU(ARM_NEON) && COMPILER(GCC)
  /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
  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocatorFixedVMPool.cpp 393 #if CPU(ARM)
395 #elif CPU(X86_64)
JITArithmetic32_64.cpp     [all...]
JITOpcodes32_64.cpp 203 #if CPU(X86)
227 #elif CPU(ARM)
248 #elif CPU(SH4)
268 #elif CPU(MIPS)
304 #endif // CPU(X86)
338 #if CPU(X86)
361 #elif CPU(ARM)
384 #elif CPU(MIPS)
416 #elif CPU(SH4)
442 #endif // CPU(X86
    [all...]
  /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/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 295 // Set a default CPU for Darwin triples.
296 std::string CPU;
299 CPU = "core2";
301 CPU = "yonah";
305 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/webkit/Source/WebCore/html/canvas/
DataView.cpp 63 #if CPU(BIG_ENDIAN)
  /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/expat/conftools/
config.guess 232 # covers most systems running today. This code pipes the CPU
233 # types through head -n 1, so we only detect the type of CPU 0.
519 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
626 long cpu = sysconf (_SC_CPU_VERSION);
628 switch (cpu)
686 long cpu = sysconf (_SC_CPU_VERSION);
690 if (CPU_IS_PA_RISC (cpu))
692 switch (cpu)
700 else if (CPU_IS_HP_MC68K (cpu))
865 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` i
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
config.guess 232 # covers most systems running today. This code pipes the CPU
233 # types through head -n 1, so we only detect the type of CPU 0.
519 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
626 long cpu = sysconf (_SC_CPU_VERSION);
628 switch (cpu)
686 long cpu = sysconf (_SC_CPU_VERSION);
690 if (CPU_IS_PA_RISC (cpu))
692 switch (cpu)
700 else if (CPU_IS_HP_MC68K (cpu))
867 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` i
    [all...]
  /external/llvm/autoconf/
config.guess 236 # covers most systems running today. This code pipes the CPU
237 # types through head -n 1, so we only detect the type of CPU 0.
523 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
630 long cpu = sysconf (_SC_CPU_VERSION);
632 switch (cpu)
690 long cpu = sysconf (_SC_CPU_VERSION);
694 if (CPU_IS_PA_RISC (cpu))
696 switch (cpu)
704 else if (CPU_IS_HP_MC68K (cpu))
868 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` i
    [all...]

Completed in 624 milliseconds

1 2 3 4 5 6 78 91011>>