HomeSort by relevance Sort by last modified time
    Searched full:machine (Results 726 - 750 of 8360) sorted by null

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4348.go 12 // 1<<32 on a 64-bit machine, 1 otherwise.
  /prebuilts/go/linux-x86/src/runtime/
os1_netbsd_386.go 10 // Machine dependent mcontext initialisation for LWP.
os1_netbsd_amd64.go 10 // Machine dependent mcontext initialisation for LWP.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4348.go 12 // 1<<32 on a 64-bit machine, 1 otherwise.
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
elfedit-1.d 15 Machine: Intel L1OM
elfedit-4.d 16 Machine: Intel K1OM
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
regreg.s 6 ; too. This may seem wasteful of machine time, but then that time
  /toolchain/binutils/binutils-2.25/ld/emulparams/
elf32ip2k.sh 2 MACHINE=
elf32lr5900n32.sh 9 MACHINE=
elf_i386.sh 9 MACHINE=
mn10200.sh 11 MACHINE=
ppclynx.sh 12 MACHINE=
shelf_vxworks.sh 12 MACHINE=
shlelf_linux.sh 11 MACHINE=
  /toolchain/binutils/binutils-2.25/ld/emultempl/
z80.em 2 # to keep track of the machine type of Z80 object files
28 /* Codes for machine types, bitwise or gives the code to use for the
36 /* Bitwise or of the machine types seen so far. */
76 /* Set the machine type of the output file based on result_mach_type. */
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
ia32-1.d 14 Machine: Intel 80386
ilp32-1.d 14 Machine: Advanced Micro Devices X86-64
lp64-1.d 14 Machine: Advanced Micro Devices X86-64
protected3-k1om.d 14 Machine: Intel K1OM
protected3-l1om.d 15 Machine: Intel L1OM
  /external/autotest/server/
base_utils.py 217 for machine in machines:
218 mappings['ident'].append(machine)
226 (machine name, reason) tuples."""
242 failures.append((mach, "machine can not be tupled"))
247 def parse_machine(machine, user='root', password='', port=22):
249 Parse the machine string user:pass@host:port and return it separately,
250 if the machine string is not complete, use the default parameters
254 if '@' in machine:
255 user, machine = machine.split('@', 1
    [all...]
  /external/autotest/tko/parsers/
version_0.py 32 machine = cls.determine_hostname(keyval, dir)
33 machine_group = cls.determine_machine_group(machine, dir)
39 return {"user": user, "label": label, "machine": machine,
49 machine = keyval.get("hostname", "")
50 is_multimachine = "," in machine
54 if is_multimachine or not machine:
56 "machine name." % host_group_name)
57 machine = host_group_name
60 machine = job.find_hostname(job_dir) # find a unique hostnam
    [all...]
  /external/v8/src/compiler/
common-operator-reducer.cc 11 #include "src/compiler/machine-operator.h"
48 MachineOperatorBuilder* machine)
52 machine_(machine),
218 return Change(node, machine()->Float32Abs(), vtrue);
222 machine()->Float32Min().IsSupported()) {
225 return Change(node, machine()->Float32Min().op(), vtrue, vfalse);
227 machine()->Float32Max().IsSupported()) {
230 return Change(node, machine()->Float32Max().op(), vtrue, vfalse);
240 return Change(node, machine()->Float64Abs(), vtrue);
244 machine()->Float64Min().IsSupported())
    [all...]
  /external/dbus/dbus/
dbus-misc.c 38 * Obtains the machine UUID of the machine this process is running on.
45 * configuration changes or rebuilding the machine could break that.
47 * The idea is that two processes with the same machine ID should be
52 * The machine ID can also be used to create unique per-machine
56 * The machine ID is preferred over the machine hostname, because
60 * You can get the machine ID of a remote application by invoking the
63 * If the remote application has the same machine ID as the on
    [all...]
  /external/llvm/lib/CodeGen/
MachineCombiner.cpp 1 //===---- MachineCombiner.cpp - Instcombining on SSA form machine code ----===//
10 // The machine combiner pass uses machine trace metrics to ensure the combined
14 #define DEBUG_TYPE "machine-combiner"
59 const char *getPassName() const override { return "Machine InstCombiner"; }
88 INITIALIZE_PASS_BEGIN(MachineCombiner, "machine-combiner",
89 "Machine InstCombiner", false, false)
91 INITIALIZE_PASS_END(MachineCombiner, "machine-combiner", "Machine InstCombiner",
116 /// \param InsInstrs is a vector of machine instruction
    [all...]

Completed in 957 milliseconds

<<21222324252627282930>>