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

<<21222324252627282930>>

  /external/llvm/test/CodeGen/X86/
sink-blockfreq.ll 1 ; RUN: llc -disable-machine-licm -machine-sink-bfi=true -mtriple=x86_64-apple-darwin < %s | FileCheck %s -check-prefix=MSINK_BFI
2 ; RUN: llc -disable-machine-licm -machine-sink-bfi=false -mtriple=x86_64-apple-darwin < %s | FileCheck %s -check-prefix=MSINK_NOBFI
5 ; machine-sink looks for sucessor blocks. By not using BFI, both G and B
  /external/valgrind/
README.s390 5 - To run valgrind a z10 machine or any later model is recommended.
6 Older machine models down to and including z990 may work but have
18 - On machine models predating z10, cachegrind will assume a z10 cache
32 Valgrind does not require that the host machine has the same hardware
33 facilities as the machine for which the client program was compiled.
  /packages/apps/Camera2/src/com/android/camera/captureintent/stateful/
State.java 34 * Obtains the associated state machine.
36 * @return The associated state machine.
41 * Notifies the state that the state machine is about to transition into
45 * machine will change to the next desired state immediately.
50 * Notifies the state that the state machine is about to transition out
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
TriggerStateMachine.java 31 * triggers. That is, the state machine waits for a TRIGGER_START followed by
33 * machine resets.
35 * In other words, this implements the state machine defined by the following
36 * regex, such that a callback is invoked each time the state machine reaches
72 * @return True upon completion of a cycle of the state machine.
  /toolchain/binutils/binutils-2.25/bfd/
cpu-score.c 30 machine which would be compatible with both and returns a pointer
46 #define N(addr_bits, machine, print, default, next) \
52 machine, /* Machine number. */ \
56 default, /* The default machine. */ \
cpu-h8300.c 52 /* In ELF linker scripts, we typically express the architecture/machine
53 as architecture:machine.
92 /* This routine is provided two arch_infos and works out the machine
126 FALSE, /* the default machine */
143 FALSE, /* the default machine */
160 FALSE, /* The default machine. */
177 FALSE, /* The default machine. */
194 FALSE, /* The default machine. */
211 FALSE, /* The default machine. */
228 TRUE, /* The default machine. *
    [all...]
sparclynx.c 74 /* Determine the architecture and machine type of the object file. */
76 unsigned long machine; local
84 machine = bfd_mach_m68000;
90 machine = bfd_mach_m68010;
96 machine = bfd_mach_m68020;
101 machine = 0;
107 machine = 0;
112 machine = 0;
117 machine = 0;
120 bfd_set_arch_mach (abfd, arch, machine);
    [all...]
cpu-sh.c 58 "sh2", /* Machine name. */
73 "sh2e", /* Machine name. */
88 "sh-dsp", /* Machine name. */
103 "sh3", /* Machine name. */
118 "sh3-nommu", /* Machine name. */
133 "sh3-dsp", /* Machine name. */
148 "sh3e", /* Machine name. */
163 "sh4", /* Machine name. */
178 "sh4a", /* Machine name. */
193 "sh4al-dsp", /* Machine name. *
    [all...]
  /external/autotest/client/cros/
perf.py 23 In particular it verifies the machine is idle and cold and tries to set
26 Furthermore it monitors the state of the machine (in particular
50 self._error_reason = 'Could not get cold machine.'
92 self._error_reason = 'Machine got hot during testing.'
99 Checks machine temperature once per second.
115 If exist on the platform/machine it stops the different thermal
117 Warning: this risks abnormal behavior if machine runs in high load.
  /external/dbus/doc/
dbus-uuidgen.1 33 This will ensure that /var/lib/dbus/machine\-id exists and has the uuid in it.
35 for a single machine until the next reboot at least.
38 The important properties of the machine UUID are that 1) it remains
50 If you run it with \-\-get, it prints the machine UUID by default, or
54 If you try to change an existing machine\-id on a running system, it will
67 If a filename is not given, defaults to localstatedir/lib/dbus/machine\-id
74 If a filename is not given, defaults to localstatedir/lib/dbus/machine\-id
  /external/v8/src/compiler/
simplified-operator-reducer.cc 8 #include "src/compiler/machine-operator.h"
62 return Change(node, machine()->ChangeInt32ToFloat64(), m.InputAt(0));
65 return Change(node, machine()->ChangeUint32ToFloat64(), m.InputAt(0));
73 return Change(node, machine()->ChangeFloat64ToInt32(), m.InputAt(0));
82 return Change(node, machine()->ChangeFloat64ToUint32(), m.InputAt(0));
151 MachineOperatorBuilder* SimplifiedOperatorReducer::machine() const { function in class:v8::internal::compiler::SimplifiedOperatorReducer
152 return jsgraph()->machine();
change-lowering.cc 11 #include "src/compiler/machine-operator.h"
91 machine()->Store(StoreRepresentation(MachineRepresentation::kFloat64,
99 return graph()->NewNode(machine()->ChangeInt32ToFloat64(), value);
104 if (machine()->Is64()) {
105 value = graph()->NewNode(machine()->ChangeInt32ToInt64(), value);
107 return graph()->NewNode(machine()->WordShl(), value, SmiShiftBitsConstant());
117 value = graph()->NewNode(machine()->WordSar(), value, SmiShiftBitsConstant());
118 if (machine()->Is64()) {
119 value = graph()->NewNode(machine()->TruncateInt64ToInt32(), value);
126 return graph()->NewNode(machine()->ChangeUint32ToFloat64(), value)
597 MachineOperatorBuilder* ChangeLowering::machine() const { function in class:v8::internal::compiler::ChangeLowering
    [all...]
js-graph.h 12 #include "src/compiler/machine-operator.h"
30 MachineOperatorBuilder* machine)
36 machine_(machine),
86 // the target machine.
90 return machine()->Is32() ? Int32Constant(static_cast<int32_t>(value))
127 MachineOperatorBuilder* machine() const { return machine_; } function in class:v8::internal::compiler::JSGraph
  /external/v8/test/unittests/compiler/
control-flow-optimizer-unittest.cc 7 #include "src/compiler/machine-operator.h"
28 ControlFlowOptimizer optimizer(graph(), common(), machine(), zone());
33 MachineOperatorBuilder* machine() { return &machine_; } function in class:v8::internal::compiler::ControlFlowOptimizerTest
45 graph()->NewNode(machine()->Word32Equal(), index, Int32Constant(0)),
51 graph()->NewNode(machine()->Word32Equal(), index, Int32Constant(1)),
76 graph()->NewNode(machine()->Word32Equal(), index, Int32Constant(0)),
82 graph()->NewNode(machine()->Word32Equal(), index, Int32Constant(1)),
  /external/llvm/include/llvm/CodeGen/
Passes.h 98 /// PostRAMachineLICM - A clone of the LICM pass that runs during late machine
199 /// transforms following machine independent optimization.
214 /// which converts from LLVM code to machine instructions.
231 /// Return NULL to select the default (generic) machine scheduler.
237 /// Similar to createMachineScheduler but used when postRA machine scheduling
261 /// addMachineSSAOptimization - Add standard passes that optimize machine
266 /// targets. These passes are run while the machine code is still in SSA
307 /// Add passes that optimize machine instructions after register allocation.
323 /// immediately before machine code is emitted.
331 /// @p printAfter if true and adding a machine function pass add an extr
    [all...]
  /external/v8/test/cctest/compiler/
test-machine-operator-reducer.cc 8 #include "src/compiler/machine-operator-reducer.h"
59 machine(main_zone(), MachineType::PointerRepresentation(), flags),
64 jsgraph(isolate, &graph, &common, &javascript, nullptr, &machine),
73 MachineOperatorBuilder machine; member in class:v8::internal::compiler::ReducerTester
225 R.binop = R.machine.Word32And();
251 R.binop = R.machine.Word32Or();
277 R.binop = R.machine.Word32Xor();
300 R.binop = R.machine.Word32Shl();
321 R.binop = R.machine.Word32Shr();
342 R.binop = R.machine.Word32Sar()
    [all...]
  /external/autotest/site_utils/rpm_control_system/
rpm_client.py 60 parser.add_argument('-m', '--machine', dest='machine',
61 help='Machine hostname to change outlet state.')
75 if options.machine is not None and options.state is None:
77 elif options.machine is not None and options.state is not None:
78 set_power(options.machine, options.state)
  /external/guava/guava/src/com/google/common/base/
StandardSystemProperty.java 46 /** Java Virtual Machine specification version. */
49 /** Java Virtual Machine specification vendor. */
52 /** Java Virtual Machine specification name. */
55 /** Java Virtual Machine implementation version. */
58 /** Java Virtual Machine implementation vendor. */
61 /** Java Virtual Machine implementation name. */
  /external/libchrome/sandbox/win/sandbox_poc/pocdll/
exports.h 28 // function is to determine if it's possible to crash the machine when we
29 // flood the machine with new threads
33 // Takes all cpu of the machine. For each processor on the machine we assign
38 // the machine and to force a thread to run only on a given processor.
43 // to take all memory on the machine and crash the system.
  /external/llvm/lib/CodeGen/
MachineBranchProbabilityInfo.cpp 1 //===- MachineBranchProbabilityInfo.cpp - Machine Branch Probability Info -===//
10 // This analysis uses probability info stored in Machine Basic Blocks.
22 INITIALIZE_PASS_BEGIN(MachineBranchProbabilityInfo, "machine-branch-prob",
23 "Machine Branch Probability Analysis", false, true)
24 INITIALIZE_PASS_END(MachineBranchProbabilityInfo, "machine-branch-prob",
25 "Machine Branch Probability Analysis", false, true)
  /system/bt/bta/pan/
bta_pan_int.h 41 /* these events are handled by the state machine */
53 /* these events are handled outside of the state machine */
60 /* state machine states */
138 /* state machine control block */
148 UINT8 state; /* State machine state */
160 tBTA_PAN_SCB scb[BTA_PAN_NUM_CONN]; /* state machine control blocks */
  /system/core/debuggerd/
Android.mk 22 LOCAL_SRC_FILES_arm := arm/machine.cpp
23 LOCAL_SRC_FILES_arm64 := arm64/machine.cpp
24 LOCAL_SRC_FILES_mips := mips/machine.cpp
25 LOCAL_SRC_FILES_mips64 := mips64/machine.cpp
26 LOCAL_SRC_FILES_x86 := x86/machine.cpp
27 LOCAL_SRC_FILES_x86_64 := x86_64/machine.cpp
  /bionic/libc/kernel/uapi/linux/
utsname.h 29 char machine[9]; member in struct:oldold_utsname
39 char machine[65]; member in struct:old_utsname
47 char machine[__NEW_UTS_LEN + 1]; member in struct:new_utsname
  /development/ndk/platforms/android-21/include/linux/
utsname.h 29 char machine[9]; member in struct:oldold_utsname
39 char machine[65]; member in struct:old_utsname
47 char machine[__NEW_UTS_LEN + 1]; member in struct:new_utsname
  /external/autotest/frontend/health/
complete_failures_unittest.py 171 machine = models.Machine(machine_idx=1)
175 kernel=kernel, machine=machine,
180 kernel=kernel, machine=machine,
198 machine = models.Machine(machine_idx=1)
202 kernel=kernel, machine=machine,
    [all...]

Completed in 2104 milliseconds

<<21222324252627282930>>