HomeSort by relevance Sort by last modified time
    Searched refs:machine (Results 101 - 125 of 1196) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_fs_exec.c 64 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->Outputs[i]
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
build-id.c 23 struct machine *machine)
27 struct thread *thread = machine__findnew_thread(machine, sample->pid,
36 thread__find_addr_map(thread, machine, cpumode, MAP__FUNCTION,
49 struct machine *machine)
51 struct thread *thread = machine__findnew_thread(machine,
59 rb_erase(&thread->rb_node, &machine->threads);
60 machine->last_match = NULL;
thread.h 27 struct machine;
48 void thread__find_addr_map(struct thread *thread, struct machine *machine,
52 void thread__find_addr_location(struct thread *thread, struct machine *machine,
  /external/elfutils/0.153/backends/
sparc_regs.c 42 const int nfp = 32 + (ebl->machine == EM_SPARC ? 0 : 16);
43 const int nspec = ebl->machine == EM_SPARC ? 8 : 6;
51 *bits = ebl->machine == EM_SPARC ? 32 : 64;
66 if ((ebl->machine != EM_SPARC ? 0 : 4) + 1 - (unsigned int) regno <= 1)
68 return stpncpy (name, names[ebl->machine != EM_SPARC][regno],
s390_init.c 39 s390_init (elf, machine, eh, ehlen)
41 GElf_Half machine __attribute__ ((unused));
sh_init.c 40 sh_init (elf, machine, eh, ehlen)
42 GElf_Half machine __attribute__ ((unused));
x86_64_init.c 39 x86_64_init (elf, machine, eh, ehlen)
41 GElf_Half machine __attribute__ ((unused));
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc 75 // Adds the list of |fonts| to the |machine|.
77 Fingerprint::MachineCharacteristics* machine) {
90 machine->add_font(font_name);
94 // Adds the list of |plugins| to the |machine|.
96 Fingerprint::MachineCharacteristics* machine) {
100 machine->add_plugin();
112 // Adds the list of HTTP accept languages to the |machine|.
115 Fingerprint::MachineCharacteristics* machine) {
120 machine->add_requested_language(*it);
130 // into the |machine|
377 Fingerprint::MachineCharacteristics* machine = local
    [all...]
  /system/core/debuggerd/
Android.mk 12 LOCAL_SRC_FILES_arm := arm/machine.cpp
13 LOCAL_SRC_FILES_arm64 := arm64/machine.cpp
14 LOCAL_SRC_FILES_mips := mips/machine.cpp
15 LOCAL_SRC_FILES_mips64 := mips/machine.cpp
16 LOCAL_SRC_FILES_x86 := x86/machine.cpp
17 LOCAL_SRC_FILES_x86_64 := x86_64/machine.cpp
  /external/libcxx/test/re/re.def/defns.regex.finite.state.machine/
Android.mk 17 test_makefile := external/libcxx/test/re/re.def/defns.regex.finite.state.machine/Android.mk
19 test_name := re/re.def/defns.regex.finite.state.machine/nothing_to_do
  /external/wpa_supplicant_8/hs20/server/www/
remediation.php 15 This will provide a new machine-generated password.
  /frameworks/compile/mclinker/lib/Target/X86/
X86GNUInfo.h 22 uint32_t machine() const { return llvm::ELF::EM_386; } function in class:mcld::X86_32GNUInfo
37 uint32_t machine() const { return llvm::ELF::EM_X86_64; } function in class:mcld::X86_64GNUInfo
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_program.c 74 struct gl_program_machine machine; member in struct:vp_stage_data
224 * Initialize virtual machine state prior to executing vertex program.
227 init_machine(struct gl_context *ctx, struct gl_program_machine *machine,
231 memcpy(machine->VertAttribs, ctx->Current.Attrib,
238 ASSIGN_4V(machine->Outputs[i], 0.0F, 0.0F, 0.0F, 1.0F);
242 ASSIGN_4V(machine->Temporaries[i], 0.0F, 0.0F, 0.0F, 0.0F);
245 ASSIGN_4V(machine->AddressReg[i], 0, 0, 0, 0);
249 machine->NumDeriv = 0;
252 machine->CondCodes[0] = COND_EQ;
253 machine->CondCodes[1] = COND_EQ
317 struct gl_program_machine *machine = &store->machine; local
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 74 struct gl_program_machine machine; member in struct:vp_stage_data
224 * Initialize virtual machine state prior to executing vertex program.
227 init_machine(struct gl_context *ctx, struct gl_program_machine *machine,
231 memcpy(machine->VertAttribs, ctx->Current.Attrib,
238 ASSIGN_4V(machine->Outputs[i], 0.0F, 0.0F, 0.0F, 1.0F);
242 ASSIGN_4V(machine->Temporaries[i], 0.0F, 0.0F, 0.0F, 0.0F);
245 ASSIGN_4V(machine->AddressReg[i], 0, 0, 0, 0);
249 machine->NumDeriv = 0;
252 machine->CondCodes[0] = COND_EQ;
253 machine->CondCodes[1] = COND_EQ
317 struct gl_program_machine *machine = &store->machine; local
    [all...]
  /bionic/libc/include/
setjmp.h 44 #include <machine/setjmp.h>
  /bionic/libc/include/sys/
utsname.h 42 char machine [SYS_NMLN]; member in struct:utsname
  /bionic/libc/upstream-openbsd/lib/libc/net/
htonl.c 8 #include <machine/endian.h>
htons.c 8 #include <machine/endian.h>
ntohl.c 8 #include <machine/endian.h>
ntohs.c 8 #include <machine/endian.h>
  /development/ndk/platforms/android-3/include/
setjmp.h 44 #include <machine/setjmp.h>
  /development/ndk/platforms/android-3/include/sys/
utsname.h 42 char machine [SYS_NMLN]; member in struct:utsname
  /development/ndk/platforms/android-L/include/
setjmp.h 44 #include <machine/setjmp.h>
  /development/ndk/platforms/android-L/include/sys/
utsname.h 42 char machine [SYS_NMLN]; member in struct:utsname
  /external/chromium_org/chrome/browser/safe_browsing/
environment_data_collection.cc 72 // Machine
75 ClientIncidentReport_EnvironmentData_Machine* machine = local
77 machine->set_cpu_architecture(base::SysInfo::OperatingSystemArchitecture());
78 machine->set_cpu_vendor(cpu_info.vendor_name());
79 machine->set_cpuid(cpu_info.signature());

Completed in 475 milliseconds

1 2 3 45 6 7 8 91011>>