Home
last modified time | relevance | path

Searched full:machine (Results 1 – 25 of 6360) sorted by relevance

12345678910>>...255

/external/wpa_supplicant_8/src/utils/
Dstate_machine.h2 * wpa_supplicant/hostapd - State machine definitions
9 * implement a state machine. In addition to including this header file, each
10 * file implementing a state machine must define STATE_MACHINE_DATA to be the
24 * SM_STATE - Declaration of a state machine function
25 * @machine: State machine name
26 * @state: State machine state
28 * This macro is used to declare a state machine function. It is used in place
32 #define SM_STATE(machine, state) \ argument
33 static void sm_ ## machine ## _ ## state ## _Enter(STATE_MACHINE_DATA *sm, \
37 * SM_ENTRY - State machine function entry point
[all …]
/external/elfutils/tests/
Dsaridx.c32 #define MACHINE(name) [name] = #name macro
33 MACHINE (EM_NONE),
34 MACHINE (EM_M32),
35 MACHINE (EM_SPARC),
36 MACHINE (EM_386),
37 MACHINE (EM_68K),
38 MACHINE (EM_88K),
39 MACHINE (EM_860),
40 MACHINE (EM_MIPS),
41 MACHINE (EM_MIPS_RS3_LE),
[all …]
/external/v8/src/compiler/
Draw-machine-assembler.h12 #include "src/compiler/machine-operator.h"
55 MachineOperatorBuilder* machine() { return &machine_; } in machine() function
86 return AddNode(machine()->StackSlot(rep, alignment));
128 const Operator* op = machine()->Load(rep);
132 op = machine()->PoisonedLoad(rep);
142 return AddNode(machine()->Store(StoreRepresentation(rep, write_barrier)), in Store()
152 if (machine()->UnalignedLoadSupported(type.representation())) { in UnalignedLoad()
153 return AddNode(machine()->Load(type), base, index); in UnalignedLoad()
155 return AddNode(machine()->UnalignedLoad(type), base, index); in UnalignedLoad()
163 if (machine()->UnalignedStoreSupported(rep)) { in UnalignedStore()
[all …]
Dint64-lowering.cc11 #include "src/compiler/machine-operator.h"
24 Int64Lowering::Int64Lowering(Graph* graph, MachineOperatorBuilder* machine, in Int64Lowering() argument
29 machine_(machine), in Int64Lowering()
44 if (!machine()->Is32()) { in LowerGraph()
151 index_high = graph()->NewNode(machine()->Int32Add(), index, in GetIndexNodes()
154 index_low = graph()->NewNode(machine()->Int32Add(), index, in GetIndexNodes()
190 load_op = machine()->Load(MachineType::Int32()); in LowerNode()
193 load_op = machine()->UnalignedLoad(MachineType::Int32()); in LowerNode()
244 store_op = machine()->Store(StoreRepresentation( in LowerNode()
248 store_op = machine()->UnalignedStore(MachineRepresentation::kWord32); in LowerNode()
[all …]
Drepresentation-change.cc11 #include "src/compiler/machine-operator.h"
156 // value to the full machine word size and stores implicitly truncate, in GetRepresentationFor()
280 op = machine()->ChangeFloat32ToFloat64(); in GetTaggedSignedRepresentationFor()
503 op = machine()->ChangeInt32ToFloat64(); in GetFloat32RepresentationFor()
505 op = machine()->TruncateFloat64ToFloat32(); in GetFloat32RepresentationFor()
512 op = machine()->ChangeUint32ToFloat64(); in GetFloat32RepresentationFor()
514 op = machine()->TruncateFloat64ToFloat32(); in GetFloat32RepresentationFor()
525 op = machine()->TruncateFloat64ToFloat32(); in GetFloat32RepresentationFor()
528 op = machine()->TruncateFloat64ToFloat32(); in GetFloat32RepresentationFor()
563 op = machine()->ChangeInt32ToFloat64(); in GetFloat64RepresentationFor()
[all …]
/external/toolchain-utils/
Dafe_lock_machine.py23 """Raised when machine does not respond to ping."""
27 """Raised when cannot find info about machine on machine servers."""
31 """Raised when user requests to add/remove a ChromeOS HW Lab machine.."""
35 """Raised when user requests to add a machine that's already on the server."""
39 """Raised when attempt to add/remove a machine from local server fails."""
43 """Raised when server fails to lock/unlock machine as requested."""
47 """Raised when user attmepts to unlock machine locked by someone else."""
56 """Raised when cannot get information about lab machine from lab server."""
74 in the Python virtual machine (and signal handling) and cannot be changed.
89 remotes: A list of machine names or ip addresses to be managed. Names
[all …]
/external/mesa3d/src/mesa/program/
Dprog_execute.c80 const struct gl_program_machine *machine) in get_src_register_pointer() argument
82 const struct gl_program *prog = machine->CurProgram; in get_src_register_pointer()
87 reg += machine->AddressReg[0][0]; in get_src_register_pointer()
97 return machine->Temporaries[reg]; in get_src_register_pointer()
103 return machine->VertAttribs[reg]; in get_src_register_pointer()
108 return machine->Attribs[reg][machine->CurElement]; in get_src_register_pointer()
114 return machine->Outputs[reg]; in get_src_register_pointer()
126 assert(reg < (GLint) ARRAY_SIZE(machine->SystemValues)); in get_src_register_pointer()
127 return machine->SystemValues[reg]; in get_src_register_pointer()
144 struct gl_program_machine *machine) in get_dst_register_pointer() argument
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DExecutionVisitor.java34 * This Visitor class may be used for a type-based Java Virtual Machine
40 * externally that the type constraints of the Java Virtual Machine instructions
113 ///** Symbolically executes the corresponding Java Virtual Machine instruction. */
123 /** Symbolically executes the corresponding Java Virtual Machine instruction. */
137 /** Symbolically executes the corresponding Java Virtual Machine instruction. */
144 /** Symbolically executes the corresponding Java Virtual Machine instruction. */
149 /** Symbolically executes the corresponding Java Virtual Machine instruction. */
154 /** Symbolically executes the corresponding Java Virtual Machine instruction. */
160 /** Symbolically executes the corresponding Java Virtual Machine instruction. */
165 /** Symbolically executes the corresponding Java Virtual Machine instruction. */
[all …]
/external/toolchain-utils/crosperf/
Dbenchmark_run.py47 self.machine = None
66 # Just use the first machine for running the cached version,
71 self.profiler_args, self.machine_manager, self.machine,
97 self._logger, self.log_level, self.label, self.machine, output, err,
103 # Try to acquire a machine now.
104 self.machine = self.AcquireMachine()
105 self.cache.machine = self.machine
106 self.result = self.RunTest(self.machine)
108 self.cache.remote = self.machine.name
110 self.machine)
[all …]
Dmachine_manager.py4 """Machine Manager module."""
37 """Raised when cannot find/access the machine locks directory."""
45 """The machine class."""
82 command, machine=self.name, chromeos_root=self.chromeos_root)
119 #TODO yunlian: when the machine in rebooting, it will not return
123 command, machine=self.name, chromeos_root=self.chromeos_root)
124 assert ret == 0, 'Could not get meminfo from machine: %s' % self.name
131 command, machine=self.name, chromeos_root=self.chromeos_root)
132 assert ret == 0, 'Could not get cpuinfo from machine: %s' % self.name
151 command, machine=self.name, chromeos_root=self.chromeos_root)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
DO3-pipeline.ll1 …-debug-pass=Structure < %s -o /dev/null 2>&1 | grep -v "Verify generated machine code" | FileCheck…
8 ; CHECK-NEXT: Machine Module Information
15 ; CHECK-NEXT: Machine Branch Probability Analysis
74 ; CHECK-NEXT: Optimize machine instruction PHIs
78 ; CHECK-NEXT: Remove dead machine instructions
81 ; CHECK-NEXT: Machine Natural Loop Construction
82 ; CHECK-NEXT: Machine Trace Metrics
84 ; CHECK-NEXT: Machine InstCombiner
86 ; CHECK-NEXT: Machine Trace Metrics
91 ; CHECK-NEXT: Machine Natural Loop Construction
[all …]
Dmachine-outliner-flags.ll3 ; RUN: --debug-only=machine-outliner -enable-machine-outliner=always \
8 ; RUN: --debug-only=machine-outliner -enable-machine-outliner \
13 ; RUN: -enable-machine-outliner=never -mtriple arm64---- -o /dev/null 2>&1 \
17 ; RUN: --debug-only=machine-outliner -mtriple arm64---- -o /dev/null 2>&1 \
28 ; * -enable-machine-outliner
29 ; * -enable-machine-outliner=always
30 ; * -enable-machine-outliner is not passed (AArch64 supports
35 ; * -enable-machine-outliner=never is passed
37 ; ALWAYS: Machine Outliner
38 ; ALWAYS: Machine Outliner: Running on all functions
[all …]
/external/toolchain-utils/deprecated/
Drun_benchmarks.py12 hostname/IP of Chromeos machine
71 def RunBrowserBenchmark(chromeos_root, board, bench, machine): argument
78 machine: name of chromeos machine
82 ret = run_tests.RunRemoteTests(chromeos_root, machine, board, benchname)
86 def RunStartupBenchmark(chromeos_root, board, machine): argument
92 machine: name of chromeos machine
96 ret = run_tests.RunRemoteTests(chromeos_root, machine, board, benchname)
100 def RunCpuBenchmark(chromeos_root, bench, workdir, machine): argument
107 machine: name of chromeos machine
116 # Delete any existing run directories on machine.
[all …]
/external/autotest/client/cros/cellular/
Dlabconfig.py51 # server control file, on whatever machine the test was
83 def _get_dut(self, machine=None): argument
84 """Returns the DUT record for machine from cell["duts"]
86 machine: name or IP of machine. None: for "the current machine".
89 machine we're running on. The important thing is that this
95 if self.ip and not machine:
96 machine = self.ip
98 if not machine:
105 machine = get_interface_ip(interface)
106 if machine:
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
DO3-pipeline.ll8 ; CHECK-NEXT: Machine Module Information
15 ; CHECK-NEXT: Machine Branch Probability Analysis
68 ; CHECK-NEXT: Optimize machine instruction PHIs
72 ; CHECK-NEXT: Remove dead machine instructions
74 ; CHECK-NEXT: Machine Natural Loop Construction
75 ; CHECK-NEXT: Machine Trace Metrics
77 ; CHECK-NEXT: Machine InstCombiner
80 ; CHECK-NEXT: Machine Natural Loop Construction
81 ; CHECK-NEXT: Early Machine Loop Invariant Code Motion
82 ; CHECK-NEXT: Machine Common Subexpression Elimination
[all …]
/external/u-boot/arch/arm/
DMakefile52 # Machine directory name. This list is sorted alphanumerically
54 machine-$(CONFIG_ARCH_ASPEED) += aspeed
55 machine-$(CONFIG_ARCH_AT91) += at91
56 machine-$(CONFIG_ARCH_BCM283X) += bcm283x
57 machine-$(CONFIG_ARCH_DAVINCI) += davinci
58 machine-$(CONFIG_ARCH_EXYNOS) += exynos
59 machine-$(CONFIG_ARCH_HIGHBANK) += highbank
60 machine-$(CONFIG_ARCH_KEYSTONE) += keystone
62 machine-$(CONFIG_KIRKWOOD) += kirkwood
63 machine-$(CONFIG_ARCH_MESON) += meson
[all …]
/external/llvm/docs/
DMIRLangRef.rst2 Machine IR (MIR) Format Reference Manual
14 This document is a reference manual for the Machine IR (MIR) serialization
16 LLVM's :ref:`machine specific intermediate representation
17 <machine code representation>`.
32 contain the serialized machine functions.
58 the machine copy propagation pass in the ``stop-after`` option, as it runs
61 ``llc -stop-after machine-cp bug-trigger.ll > test.mir``
86 - The ``MCSymbol`` machine operands are only printed, they can't be parsed.
126 Machine Functions
129 The remaining YAML documents contain the machine functions. This is an example
[all …]
/external/autotest/client/cros/cellular/pseudomodem/
Dstate_machine.py33 In interactive mode, the state machine object exposes a dbus object under
37 In this mode, the state machine waits for a dbus method call
58 @returns: True, if the state machine has been cancelled or has
67 Tells the state machine to stop transitioning to further states.
75 Run this machine in interactive mode.
77 This function must be called before |Start|. In this mode, the machine
93 logging.info('Running state machine in interactive mode')
98 """ Start the state machine. """
106 Advance a step on a state machine running in interactive mode.
108 @returns: True if the state machine was advanced. False otherwise.
[all …]
Dstate_machine_factory.py22 state machine.
48 machine to pseudomodem, please add it here so that tests can easily run
64 Set the given machine to be launched in interative mode.
66 @param machine_name: The name of the machine to be launched in
75 Create an instance of the given machine.
77 @param machine_name: The name of the machine to be created. All
78 supported machine names are exported as constants in the
80 @param *args, **kwargs: Arguments to pass to the machine constructor.
81 @returns: A new instance of the deseried machine
85 machine = cdma_activate_machine.CdmaActivateMachine(*args, **kwargs)
[all …]
Dclient.py180 print '\nExpected one argument: Name of state machine\n'
185 print '\nNo such interactive state machine.\n'
190 def do_is_waiting(self, machine): argument
192 Determine if a machine is waiting for an advance call.
194 @param machine: Case sensitive name of the machine.
195 @return: True if |machine| is waiting to be advanced by the user.
198 ism = self._get_state_machine(machine)
205 print ('\nState machine is %swaiting.\n' %
209 (machine, repr(e)))
215 print ('\nUsage: is_waiting <state-machine-name>\n'
[all …]
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c40 struct tgsi_exec_machine *machine, in cs_prepare() argument
50 * Bind tokens/shader to the interpreter's machine state. in cs_prepare()
52 tgsi_exec_machine_bind_shader(machine, in cs_prepare()
56 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID] != -1) { in cs_prepare()
57 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID]; in cs_prepare()
59 machine->SystemValue[i].xyzw[0].i[j] = w; in cs_prepare()
60 machine->SystemValue[i].xyzw[1].i[j] = h; in cs_prepare()
61 machine->SystemValue[i].xyzw[2].i[j] = d; in cs_prepare()
65 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_GRID_SIZE] != -1) { in cs_prepare()
66 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_GRID_SIZE]; in cs_prepare()
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c49 struct tgsi_exec_machine *machine; member
72 if (evs->machine->Tokens != shader->state.tokens) { in vs_exec_prepare()
73 tgsi_exec_machine_bind_shader(evs->machine, in vs_exec_prepare()
99 struct tgsi_exec_machine *machine = evs->machine; in vs_exec_run_linear() local
105 tgsi_exec_set_constant_buffers(machine, PIPE_MAX_CONSTANT_BUFFERS, in vs_exec_run_linear()
109 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID]; in vs_exec_run_linear()
110 assert(i < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear()
112 machine->SystemValue[i].xyzw[0].i[j] = shader->draw->instance_id; in vs_exec_run_linear()
133 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID]; in vs_exec_run_linear()
134 assert(vid < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear()
[all …]
/external/autotest/server/hosts/
Dfactory_unittest.py55 """Generate a machine dictionary with the specified parameters.
57 @param hostname: hostname of machine
61 @return: machine dict with mocked AFE Host object and fake AfeStore.
102 machine = _gen_machine_dict()
104 machine,
113 machine = _gen_machine_dict(labels=['os:foo'])
115 host_obj = factory.create_host(machine)
123 machine = _gen_machine_dict(labels=['os:foo'],
127 host_obj = factory.create_host(machine)
135 machine = _gen_machine_dict()
[all …]
/external/python/cpython2/PC/VS9.0/
Dbuild.bat61 set machine=AMD64 variable
64 set machine=IX86 variable
81 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" clean
82 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" all
83 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" install
89 …nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%…
90 …nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%…
91 …nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%…
97 …nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTA…
98 …nmake -f python.mak DEBUG=%debug_flag% MACHINE=%machine% TCL_DIR="%tcldir%" TK_DIR="%tkdir%" INSTA…
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java100 … * Flag definitions for Fields in the Java Virtual Machine Specification (Java SE 8 Edition).</a>"
102 …* Flag definitions for Methods in the Java Virtual Machine Specification (Java SE 8 Edition).</a>"
104 …* Flag definitions for Classes in the Java Virtual Machine Specification (Java SE 8 Edition).</a>"
262 * One of the limitations of the Java Virtual Machine.
264 * The Java Virtual Machine Specification, Second Edition, page 152, chapter 4.10.</a>
269 * One of the limitations of the Java Virtual Machine.
271 * The Java Virtual Machine Specification, Second Edition, page 152, chapter 4.10.</a>
277 * Opcode definitions in The Java Virtual Machine Specification</a> */
282 * Opcode definitions in The Java Virtual Machine Specification</a> */
287 * Opcode definitions in The Java Virtual Machine Specification</a> */
[all …]

12345678910>>...255