Searched refs:machines (Results 1 - 16 of 16) sorted by relevance

/external/elfutils/tests/
H A Dsaridx.c38 static const char *machines[] = variable
224 (ehdr.e_machine >= (sizeof (machines)
225 / sizeof (machines[0]))
226 || machines[ehdr.e_machine] == NULL)
228 : machines[ehdr.e_machine]);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DBuildMachineManager.java32 * machines and their status.
36 // registry mapping of machines being used by a given build
37 //list is the path to the configuration of build machines available for a
39 // waitInterval is the number of seconds to wait if no machines are
42 // machines
73 String[] machines = getNames();
83 for (int i = 0; i < machines.length; i++) {
84 if (!inUse(machines[i])) {
85 if (createNewMarker(machines[i])) {
/external/linux-tools-perf/util/
H A Dsession.h43 struct rb_root machines; member in struct:perf_session
140 return machines__find(&self->machines, pid);
148 return machines__findnew(&self->machines, pid);
156 return machines__process(&self->machines, process, self);
H A Dsymbol.h204 size_t machines__fprintf_dsos(struct rb_root *machines, FILE *fp);
205 size_t machines__fprintf_dsos_buildid(struct rb_root *machines,
248 int machines__create_kernel_maps(struct rb_root *machines, pid_t pid);
249 int machines__create_guest_kernel_maps(struct rb_root *machines);
250 void machines__destroy_guest_kernel_maps(struct rb_root *machines);
H A Dsymbol.c2132 size_t machines__fprintf_dsos(struct rb_root *machines, FILE *fp) argument
2137 for (nd = rb_first(machines); nd; nd = rb_next(nd)) {
2168 size_t machines__fprintf_dsos_buildid(struct rb_root *machines, argument
2174 for (nd = rb_first(machines); nd; nd = rb_next(nd)) {
2543 int machines__create_kernel_maps(struct rb_root *machines, pid_t pid) argument
2545 struct machine *machine = machines__findnew(machines, pid);
2596 int machines__create_guest_kernel_maps(struct rb_root *machines) argument
2607 machines__create_kernel_maps(machines, DEFAULT_GUEST_KERNEL_ID);
2628 machines__create_kernel_maps(machines, pid);
2637 void machines__destroy_guest_kernel_maps(struct rb_root *machines) argument
[all...]
H A Dsession.c126 ret = machines__create_guest_kernel_maps(&self->machines);
133 machines__destroy_guest_kernel_maps(&self->machines);
159 self->machines = RB_ROOT;
1180 machines__fprintf_dsos(&self->machines, fp);
1187 return ret + machines__fprintf_dsos_buildid(&self->machines, fp, with_hits);
H A Dheader.c205 for (nd = rb_first(&session->machines); nd; nd = rb_next(nd)) {
358 for (nd = rb_first(&session->machines); nd; nd = rb_next(nd)) {
377 for (nd = rb_first(&session->machines); nd; nd = rb_next(nd)) {
/external/elfutils/libebl/
H A Deblopenbackend.c79 } machines[] = variable in typeref:struct:__anon5242
155 #define nmachines (sizeof (machines) / sizeof (machines[0]))
308 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0)
309 || (emulation == NULL && machines[cnt].em == machine))
312 result->emulation = machines[cnt].emulation;
326 result->machine = machines[cnt].em;
327 result->class = machines[cnt].class;
328 result->data = machines[cnt].data;
346 machines[cn
[all...]
/external/dnsmasq/contrib/Suse/
H A Ddnsmasq-suse.spec26 serve the names of local machines which are not in the global DNS. The DHCP
27 server integrates with the DNS server and allows machines with DHCP-allocated
30 leases and BOOTP for network booting of diskless machines.
/external/openssl/crypto/des/
H A DFILES015 times - Some outputs from 'speed' on some machines.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb42 Deterministic Finite Automata (DFA) are finite state machines that are capable
51 Conceptually, these state machines are defined by a number of states, each state
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb58 defines a single DFA class that is used to simulate state machines for certain
/external/elfutils/
H A Delfutils.spec235 r core files, on many machines
267 - libelf, libdw: bug fixes for unaligned accesses on machines that care
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/icu4c/data/
H A Dmakedata.mak186 # They are necessary on EBCDIC machines, and
/external/dropbear/libtommath/
H A Dbn.tex82 Linux and Windows based x86 to ARM based Gameboys and PPC based MacOS machines.
286 not normally significantly slower. On x86 machines the difference is normally a factor of two when performing modular

Completed in 463 milliseconds