Searched refs:machines (Results 1 - 24 of 24) 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.h217 size_t machines__fprintf_dsos(struct rb_root *machines, FILE *fp);
218 size_t machines__fprintf_dsos_buildid(struct rb_root *machines,
261 int machines__create_kernel_maps(struct rb_root *machines, pid_t pid);
262 int machines__create_guest_kernel_maps(struct rb_root *machines);
263 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:__anon18444
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/chromium_org/third_party/openssl/openssl/crypto/des/
H A DFILES015 times - Some outputs from 'speed' on some 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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Darch.h71 * differentiator between machines. Some object formats (ELF) use the machine
205 /** NULL-terminated list of machines for this architecture.
209 const yasm_arch_machine *machines; member in struct:yasm_arch_module
257 * #yasm_arch_module.machines)
/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/chromium_org/third_party/openssl/openssl/crypto/chacha/
H A Dchacha_vec.c69 /* This implementation is designed for Neon, SSE and AltiVec machines. The
120 #error -- Implementation supports only machines with neon or SSE2
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm.c518 const yasm_arch_machine *m = cur_arch_module->machines;
519 printf(_("Available %s for %s `%s':\n"), _("machines"),
/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/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm.c383 * machine to amd64. When we get more arches with multiple machines,
660 const yasm_arch_machine *m = cur_arch_module->machines;
661 printf(_("Available %s for %s `%s':\n"), _("machines"),
/external/chromium_org/third_party/icu/source/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
/external/icu4c/data/
H A Dmakedata.mak186 # They are necessary on EBCDIC machines, and
/external/bison/
H A Dconfigure21651 /* On machines with IEEE754 arithmetic: x = 1.11254e-308, exp = -1022.
21870 /* On machines with IEEE854 arithmetic: x = 1.68105e-4932,
26857 /* On machines with IEEE754 arithmetic: x = 1.11254e-308, exp = -1022.
27072 /* On machines with IEEE854 arithmetic: x = 1.68105e-4932,
/external/chromium_org/third_party/opus/src/
H A Dconfigure1407 --enable-fixed-point compile without floating point (for machines without a fast enough FPU)

Completed in 6200 milliseconds