Searched refs:machine (Results 1 - 25 of 316) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/utils/
H A 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) \
33 static void sm_ ## machine ##
[all...]
/external/wpa_supplicant_8/src/utils/
H A 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) \
33 static void sm_ ## machine ##
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A 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) \
33 static void sm_ ## machine ##
[all...]
/external/linux-tools-perf/src/tools/perf/util/
H A Dmachine.h16 /* Native host kernel uses -1 as pid index in machine */
20 struct machine { struct
36 struct map *machine__kernel_map(struct machine *machine, enum map_type type) argument
38 return machine->vmlinux_maps[type];
41 struct thread *machine__find_thread(struct machine *machine, pid_t tid);
43 int machine__process_comm_event(struct machine *machine, union perf_event *event);
44 int machine__process_exit_event(struct machine *machin
100 machine__is_default_guest(struct machine *machine) argument
105 machine__is_host(struct machine *machine) argument
116 machine__find_kernel_symbol(struct machine *machine, enum map_type type, u64 addr, struct map **mapp, symbol_filter_t filter) argument
126 machine__find_kernel_function(struct machine *machine, u64 addr, struct map **mapp, symbol_filter_t filter) argument
135 machine__find_kernel_function_by_name(struct machine *machine, const char *name, struct map **mapp, symbol_filter_t filter) argument
[all...]
H A Dmachine.c6 #include "machine.h"
14 int machine__init(struct machine *machine, const char *root_dir, pid_t pid) argument
16 map_groups__init(&machine->kmaps);
17 RB_CLEAR_NODE(&machine->rb_node);
18 INIT_LIST_HEAD(&machine->user_dsos);
19 INIT_LIST_HEAD(&machine->kernel_dsos);
21 machine->threads = RB_ROOT;
22 INIT_LIST_HEAD(&machine->dead_threads);
23 machine
59 machine__delete_dead_threads(struct machine *machine) argument
69 machine__delete_threads(struct machine *machine) argument
82 machine__exit(struct machine *machine) argument
91 machine__delete(struct machine *machine) argument
115 struct machine *pos, *machine = malloc(sizeof(*machine)); local
151 struct machine *machine = rb_entry(nd, struct machine, rb_node); local
161 struct machine *machine; local
187 struct machine *machine = machines__find(machines, pid); local
228 machine__mmap_name(struct machine *machine, char *bf, size_t size) argument
245 struct machine *machine; local
257 __machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid, bool create) argument
306 machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid) argument
312 machine__find_thread(struct machine *machine, pid_t tid) argument
317 machine__process_comm_event(struct machine *machine, union perf_event *event) argument
342 machine__new_module(struct machine *machine, u64 start, const char *filename) argument
378 machine__fprintf_dsos_buildid(struct machine *machine, FILE *fp, bool (skip)(struct dso *dso, int parm), int parm) argument
398 machine__fprintf_vmlinux_path(struct machine *machine, FILE *fp) argument
417 machine__fprintf(struct machine *machine, FILE *fp) argument
431 machine__get_kernel(struct machine *machine) argument
481 machine__get_kernel_start_addr(struct machine *machine) argument
507 __machine__create_kernel_maps(struct machine *machine, struct dso *kernel) argument
531 machine__destroy_kernel_maps(struct machine *machine) argument
628 struct machine *machine = machines__findnew(machines, pid); local
636 machine__load_kallsyms(struct machine *machine, const char *filename, enum map_type type, symbol_filter_t filter) argument
655 machine__load_vmlinux_path(struct machine *machine, enum map_type type, symbol_filter_t filter) argument
763 machine__set_modules_path(struct machine *machine) argument
779 machine__create_modules(struct machine *machine) argument
850 machine__create_kernel_maps(struct machine *machine) argument
874 machine__set_kernel_mmap_len(struct machine *machine, union perf_event *event) argument
892 machine__uses_kcore(struct machine *machine) argument
904 machine__process_kernel_mmap_event(struct machine *machine, union perf_event *event) argument
1000 machine__process_mmap2_event(struct machine *machine, union perf_event *event) argument
1048 machine__process_mmap_event(struct machine *machine, union perf_event *event) argument
1094 machine__remove_thread(struct machine *machine, struct thread *th) argument
1105 machine__process_fork_event(struct machine *machine, union perf_event *event) argument
1144 machine__process_event(struct machine *machine, union perf_event *event) argument
1184 ip__resolve_ams(struct machine *machine, struct thread *thread, struct addr_map_symbol *ams, u64 ip) argument
1215 ip__resolve_data(struct machine *machine, struct thread *thread, u8 m, struct addr_map_symbol *ams, u64 addr) argument
1230 machine__resolve_mem(struct machine *machine, struct thread *thr, struct perf_sample *sample, u8 cpumode) argument
1247 machine__resolve_bstack(struct machine *machine, struct thread *thr, struct branch_stack *bs) argument
1266 machine__resolve_callchain_sample(struct machine *machine, struct thread *thread, struct ip_callchain *chain, struct symbol **parent, struct addr_location *root_al) argument
1350 machine__resolve_callchain(struct machine *machine, struct perf_evsel *evsel, struct thread *thread, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al) argument
[all...]
H A Dunwind.h18 struct machine *machine,
27 struct machine *machine __maybe_unused,
H A Dbuild-id.h17 struct machine *machine);
H A Dtool.h12 struct machine;
16 struct perf_evsel *evsel, struct machine *machine);
19 struct perf_sample *sample, struct machine *machine);
H A Devent.h195 struct machine *machine);
200 struct machine *machine);
203 struct machine *machine);
206 struct machine *machine,
211 struct machine *machine);
[all...]
H A Devent.c4 #include "machine.h"
98 struct machine *machine)
118 memset(event->comm.comm + size, 0, machine->id_hdr_size);
121 machine->id_hdr_size);
125 if (process(tool, event, &synth_sample, machine) != 0)
151 memset(event->comm.comm + size, 0, machine->id_hdr_size);
154 machine->id_hdr_size);
158 if (process(tool, event, &synth_sample, machine) != 0) {
173 struct machine *machin
94 perf_event__synthesize_comm(struct perf_tool *tool, union perf_event *event, pid_t pid, int full, perf_event__handler_t process, struct machine *machine) argument
169 perf_event__synthesize_mmap_events(struct perf_tool *tool, union perf_event *event, pid_t pid, pid_t tgid, perf_event__handler_t process, struct machine *machine) argument
248 perf_event__synthesize_modules(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) argument
304 __event__synthesize_thread(union perf_event *comm_event, union perf_event *mmap_event, pid_t pid, int full, perf_event__handler_t process, struct perf_tool *tool, struct machine *machine) argument
319 perf_event__synthesize_thread_map(struct perf_tool *tool, struct thread_map *threads, perf_event__handler_t process, struct machine *machine) argument
377 perf_event__synthesize_threads(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine) argument
444 perf_event__synthesize_kernel_mmap(struct perf_tool *tool, perf_event__handler_t process, struct machine *machine, const char *symbol_name) argument
515 perf_event__process_comm(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine) argument
523 perf_event__process_lost(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine) argument
549 perf_event__process_mmap(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine) argument
557 perf_event__process_mmap2(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine) argument
572 perf_event__process_fork(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine) argument
580 perf_event__process_exit(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine) argument
614 perf_event__process(struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine) argument
622 thread__find_addr_map(struct thread *self, struct machine *machine, u8 cpumode, enum map_type type, u64 addr, struct addr_location *al) argument
701 thread__find_addr_location(struct thread *thread, struct machine *machine, u8 cpumode, enum map_type type, u64 addr, struct addr_location *al) argument
713 perf_event__preprocess_sample(const union perf_event *event, struct machine *machine, struct addr_location *al, struct perf_sample *sample) argument
[all...]
/external/v8/tools/testrunner/local/
H A Dutils.py81 machine = platform.machine()
82 return (machine and
84 not arch.startswith(machine))
90 machine = platform.machine()
91 machine = machine.lower() # Windows 7 capitalizes 'AMD64'.
92 if machine.startswith('arm'):
94 elif (not machine) o
[all...]
/external/llvm/test/MC/PowerPC/
H A Dppc-machine.s5 # 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/v8/src/compiler/
H A Dmachine-operator-unittest.cc5 #include "src/compiler/machine-operator.h"
71 MachineOperatorBuilder machine(type());
72 const Operator* op = machine.Load(GetParam());
86 MachineOperatorBuilder machine(type());
87 EXPECT_EQ(IrOpcode::kLoad, machine.Load(GetParam())->opcode());
92 MachineOperatorBuilder machine(type());
94 OpParameter<LoadRepresentation>(machine.Load(GetParam())));
129 MachineOperatorBuilder machine(type());
130 const Operator* op = machine.Store(GetParam());
144 MachineOperatorBuilder machine(typ
[all...]
H A Draw-machine-assembler.h13 #include "src/compiler/machine-operator.h"
53 MachineOperatorBuilder* machine() { return &machine_; } function in class:v8::internal::compiler::RawMachineAssembler
100 return NewNode(machine()->Load(rep), base, index);
106 NewNode(machine()->Store(StoreRepresentation(rep, kNoWriteBarrier)), base,
111 return NewNode(machine()->WordAnd(), a, b);
113 Node* WordOr(Node* a, Node* b) { return NewNode(machine()->WordOr(), a, b); }
115 return NewNode(machine()->WordXor(), a, b);
118 return NewNode(machine()->WordShl(), a, b);
121 return NewNode(machine()->WordShr(), a, b);
124 return NewNode(machine()
[all...]
H A Drepresentation-change.h10 #include "src/compiler/machine-operator.h"
48 // value to the full machine word size and stores implicitly truncate,
138 op = machine()->ChangeUint32ToFloat64();
140 op = machine()->ChangeInt32ToFloat64();
176 op = machine()->ChangeFloat64ToUint32();
178 op = machine()->ChangeFloat64ToInt32();
235 return machine()->Int32Add();
237 return machine()->Int32Sub();
239 return machine()->Int32Mul();
241 return machine()
354 MachineOperatorBuilder* machine() { return jsgraph()->machine(); } function in class:v8::internal::compiler::RepresentationChanger
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dutsname.h11 char machine[9]; member in struct:oldold_utsname
21 char machine[65]; member in struct:old_utsname
29 char machine[__NEW_UTS_LEN + 1]; member in struct:new_utsname
/external/elfutils/src/libebl/
H A Deblelfmachine.c1 /* Return ELF machine.
41 return ebl->machine;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c49 struct tgsi_exec_machine *machine; member in struct:exec_vertex_shader
69 if (evs->machine->Tokens != shader->state.tokens) {
70 tgsi_exec_machine_bind_shader(evs->machine,
95 struct tgsi_exec_machine *machine = evs->machine; local
100 tgsi_exec_set_constant_buffers(machine, PIPE_MAX_CONSTANT_BUFFERS,
104 unsigned i = machine->SysSemanticToIndex[TGSI_SEMANTIC_INSTANCEID];
105 assert(i < Elements(machine->SystemValue));
107 machine->SystemValue[i].i[j] = shader->draw->instance_id;
128 unsigned vid = machine
[all...]
H A Ddraw_gs.c48 draw->gs.tgsi.machine = tgsi_exec_machine_create();
49 if (!draw->gs.tgsi.machine)
52 draw->gs.tgsi.machine->Primitives = align_malloc(
54 if (!draw->gs.tgsi.machine->Primitives)
56 memset(draw->gs.tgsi.machine->Primitives, 0,
64 if (!draw->gs.tgsi.machine)
67 align_free(draw->gs.tgsi.machine->Primitives);
69 tgsi_exec_machine_destroy(draw->gs.tgsi.machine);
124 gs->machine = draw->gs.tgsi.machine;
168 struct tgsi_exec_machine *machine = shader->machine; local
215 struct tgsi_exec_machine *machine = shader->machine; local
273 struct tgsi_exec_machine *machine = shader->machine; local
401 struct tgsi_exec_machine *machine = shader->machine; local
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_execute.c105 const struct gl_program_machine *machine)
107 const struct gl_program *prog = machine->CurProgram;
112 reg += machine->AddressReg[0][0];
122 return machine->Temporaries[reg];
128 return machine->VertAttribs[reg];
133 return machine->Attribs[reg][machine->CurElement];
139 return machine->Outputs[reg];
144 return machine->CurProgram->LocalParams[reg];
149 return machine
104 get_src_register_pointer(const struct prog_src_register *source, const struct gl_program_machine *machine) argument
180 get_dst_register_pointer(const struct prog_dst_register *dest, struct gl_program_machine *machine) argument
223 fetch_vector4(const struct prog_src_register *source, const struct gl_program_machine *machine, GLfloat result[4]) argument
272 fetch_vector4ui(const struct prog_src_register *source, const struct gl_program_machine *machine, GLuint result[4]) argument
303 fetch_vector4_deriv(struct gl_context * ctx, const struct prog_src_register *source, const struct gl_program_machine *machine, char xOrY, GLfloat result[4]) argument
357 fetch_vector1(const struct prog_src_register *source, const struct gl_program_machine *machine, GLfloat result[4]) argument
375 fetch_vector1ui(const struct prog_src_register *source, const struct gl_program_machine *machine) argument
387 fetch_texel(struct gl_context *ctx, const struct gl_program_machine *machine, const struct prog_instruction *inst, const GLfloat texcoord[4], GLfloat lodBias, GLfloat color[4]) argument
455 eval_condition(const struct gl_program_machine *machine, const struct prog_instruction *inst) argument
478 store_vector4(const struct prog_instruction *inst, struct gl_program_machine *machine, const GLfloat value[4]) argument
567 store_vector4ui(const struct prog_instruction *inst, struct gl_program_machine *machine, const GLuint value[4]) argument
637 _mesa_execute_program(struct gl_context * ctx, const struct gl_program *program, struct gl_program_machine *machine) argument
[all...]
/external/elfutils/src/backends/
H A Dsparc_init.c43 sparc_init (elf, machine, eh, ehlen)
45 GElf_Half machine __attribute__ ((unused)); variable
54 if (machine == EM_SPARCV9)
56 else if (machine == EM_SPARC32PLUS)
/external/google-breakpad/src/client/mac/handler/
H A Dbreakpad_nlist_64.h36 #include <mach/machine.h>
/external/mesa3d/src/mesa/swrast/
H A Ds_fragprog.c76 * Called via machine->FetchTexelLod()
105 * Called via machine->FetchTexelDeriv()
152 * Initialize the virtual fragment program machine state prior to running
155 * \param machine the virtual machine state to init
161 init_machine(struct gl_context *ctx, struct gl_program_machine *machine, argument
169 memset(machine->Temporaries, 0, MAX_PROGRAM_TEMPS * 4 * sizeof(GLfloat));
181 machine->Attribs = span->array->attribs;
183 machine->DerivX = (GLfloat (*)[4]) span->attrStepX;
184 machine
220 struct gl_program_machine *machine = &swrast->FragProgMachine; local
[all...]
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-inject.c86 struct machine *machine __maybe_unused)
95 struct machine *machine);
101 struct machine *machine)
105 return f(tool, event, sample, evsel, machine);
108 build_id__mark_dso_hit(tool, event, sample, evsel, machine);
116 struct machine *machine)
97 perf_event__repipe_sample(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) argument
113 perf_event__repipe_mmap(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
126 perf_event__repipe_mmap2(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
139 perf_event__repipe_fork(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) argument
178 dso__inject_build_id(struct dso *self, struct perf_tool *tool, struct machine *machine) argument
202 perf_event__inject_buildid(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel __maybe_unused, struct machine *machine) argument
268 perf_inject__sched_switch(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) argument
292 perf_inject__sched_stat(struct perf_tool *tool, union perf_event *event __maybe_unused, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) argument
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_fs_exec.c64 struct tgsi_exec_machine *machine,
68 * Bind tokens/shader to the interpreter's machine state.
70 tgsi_exec_machine_bind_shader(machine,
114 /* TODO: hide the machine struct in here somewhere, remove from this
119 struct tgsi_exec_machine *machine,
125 &machine->QuadPos);
128 machine->Face = (float) (quad->input.facing * -2 + 1);
130 quad->inout.mask &= tgsi_exec_machine_run( machine );
147 sizeof(machine->Outputs[i]));
151 &machine
63 exec_prepare( const struct sp_fragment_shader_variant *var, struct tgsi_exec_machine *machine, struct tgsi_sampler **samplers ) argument
118 exec_run( const struct sp_fragment_shader_variant *var, struct tgsi_exec_machine *machine, struct quad_header *quad ) argument
180 exec_delete(struct sp_fragment_shader_variant *var, struct tgsi_exec_machine *machine) argument
[all...]

Completed in 810 milliseconds

1234567891011>>