Searched refs:cpu (Results 201 - 217 of 217) sorted by relevance

123456789

/external/flac/libFLAC/
H A Dcpu.c36 #include "private/cpu.h"
77 #include <machine/cpu.h>
H A Dbitreader.c326 FLAC__bool FLAC__bitreader_init(FLAC__BitReader *br, FLAC__CPUInfo cpu, FLAC__BitReaderReadCallback rcb, void *cd) argument
338 br->cpu_info = cpu;
/external/qemu/
H A Dmips-dis.c620 #define OPCODE_IS_MEMBER(insn, isa, cpu) \
622 || (cpu == CPU_R4650 && ((insn)->membership & INSN_4650) != 0) \
623 || (cpu == CPU_RM7000 && ((insn)->membership & INSN_4650) != 0) \
624 || (cpu == CPU_RM9000 && ((insn)->membership & INSN_4650) != 0) \
625 || (cpu == CPU_R4010 && ((insn)->membership & INSN_4010) != 0) \
626 || (cpu == CPU_VR4100 && ((insn)->membership & INSN_4100) != 0) \
627 || (cpu == CPU_R3900 && ((insn)->membership & INSN_3900) != 0) \
628 || ((cpu == CPU_R10000 || cpu == CPU_R12000) \
630 || (cpu
[all...]
H A Dmonitor.c398 /* just to set the default cpu if not already done */
1385 monitor_printf(mon, "No cpu initialized yet");
1681 "", "show the cpu registers" },
2203 expr_error(mon, "no cpu defined");
H A Dcpu-all.h23 #include "cpu-common.h"
27 * WORDS_ALIGNED : if defined, the host cpu can only make word aligned
30 * HOST_WORDS_BIGENDIAN : if defined, the host cpu is big endian and
33 * (TARGET_WORDS_ALIGNED : same for target cpu (not supported yet))
35 * TARGET_WORDS_BIGENDIAN : same for target cpu
196 * (empty): target cpu endianness or 8 bit access
197 * r : reversed target cpu endianness (not implemented yet)
766 CPUState *qemu_get_cpu(int cpu);
809 /* Several target-specific external hardware interrupts. Each target/cpu.h
819 originate from within the cpu itsel
[all...]
H A Dexec.c35 #include "cpu.h"
431 the host cpu and OS */
565 CPUState *qemu_get_cpu(int cpu) argument
570 if (env->cpu_index == cpu)
604 register_savevm("cpu", cpu_index, CPU_SAVE_VERSION,
945 from a real cpu write access: the virtual CPU will exit the current
997 /* now we have a real cpu fault */
1563 problem and hope the cpu will stop of its own accord. For userspace
1571 /* if the cpu is currently executing code, we must unlink it and
1590 * If called from iothread context, wake the target cpu i
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dtask_manager_gtk.cc740 std::string cpu = GetModelText(row, IDS_TASK_MANAGER_CPU_COLUMN); local
777 kTaskManagerCPU, cpu.c_str(),
/external/jmdns/src/javax/jmdns/impl/
H A DDNSRecord.java857 * @param cpu
860 public HostInformation(String name, DNSRecordClass recordClass, boolean unique, int ttl, String cpu, String os) { argument
862 _cpu = cpu;
938 hinfo.put("cpu", _cpu);
961 aLog.append(" cpu: '" + _cpu + "' os: '" + _os + "'");
/external/linux-tools-perf/util/
H A Dhist.c143 .cpu = al->cpu,
H A Dsession.c108 size += sizeof(data->cpu) * 2;
693 printf("%u ", sample->cpu);
/external/netperf/
H A Dnetlib.c12 /* calibrate_local_cpu() do local cpu calibration */
13 /* calibrate_remote_cpu() do remote cpu calibration */
20 /* cpu_start() start measuring cpu */
21 /* cpu_stop() stop measuring cpu */
22 /* calc_cpu_util() calculate the cpu utilization */
25 /* calibrate() really calibrate local cpu */
2010 #define NETPERF_CPU_SET(cpu, cpusetp) __CPU_SET(cpu, cpusetp)
2015 #define NETPERF_CPU_SET(cpu, cpusetp) *cpusetp = 1 << cpu
[all...]
/external/zlib/contrib/masmx86/
H A Dgvmat32.asm29 ; if you have an old cpu (386,486 or first Pentium) and s->w_mask==0x7fff,
33 ; on old cpu with s->w_mask!=0x7fff, longest_match_686 will be used,
37 ; if you are not interresed in old cpu performance and want the smaller
H A Dmatch686.asm28 ; with autoselect (with cpu detection code)
/external/blktrace/doc/
H A Dblktrace.tex361 \emph{device}.blktrace.\emph{cpu}, where \emph{device} is the base
363 be \emph{sda}); and \emph{cpu} identifies a CPU for the event stream.
475 -i \emph{file} & --input=\emph{file} & Specifies base name for input files -- default is \emph{device}.blktrace.\emph{cpu}. \\
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c2664 vki_pid_t, pid, int, cpu, int, group_fd,
2689 unsigned *, cpu, unsigned *, node, struct vki_getcpu_cache *, tcache);
2691 PRE_MEM_WRITE( "getcpu(cpu)", ARG1, sizeof(unsigned) );
/external/webkit/Source/WebCore/inspector/front-end/
H A Dinspector.css3846 .timeline-graph-bar.cpu {
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c187 # error The ATA/ATAPI Driver can only to be used with a 386+ cpu
196 # error PCI BIOS can only be used with 386+ cpu
199 # error APM BIOS can only be used with 386+ cpu

Completed in 691 milliseconds

123456789