/third_party/elfutils/libdwelf/ |
H A D | dwelf_elf_e_machine_string.c | 37 dwelf_elf_e_machine_string (int machine) in dwelf_elf_e_machine_string() argument
|
/third_party/elfutils/tests/ |
H A D | dwelf_elf_e_machine_string.c | 43 const char *machine; in main() local
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | utsname.h | 15 char machine[65]; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | utsname.h | 15 char machine[65]; member
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | utsname.h | 15 char machine[65]; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | utsname.h | 15 char machine[65]; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | utsname.h | 16 char machine[65]; member
|
/third_party/musl/include/sys/ |
H A D | utsname.h | 15 char machine[65]; member
|
/third_party/elfutils/libebl/ |
H A D | libeblP.h | 44 uint_fast16_t machine; member
|
/third_party/typescript/tests/baselines/reference/ |
H A D | varianceAnnotations.js | 200 var machine = createMachine({});
variable
|
/third_party/rust/crates/nix/src/sys/ |
H A D | utsname.rs | 35 pub fn machine(&self) -> &OsStr { in machine() functions
|
/third_party/rust/crates/rustix/src/process/ |
H A D | uname.rs | 55 pub fn machine(&self) -> &CStr { in machine() functions
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_quad_fs.c | 66 struct tgsi_exec_machine *machine = softpipe->fs_machine; in shade_quad() local 109 struct tgsi_exec_machine *machine = softpipe->fs_machine; in shade_quads() local
|
H A D | sp_fs_exec.c | 55 exec_prepare( const struct sp_fragment_shader_variant *var, struct tgsi_exec_machine *machine, struct tgsi_sampler *sampler, struct tgsi_image *image, struct tgsi_buffer *buffer ) exec_prepare() argument 111 exec_run( const struct sp_fragment_shader_variant *var, struct tgsi_exec_machine *machine, struct quad_header *quad, bool early_depth_test ) exec_run() argument 178 exec_delete(struct sp_fragment_shader_variant *var, struct tgsi_exec_machine *machine) exec_delete() argument [all...] |
H A D | sp_compute.c | 38 cs_prepare(const struct sp_compute_shader *cs, struct tgsi_exec_machine *machine, int local_x, int local_y, int local_z, int g_w, int g_h, int g_d, int b_w, int b_h, int b_d, struct tgsi_sampler *sampler, struct tgsi_image *image, struct tgsi_buffer *buffer ) cs_prepare() argument 84 cs_run(const struct sp_compute_shader *cs, int g_w, int g_h, int g_d, struct tgsi_exec_machine *machine, bool restart) cs_run() argument 129 cs_delete(const struct sp_compute_shader *cs, struct tgsi_exec_machine *machine) cs_delete() argument [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | common-operator-reducer.h | 59 MachineOperatorBuilder* machine() const { return machine_; } in machine() function in v8::internal::compiler::final
|
H A D | machine-graph.h | 79 MachineOperatorBuilder* machine() const { return machine_; } in machine() function in v8::internal::compiler::MachineGraph 25 MachineGraph(Graph* graph, CommonOperatorBuilder* common, MachineOperatorBuilder* machine) MachineGraph() argument
|
H A D | control-flow-optimizer.h | 45 MachineOperatorBuilder* machine() const { return machine_; } in machine() function in v8::internal::compiler::final
|
H A D | control-flow-optimizer.cc | 17 ControlFlowOptimizer(Graph* graph, CommonOperatorBuilder* common, MachineOperatorBuilder* machine, TickCounter* tick_counter, Zone* zone) ControlFlowOptimizer() argument
|
H A D | decompression-optimizer.h | 105 MachineOperatorBuilder* machine() const { return machine_; } in machine() function in v8::internal::compiler::final
|
H A D | js-graph.h | 28 JSGraph(Isolate* isolate, Graph* graph, CommonOperatorBuilder* common, JSOperatorBuilder* javascript, SimplifiedOperatorBuilder* simplified, MachineOperatorBuilder* machine) JSGraph() argument
|
H A D | int64-lowering.h | 56 MachineOperatorBuilder* machine() const { return machine_; } in machine() function in v8::internal::compiler::Int64Lowering
|
H A D | simplified-operator-reducer.cc | 317 MachineOperatorBuilder* SimplifiedOperatorReducer::machine() const { in machine() function in v8::internal::compiler::SimplifiedOperatorReducer
|
/third_party/curl/tests/unit/ |
H A D | unit1307.c | 280 enum system machine; variable
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_vs_exec.c | 52 struct tgsi_exec_machine *machine; member 103 struct tgsi_exec_machine *machine = evs->machine; in vs_exec_run_linear() local [all...] |