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

<<101102103104105106107108109110>>

  /external/icu/icu4c/source/i18n/
regexcst.pl 188 $states{"exit"} = 0; # Predefined state name, terminates state machine.
228 # They have no corresponding UnicodeSet object in the state machine,
239 # Normal character class. Fill in array with a ptr to the corresponding UnicodeSet in the state machine.
262 print "// for the pattern parser state machine.\n";
290 # the state machine that there is no push state.
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 11 // each the machine instructions (in this implemention depth-first order) an
153 /// Dead PHIDef values are marked as unused. New dead machine instructions
196 /// isNotInMIMap - returns true if the specified machine instr has been
321 // Machine instructions may use a register mask operand to indicate that a
419 /// - Completely dead machine instructions are added to the @p dead vector
MachineRegisterInfo.h 46 /// IsSSA - True when the machine function is in SSA form and virtual
144 // isSSA - Returns true when the machine function is in SSA form. Early
145 // passes require the machine function to be in SSA form where every virtual
148 // The TwoAddressInstructionPass and PHIElimination passes take the machine
153 // leaveSSA - Indicates that the machine function is no longer in SSA form.
159 /// live-in lists and machine instruction operands is accurate. This means it
504 /// machine function. This is like llvm-level X->replaceAllUsesWith(Y),
520 /// getVRegDef - Return the machine instr that defines the specified virtual
525 /// getUniqueVRegDef - Return the unique machine instr that defines the
633 /// This checks that no defining machine operands exist for the register o
    [all...]
  /external/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 115 /// machine instruction can be re-ordered from after the machine instructions
262 // the machine dominator tree.
345 /// Wrap a machine load instruction, LoadMI, into a FAULTING_LOAD_OP machine
StackColoring.cpp 11 // lifetime markers machine instructions (LIFESTART_BEGIN and LIFESTART_END),
86 /// StackColoring - A machine pass for merging disjoint stack allocations,
144 /// Scan the machine function and find all of the lifetime markers.
158 /// Go over the machine function and change instructions which use stack
533 // Update all of the machine instruction operands.
566 // Fix the machine instructions.
573 DEBUG(dbgs()<<"Fixed "<<FixedMemOp<<" machine memory operands.\n");
575 DEBUG(dbgs()<<"Fixed "<<FixedInstr<<" machine instructions.\n");
594 // Check all of the machine operands.
778 // Scan the entire function and update all machine operands that use fram
    [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfPizCompressor.cpp 221 // We can support uncompressed data in the machine's native format
367 // Machine-independent (Xdr) data format
390 // Native, machine-dependent data format
609 // Machine-independent (Xdr) data format
632 // Native, machine-dependent data format
  /external/v8/test/unittests/compiler/
loop-peeling-unittest.cc 10 #include "src/compiler/machine-operator.h"
60 MachineOperatorBuilder* machine() { return &machine_; } function in class:v8::internal::compiler::LoopPeelingTest
139 Node* add = graph()->NewNode(machine()->Int32Add(), phi, inc);
404 1, graph()->NewNode(machine()->Int32Add(), phi, Int32Constant(1)));
406 2, graph()->NewNode(machine()->Int32Add(), phi, Int32Constant(2)));
  /external/valgrind/coregrind/
m_machine.c 2 /*--- Machine-related stuff. m_machine.c ---*/
194 VG_(debugLog)(2, "machine", "apply_to_GPs_of_tid %u\n", tid);
585 VG_(debugLog)(1, "machine", "dcbz_szB=%d dcbzl_szB=%d\n",
595 processor 0: version = FF, identification = 0117C9, machine = 2064
597 and return the machine model. If the machine model could not be determined
666 m = VG_(strstr)( p, "machine" );
669 p = m + sizeof "machine" - 1;
693 VG_(debugLog)(1, "machine", "model = %s\n",
703 /* Read /proc/cpuinfo and return the machine model. *
    [all...]
  /external/valgrind/nightly/
README.txt 32 To set up nightly testing for a machine, do the following.
47 machine name. We'll call it $TAG in what follows.
53 - ABT_DETAILS: describes the machine in more detail, eg. the OS. The
68 the test machine you won't have to update ABT_DETAILS manually.
125 The best way to do this depends on how mail is set up on your machine.
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmInboundSmsHandlerTest.java 216 // send new SMS to state machine and verify that triggers SMS_DELIVER_ACTION
369 // State machine should go back to idle and wait for second part
442 // State machine should go back to idle and wait for second part
456 // State machine should go back to idle
480 // State machine should go back to idle and wait for second part
  /hardware/broadcom/libbt/src/
bt_vendor_brcm_a2dp.c 21 * This is the stream state machine for the BRCM offloaded advanced audio.
77 /* state machine states */
291 ** State Machine Functions
298 ** Description Stream state machine event handling function for AV
337 /* state machine actions */
  /libcore/ojluni/src/main/java/java/net/
DatagramPacket.java 33 * delivery service. Each message is routed from one machine to
35 * Multiple packets sent from one machine to another might be routed
178 * Returns the IP address of the machine to which this datagram is being
181 * @return the IP address of the machine to which this datagram is being
272 * Sets the IP address of the machine to which this datagram
  /toolchain/binutils/binutils-2.25/gas/doc/
c-aarch64.texi 14 @node Machine Dependencies
24 * AArch64 Directives:: AArch64 Machine Directives
227 @section AArch64 Machine Directives
229 @cindex machine directives, AArch64
230 @cindex AArch64 machine directives
c-pdp11.texi 10 @node Machine Dependencies
29 The PDP-11 version of @code{@value{AS}} has a rich set of machine
216 @subsection Machine Model Options
219 particular machine model, and disables all other extensions.
290 The PDP-11 version of @code{@value{AS}} has a few machine
c-sh.texi 13 * SH Directives:: SH Machine Directives
206 @section SH Machine Directives
208 @cindex SH machine directives
209 @cindex machine directives, SH
231 For detailed information on the SH machine instruction set, see
c-vax.texi 12 @node Machine Dependencies
21 * VAX-directives:: Vax Machine Directives
156 @section Vax Machine Directives
158 @cindex machine directives, VAX
159 @cindex VAX machine directives
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-machine.hh 2 #line 1 "hb-ot-shape-complex-indic-machine.rl"
35 #line 36 "hb-ot-shape-complex-indic-machine.hh"
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_state.java 8 /** This class represents a state in the LALR viable prefix recognition machine.
28 * At runtime, the parser uses a viable prefix recognition machine made up
37 * production. This leaves the machine in the same state is was in when the
197 * recognizer. When the machine is constructed, each item that results
233 /** Build an LALR viable prefix recognition machine given a start
237 * it attempts to extend the machine by creating transitions out of
261 * Consequently, after the machine is built, we go back and propagate
262 * lookaheads through the constructed machine using a call to
429 * parse tables that encode the viable prefix recognition machine, an
431 * correspond to states of the machine. The columns of the action tabl
    [all...]
  /external/fec/
config.sub 9 # The presence of a machine in this file suggests that SOME GNU software
10 # can handle that machine. It does not imply ALL GNU software can.
48 # machine specification into a single specification in the form:
99 # First pass through any local machine types.
256 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
286 # Recognize the various machine names and aliases which stand
963 # Make sure to match an already-canonicalized machine name.
966 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1139 # machine or put another way, the most popular os provided with the machine
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.def 67 an rtx code for a machine insn (INSN, JUMP_INSN, CALL_INSN)
75 All of the expressions that appear only in machine descriptions,
196 /* A machine-specific operation.
199 2nd operand is a unique value saying which of a number of machine-specific
223 The machine mode of this rtx says how much space to leave
332 /* String constant. Used for attributes in machine descriptions and
395 field so that the field need not be specified in machine descriptions. */
411 In fact, the machine has already compared them and recorded the
491 because they can be understood from the machine-mode of the
543 The machine modes of the operand and of the SIGN_EXTEND expressio
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 1 //===-- MipsMCCodeEmitter.cpp - Convert Mips Code to Machine Code ---------===//
90 "Invalid no. of machine operands for DEXT!");
93 "Invalid no. of machine operands for DINS!");
218 /// target operand. If the machine operand requires relocation,
241 /// target operand. If the machine operand requires relocation,
263 /// 10-bit branch target operand. If the machine operand requires relocation,
285 /// target operand. If the machine operand requires relocation,
308 /// target operand. If the machine operand requires relocation,
331 /// target operand. If the machine operand requires relocation,
354 /// target operand. If the machine operand requires relocation
    [all...]
  /external/aac/libAACdec/src/
aacdec_hcr_types.h 244 #define STATE_ERROR_BODY_ONLY 0x00008000 // 15 no NonPCW-Dec State machine returned with error
245 #define STATE_ERROR_BODY_SIGN__BODY 0x00004000 // 14 no NonPCW-Dec State machine returned with error
246 #define STATE_ERROR_BODY_SIGN__SIGN 0x00002000 // 13 no NonPCW-Dec State machine returned with error
247 #define STATE_ERROR_BODY_SIGN_ESC__BODY 0x00001000 // 12 no NonPCW-Dec State machine returned with error
248 #define STATE_ERROR_BODY_SIGN_ESC__SIGN 0x00000800 // 11 no NonPCW-Dec State machine returned with error
249 #define STATE_ERROR_BODY_SIGN_ESC__ESC_PREFIX 0x00000400 // 10 no NonPCW-Dec State machine returned with error
250 #define STATE_ERROR_BODY_SIGN_ESC__ESC_WORD 0x00000200 // 9 no NonPCW-Dec State machine returned with error
  /external/autotest/client/cros/cellular/pseudomodem/
pseudomodem.py 128 logging.info('Created default state machine factory.')
370 '--interactive-state-machine',
373 help='Launch the specified state machine in interactive mode. May '
412 '--test-state-machine-factory-class',
417 'state machine factory to load. Only used if MODEM_CLASS is '
420 '--test-state-machine-factory-arg',
441 logging.warning('test-state-machine-factory-class will be ignored '
  /external/libunwind/doc/
libunwind.tex 70 to get a snapshot of the CPU registers (machine-state). Then you
104 by definition, only the \emph{preserved} machine state can be accessed
171 machine or even a process on a completely different machine from the
189 arguments to fetch the initial machine state. \Prog{Libunwind} never
208 We call the machine that is running \Prog{libunwind} the \emph{host}
209 and the machine that is running the process being unwound the
  /external/llvm/include/llvm/MC/
MCStreamer.h 1 //===- MCStreamer.h - High-level Streaming Machine Code Output --*- C++ -*-===//
147 /// \brief Streaming machine code generation interface.
522 /// match a native machine width.
585 /// \p Value. This must match a native machine width.
717 /// \brief Finish emission of machine code.
723 /// Create a dummy machine code streamer, which does nothing. This is useful for
727 /// Create a machine code streamer which will print out assembly for the native

Completed in 1684 milliseconds

<<101102103104105106107108109110>>