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

<<51525354555657585960>>

  /external/llvm/test/CodeGen/X86/
stack-protector-weight.ll 4 ; SELDAG: # Machine code for function test_branch_weights:
10 ; IR: # Machine code for function test_branch_weights:
  /external/mesa3d/src/mesa/program/
prog_execute.h 47 * Virtual machine state used during execution of vertex/fragment programs.
88 struct gl_program_machine *machine);
  /external/nist-sip/java/gov/nist/javax/sip/
SipListenerExt.java 26 * state machine. These timeout's events notify the application that a dialog has timed out.</li>
37 * Dialog's state machine. Such a condition can occur when the application fails to send an
  /libcore/ojluni/src/main/java/java/lang/management/
package.html 31 Java virtual machine and other components in the Java runtime.
33 monitoring and management of the running Java virtual machine.
61 components running within the same Java virtual machine.
66 virtual machine can interoperate
80 Java virtual machine and the runtime in the following ways:
85 <li>Get an MXBean instance locally in the running Java virtual machine:<p>
123 in a remote Java virtual machine.
172 <p>A Java virtual machine implementation may add its platform extension to
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xarch.h 31 * Determine the machine's byte order.
48 # include <machine/endian.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_osf.h 50 * It is used to implement a state machine for the different wildcard values
108 * Initial window size option state machine: multiple of mss, mtu or
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
utsname.h 48 /* Structure describing the system and machine. */
63 char machine[_UTSNAME_MACHINE_LENGTH]; member in struct:utsname
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xarch.h 31 * Determine the machine's byte order.
49 # include <machine/endian.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
utsname.h 48 /* Structure describing the system and machine. */
63 char machine[_UTSNAME_MACHINE_LENGTH]; member in struct:utsname
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_osf.h 50 * It is used to implement a state machine for the different wildcard values
108 * Initial window size option state machine: multiple of mss, mtu or
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
utsname.h 48 /* Structure describing the system and machine. */
63 char machine[_UTSNAME_MACHINE_LENGTH]; member in struct:utsname
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/machine/
setjmp.h 30 * machine/setjmp.h: machine dependent setjmp-related information.
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/machine/
setjmp.h 30 * machine/setjmp.h: machine dependent setjmp-related information.
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/machine/
setjmp.h 30 * machine/setjmp.h: machine dependent setjmp-related information.
  /system/bt/bta/av/
bta_av_ssm.c 21 * This is the stream state machine for the BTA advanced audio/video.
36 /* state machine states */
48 /* state machine action enumeration list */
389 ** Description Check if stream state machine is in reconfig state.
392 ** Returns TRUE if stream state machine is in reconfig state.
412 ** Description Stream state machine event handling function for AV
531 ** Use this function to change SST outside of state machine.
572 ** Use this function to change SST outside of state machine.
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
header.h 148 struct machine *machine);
  /toolchain/binutils/binutils-2.25/bfd/
cpu-tic4x.c 55 bfd_mach_tic3x, /* Machine number. */
72 bfd_mach_tic4x, /* Machine number. */
  /toolchain/binutils/binutils-2.25/gas/doc/
c-ip2k.texi 10 @node Machine Dependencies
26 The Ubicom IP2K version of @code{@value{AS}} has a few machine
c-nios2.texi 11 @node Machine Dependencies
22 * Nios II Directives:: Nios II Machine Directives
83 @section Nios II Machine Relocations
85 @cindex machine relocations, Nios II
86 @cindex Nios II machine relocations
168 @section Nios II Machine Directives
170 @cindex machine directives, Nios II
171 @cindex Nios II machine directives
  /toolchain/binutils/binutils-2.25/gold/
freebsd.h 39 Target_selector_freebsd(int machine, int size, bool is_big_endian,
43 : Target_selector(machine, size, is_big_endian, NULL, emulation),
  /external/v8/test/cctest/compiler/
test-simplified-lowering.cc 42 this->simplified(), this->machine()),
683 machine()) {
747 return graph()->NewNode(machine()->Int32Add(), jsgraph.Int32Constant(1),
750 return graph()->NewNode(machine()->Word32Shr(), jsgraph.Int32Constant(1),
753 return graph()->NewNode(machine()->Float64Add(),
757 return graph()->NewNode(machine()->Word32Equal(),
761 return graph()->NewNode(machine()->Int64Add(), Int64Constant(1),
771 return graph()->NewNode(machine()->Int32LessThan(), node,
774 return graph()->NewNode(machine()->Uint32LessThan(), node,
777 return graph()->NewNode(machine()->Float64Add(), node
805 MachineOperatorBuilder* machine() { return &main_machine_; } function in class:v8::internal::compiler::TestingGraph
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/
regexp.a 65 type @"".machine struct { @"".re *@"".Regexp; @"".p *@"regexp/syntax".Prog; @"".op *@"".onePassProg; @"".maxBitStateLen int; @"".b *@"".bitState; @"".q0 @"".queue; @"".q1 @"".queue; @"".pool []*@"".thread; @"".matched bool; @"".matchcap []int; @"".inputBytes @"".inputBytes; @"".inputString @"".inputString; @"".inputReader @"".inputReader }
66 func (@"".m·2 *@"".machine "esc:0x3a") @"".add (@"".q·3 *@"".queue "esc:0x1", @"".pc·4 uint32, @"".pos·5 int, @"".cap·6 []int "esc:0x9", @"".cond·7 @"regexp/syntax".EmptyOp, @"".t·8 *@"".thread) (? *@"".thread)
67 func (@"".m·2 *@"".machine "esc:0x32") @"".alloc (@"".i·3 *@"regexp/syntax".Inst) (? *@"".thread) { var @"".t·4 *@"".thread; ; { var @"".n·5 int; @"".n·5 = len(@"".m·2.@"".pool); if @"".n·5 > 0x0 { @"".t·4 = @"".m·2.@"".pool[@"".n·5 - 0x1]; @"".m·2.@"".pool = @"".m·2.@"".pool[:@"".n·5 - 0x1] } else { @"".t·4 = new(@"".thread); @"".t·4.@"".cap = make([]int, len(@"".m·2.@"".matchcap), cap(@"".m·2.@"".matchcap)) }}; @"".t·4.@"".inst = @"".i·3; return @"".t·4 }
68 func (@"".m·2 *@"".machine "esc:0x9") @"".backtrack (@"".i·3 @"".input, @"".pos·4 int, @"".end·5 int, @"".ncap·6 int) (? bool)
69 func (@"".m·1 *@"".machine "esc:0x9") @"".clear (@"".q·2 *@"".queue "esc:0x9")
70 func (@"".m·1 *@"".machine "esc:0x9") @"".free (@"".t·2 *@"".thread) { @"".m·1.@"".inputBytes.@"".str = nil; @"".m·1.@"".inputString.@"".str = ""; @"".m·1.@"".inputReader.@"".r = nil; @"".m·1.@"".pool = append(@"".m·1.@"".pool, @"".t·2) }
71 func (@"".m·1 *@"".machine "esc:0x1") @"".init (@"".ncap·2 int)
72 func (@"".m·2 *@"".machine "esc:0x9") @"".match (@"".i·3 @"".input, @"".pos·4 int) (? bool)
73 func (@"".m·2 *@"".machine "esc:0x12") @"".newInputBytes (@"".b·3 []byte) (? @"".input) { @"".m·2.@"".inputBytes.@"".str = @"".b·3; return &@"".m·2.@"".inputBytes }
74 func (@"".m·2 *@"".machine "esc:0x12") @"".newInputReader (@"".r·3 @"io".RuneReader) (? @"".input) { @"".m·2.@"".inputReader. (…)
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/
regexp.a 65 type @"".machine struct { @"".re *@"".Regexp; @"".p *@"regexp/syntax".Prog; @"".op *@"".onePassProg; @"".maxBitStateLen int; @"".b *@"".bitState; @"".q0 @"".queue; @"".q1 @"".queue; @"".pool []*@"".thread; @"".matched bool; @"".matchcap []int; @"".inputBytes @"".inputBytes; @"".inputString @"".inputString; @"".inputReader @"".inputReader }
66 func (@"".m·2 *@"".machine "esc:0x3a") @"".add (@"".q·3 *@"".queue "esc:0x1", @"".pc·4 uint32, @"".pos·5 int, @"".cap·6 []int "esc:0x9", @"".cond·7 @"regexp/syntax".EmptyOp, @"".t·8 *@"".thread) (? *@"".thread)
67 func (@"".m·2 *@"".machine "esc:0x32") @"".alloc (@"".i·3 *@"regexp/syntax".Inst) (? *@"".thread) { var @"".t·4 *@"".thread; ; { var @"".n·5 int; @"".n·5 = len(@"".m·2.@"".pool); if @"".n·5 > 0x0 { @"".t·4 = @"".m·2.@"".pool[@"".n·5 - 0x1]; @"".m·2.@"".pool = @"".m·2.@"".pool[:@"".n·5 - 0x1] } else { @"".t·4 = new(@"".thread); @"".t·4.@"".cap = make([]int, len(@"".m·2.@"".matchcap), cap(@"".m·2.@"".matchcap)) }}; @"".t·4.@"".inst = @"".i·3; return @"".t·4 }
68 func (@"".m·2 *@"".machine "esc:0x9") @"".backtrack (@"".i·3 @"".input, @"".pos·4 int, @"".end·5 int, @"".ncap·6 int) (? bool)
69 func (@"".m·1 *@"".machine "esc:0x9") @"".clear (@"".q·2 *@"".queue "esc:0x9")
70 func (@"".m·1 *@"".machine "esc:0x9") @"".free (@"".t·2 *@"".thread) { @"".m·1.@"".inputBytes.@"".str = nil; @"".m·1.@"".inputString.@"".str = ""; @"".m·1.@"".inputReader.@"".r = nil; @"".m·1.@"".pool = append(@"".m·1.@"".pool, @"".t·2) }
71 func (@"".m·1 *@"".machine "esc:0x1") @"".init (@"".ncap·2 int)
72 func (@"".m·2 *@"".machine "esc:0x9") @"".match (@"".i·3 @"".input, @"".pos·4 int) (? bool)
73 func (@"".m·2 *@"".machine "esc:0x12") @"".newInputBytes (@"".b·3 []byte) (? @"".input) { @"".m·2.@"".inputBytes.@"".str = @"".b·3; return &@"".m·2.@"".inputBytes }
74 func (@"".m·2 *@"".machine "esc:0x12") @"".newInputReader (@"".r·3 @"io".RuneReader) (? @"".input) { @"".m·2.@"".inputReader. (…)
    [all...]
  /external/llvm/lib/CodeGen/
Passes.cpp 51 static cl::opt<bool> DisableMachineDCE("disable-machine-dce", cl::Hidden,
52 cl::desc("Disable Machine Dead Code Elimination"));
55 static cl::opt<bool> DisableMachineLICM("disable-machine-licm", cl::Hidden,
56 cl::desc("Disable Machine LICM"));
57 static cl::opt<bool> DisableMachineCSE("disable-machine-cse", cl::Hidden,
58 cl::desc("Disable Machine Common Subexpression Elimination"));
62 static cl::opt<bool> DisablePostRAMachineLICM("disable-postra-machine-licm",
64 cl::desc("Disable Machine LICM"));
65 static cl::opt<bool> DisableMachineSink("disable-machine-sink", cl::Hidden,
66 cl::desc("Disable Machine Sinking"))
    [all...]
  /external/autotest/frontend/afe/doctests/
003_misc_rpc_features.txt 114 # this is local to a machine, safe to assume there's only one host
157 # this is local to a machine, safe to assume there's only one host
164 def install_kernel(machine, kernel_info):
165 host = hosts.create_host(machine)
183 func = lambda machine: install_kernel(machine, kernel_info)
235 # this is local to a machine, safe to assume there's only one host
266 def install_kernel(machine, kernel_info):
267 host = hosts.create_host(machine)
286 func = lambda machine: install_kernel(machine, kernel_info
    [all...]

Completed in 804 milliseconds

<<51525354555657585960>>