HomeSort by relevance Sort by last modified time
    Searched full:dmod (Results 1 - 25 of 29) sorted by null

1 2

  /external/drm_gralloc/
gralloc.cpp 38 static int drm_init(struct drm_module_t *dmod)
42 pthread_mutex_lock(&dmod->mutex);
43 if (!dmod->drm) {
44 dmod->drm = gralloc_drm_create();
45 if (!dmod->drm)
48 pthread_mutex_unlock(&dmod->mutex);
55 struct drm_module_t *dmod = (struct drm_module_t *) mod; local
59 err = drm_init(dmod);
68 *fd = gralloc_drm_get_fd(dmod->drm);
84 struct drm_module_t *dmod = (struct drm_module_t *) mod local
115 struct drm_module_t *dmod = (struct drm_module_t *) mod; local
129 struct drm_module_t *dmod = (struct drm_module_t *)dev->module; local
140 struct drm_module_t *dmod = (struct drm_module_t *) dev->common.module; local
156 struct drm_module_t *dmod = (struct drm_module_t *) dev->common.module; local
204 struct drm_module_t *dmod = (struct drm_module_t *) mod; local
    [all...]
  /external/clang/test/Index/
index-module.m 18 // RUN: c-index-test -index-tu %t.cache/DependsOnModule.pcm | FileCheck %s -check-prefix=CHECK-DMOD
20 // CHECK-DMOD: [startedTranslationUnit]
21 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_MODULE_H:.*/Modules/Inputs/DependsOnModule\.framework[/\\]Headers[/\\]DependsOnModule\.h]] | {{.*}} | hash loc: <invalid> | {{.*}} | module: DependsOnModule
22 // CHECK-DMOD-NEXT: [ppIncludedFile]: {{.*}}/Modules/Inputs/Module.framework{{[/\\]}}Headers{{[/\\]}}Module.h | name: "Module/Module.h" | hash loc: {{.*}}/Modules/Inputs/DependsOnModule.framework{{[/\\]}}Headers{{[/\\]}}DependsOnModule.h:1:1 | isImport: 0 | isAngled: 1 | isModule: 1 | module: Module
23 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_OTHER_H:.*/Modules/Inputs/DependsOnModule\.framework[/\\]Headers[/\\]other\.h]] | {{.*}} | hash loc: <invalid> | {{.*}} | module: DependsOnModule
24 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_NOT_CXX_H:.*/Modules/Inputs/DependsOnModule\.framework[/\\]Headers[/\\]not_cxx\.h]] | {{.*}} | hash loc: <invalid> | {{.*}} | module: DependsOnModule.NotCXX
25 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_SUB_H:.*/Modules/Inputs/DependsOnModule\.framework[/\\]Frameworks[/\\]SubFramework\.framework[/\\]Headers[/\\]SubFramework\.h]] | {{.*}} | hash loc: <invalid> | {{.*}} | module: DependsOnModule.SubFramework
26 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_SUB_OTHER_H:.*/Modules/Inputs/DependsOnModule.framework[/\\]Frameworks/SubFramework\.framework/Headers/Other\.h]] | name: "SubFramework/Other.h" | hash loc: [[DMOD_SUB_H]]:1:1 | isImport: 0 | isAngled: 0 | isModule: 0 | module: DependsOnModule.SubFramework.Other
27 // CHECK-DMOD-NEXT: [ppIncludedFile]: [[DMOD_PRIVATE_H:.*/Modules/Inputs/DependsOnModule.framework[/\\]PrivateHeaders[/\\]DependsOnModulePrivate.h]] | {{.*}} | hash loc: <invalid> | {{.*}} | module: DependsOnModule.Private.DependsOnModule
28 // CHECK-DMOD-NEXT: [importedASTFile]: {{.*}}.cache{{[/\\]}}Module.pcm | loc: [[DMOD_MODULE_H]]:1:2 | name: "Mod (…)
    [all...]
  /external/llvm/test/CodeGen/Mips/
mips64muldiv.ll 76 ; GPR: dmod $2, $4, $5
divrem.ll 262 ; GPR64: dmod $2, $4, $5
338 ; GPR64: dmod $[[R0:[0-9]+]], $4, $5
mips64instrs.ll 161 ; GPRMULDIV: dmod $2, $4, $5
  /external/v8/test/cctest/
test-disasm-mips64.cc 240 COMPARE(dmod(a0, a1, a2),
241 "00a620de dmod a0, a1, a2");
248 COMPARE(dmod(a5, a6, a7),
249 "014b48de dmod a5, a6, a7");
256 COMPARE(dmod(v0, v1, a0),
257 "006410de dmod v0, v1, a0");
  /external/llvm/lib/Target/Mips/
Mips64r6InstrInfo.td 66 class DMOD_DESC : DIVMOD_DESC_BASE<"dmod", GPR64Opnd, srem>;
94 def DMOD : DMOD_ENC, DMOD_DESC, ISA_MIPS64R6;
  /external/llvm/test/CodeGen/Mips/llvm-ir/
srem.ll 121 ; 64R6: dmod $2, $4, $5
  /art/compiler/utils/mips64/
assembler_mips64.h 81 void Dmod(GpuRegister rd, GpuRegister rs, GpuRegister rt); // MIPS64 R6
assembler_mips64.cc 198 void Mips64Assembler::Dmod(GpuRegister rd, GpuRegister rs, GpuRegister rt) {
    [all...]
  /external/llvm/test/MC/Disassembler/Mips/
mips64r6.txt 100 0x00 0x64 0x10 0xde # CHECK: dmod $2, $3, $4
  /external/llvm/test/MC/Mips/mips64r6/
valid.s 121 dmod $2,$3,$4 # CHECK: dmod $2, $3, $4 # encoding: [0x00,0x64,0x10,0xde]
  /art/disassembler/
disassembler_mips.cc 127 { kSpecial0Mask | 0x7ff, (3 << 6) | 30, "dmod", "DST" },
  /external/llvm/test/MC/Disassembler/Mips/mips64r6/
valid-mips64r6-el.txt 91 0xde 0x10 0x64 0x00 # CHECK: dmod $2, $3, $4
valid-mips64r6.txt 91 0x00 0x64 0x10 0xde # CHECK: dmod $2, $3, $4
  /external/svox/pico/lib/
picopam.c 181 picoos_single dMod; /*Duration modifier*/
609 pam->dMod = 1.0f;
    [all...]
  /art/compiler/dex/quick/mips/
assemble_mips.cc 462 "dmod", "!0r,!1r,!2r", 4),
    [all...]
mips_lir.h     [all...]
  /external/v8/src/mips64/
assembler-mips64.h 755 void dmod(Register rd, Register rs, Register rt);
    [all...]
disasm-mips64.cc 825 Format(instr, "dmod 'rd, 'rs, 'rt");
    [all...]
lithium-codegen-mips64.cc     [all...]
macro-assembler-mips64.cc 879 void MacroAssembler::Dmod(Register rd, Register rs, const Operand& rt) {
893 dmod(rd, rs, rt.rm());
898 dmod(rd, rs, at);
    [all...]
macro-assembler-mips64.h 605 DEFINE_INSTRUCTION(Dmod);
    [all...]
assembler-mips64.cc 1597 void Assembler::dmod(Register rd, Register rs, Register rt) { function in class:v8::Assembler
    [all...]
  /art/compiler/optimizing/
code_generator_mips64.cc     [all...]

Completed in 589 milliseconds

1 2