HomeSort by relevance Sort by last modified time
    Searched refs:machine (Results 1 - 25 of 703) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/StdLib/Include/
float.h 16 #include <machine/float.h>
  /external/wpa_supplicant_8/src/utils/
state_machine.h 2 * 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) \
33 static void sm_ ## machine ## _ ## state ## _Enter(STATE_MACHINE_DATA *sm,
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Arm/
arith.h 3 #include <machine/endian.h>
  /external/llvm/test/MC/PowerPC/
ppc-machine.s 5 # For now, the only thing we check is that the .machine directive
8 .machine push
9 .machine any
10 .machine pop
12 .machine "push"
13 .machine "any"
14 .machine "pop"
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
ppc-machine.s 5 # For now, the only thing we check is that the .machine directive
8 .machine push
9 .machine any
10 .machine pop
12 .machine "push"
13 .machine "any"
14 .machine "pop"
directive-parse-err.s 24 // CHECK: [[@LINE+1]]:15: error: unexpected token in '.machine' directive
25 .machine any $
27 .machine any # EOL COMMENT
28 // CHECK: [[@LINE+1]]:17: error: unexpected token in '.machine' directive
29 .machine "any" $
31 .machine "any" # EOL COMMENT
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
bswap.h 8 #include <machine/byte_swap.h>
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
bswap.h 6 #include <machine/byte_swap.h>
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
bswap.h 8 #include <machine/byte_swap.h>
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
bswap.h 8 #include <machine/byte_swap.h>
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
inttypes.h 49 #include <machine/int_fmtio.h>
  /external/elfutils/libebl/
eblelfmachine.c 1 /* Return ELF machine.
40 return ebl->machine;
  /bionic/libc/kernel/uapi/linux/
utsname.h 27 char machine[9]; member in struct:oldold_utsname
35 char machine[65]; member in struct:old_utsname
42 char machine[__NEW_UTS_LEN + 1]; member in struct:new_utsname
  /external/kernel-headers/original/uapi/linux/
utsname.h 12 char machine[9]; member in struct:oldold_utsname
22 char machine[65]; member in struct:old_utsname
30 char machine[__NEW_UTS_LEN + 1]; member in struct:new_utsname
  /external/u-boot/arch/arm/
Makefile 52 # 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) += meso
    [all...]
  /external/v8/tools/testrunner/local/
utils.py 99 machine = platform.machine()
100 return (machine and
102 not arch.startswith(machine))
108 machine = platform.machine()
109 machine = machine.lower() # Windows 7 capitalizes 'AMD64'.
110 if machine.startswith('arm'):
112 elif (not machine) or (not re.match('(x|i[3-6])86$', machine) is None)
    [all...]
  /external/ltp/lib/
tst_kernel.c 30 return strstr(buf->machine, "64") ? 64 : 32;
46 if (!strcmp(buf.machine, "armv8l") || !strcmp(buf.machine, "armv8b")
47 || !strcmp(buf.machine, "s390x"))
52 * programs. This will cause buf.machine to report as i686 even though
55 if (!strcmp(buf.machine, "i686") &&
78 tst_resm(TINFO, "uname.machine=%s kernel is %ibit",
79 buf.machine, kernel_bits);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_exec.c 49 struct tgsi_exec_machine *machine; member in struct:exec_vertex_shader
72 if (evs->machine->Tokens != shader->state.tokens) {
73 tgsi_exec_machine_bind_shader(evs->machine,
99 struct tgsi_exec_machine *machine = evs->machine; local
105 tgsi_exec_set_constant_buffers(machine, PIPE_MAX_CONSTANT_BUFFERS,
109 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID];
110 assert(i < ARRAY_SIZE(machine->SystemValue));
112 machine->SystemValue[i].xyzw[0].i[j] = shader->draw->instance_id;
133 unsigned vid = machine->SysSemanticToIndex[TGSI_SEMANTIC_VERTEXID]
    [all...]
  /external/mesa3d/src/mesa/program/
prog_execute.c 80 const struct gl_program_machine *machine)
82 const struct gl_program *prog = machine->CurProgram;
87 reg += machine->AddressReg[0][0];
97 return machine->Temporaries[reg];
103 return machine->VertAttribs[reg];
108 return machine->Attribs[reg][machine->CurElement];
114 return machine->Outputs[reg];
126 assert(reg < (GLint) ARRAY_SIZE(machine->SystemValues));
127 return machine->SystemValues[reg]
    [all...]
  /external/toolchain-utils/automation/clients/helper/
jobs.py 4 from automation.common import machine
9 to_return.DependsOnMachine(machine.MachineSpecification(os='linux',
  /external/toolchain-utils/automation/common/
machine_test.py 4 """Machine manager unittest.
11 import machine
21 mach = machine.Machine('ahmad.mtv', 'core2duo', 4, 'linux', 'asharif')
  /external/toolchain-utils/cros_utils/
machines.py 4 """Utilities relating to machine-specific functions."""
11 def MachineIsPingable(machine, logging_level='average'):
12 """Checks to see if a machine is responding to 'ping'.
15 machine: String containing the name or ip address of the machine to check.
20 Boolean indicating whether machine is responding to ping or not.
23 cmd = 'ping -c 1 -w 3 %s' % machine
  /external/autotest/client/cros/cellular/pseudomodem/
state_machine_factory.py 22 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...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_compute.c 40 struct tgsi_exec_machine *machine,
50 * Bind tokens/shader to the interpreter's machine state.
52 tgsi_exec_machine_bind_shader(machine,
56 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID] != -1) {
57 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_THREAD_ID];
59 machine->SystemValue[i].xyzw[0].i[j] = w;
60 machine->SystemValue[i].xyzw[1].i[j] = h;
61 machine->SystemValue[i].xyzw[2].i[j] = d;
65 if (machine->SysSemanticToIndex[TGSI_SEMANTIC_GRID_SIZE] != -1) {
66 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_GRID_SIZE]
    [all...]
  /external/autotest/client/cros/cellular/
labconfig.py 51 # server control file, on whatever machine the test was
83 def _get_dut(self, machine=None):
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
    [all...]

Completed in 1188 milliseconds

1 2 3 4 5 6 7 8 91011>>