/external/openssl/crypto/conf/ |
D | conf_mod.c | 111 static void module_finish(CONF_IMODULE *imod); 352 CONF_IMODULE *imod = NULL; in module_init() local 355 imod = OPENSSL_malloc(sizeof(CONF_IMODULE)); in module_init() 356 if (!imod) in module_init() 359 imod->pmod = pmod; in module_init() 360 imod->name = BUF_strdup(name); in module_init() 361 imod->value = BUF_strdup(value); in module_init() 362 imod->usr_data = NULL; in module_init() 364 if (!imod->name || !imod->value) in module_init() 370 ret = pmod->init(imod, cnf); in module_init() [all …]
|
/external/deqp/framework/common/ |
D | tcuTexVerifierUtil.cpp | 120 static inline int imod (int a, int b) in imod() function 145 return imod(c, size); in wrap() 149 return (size - 1) - mirror(imod(c, 2*size) - size); in wrap()
|
D | tcuTexture.cpp | 1083 static inline int imod (int a, int b) in imod() function 1121 return imod(c, size); in wrap() 1124 return imod(c, size); in wrap() 1127 return (size - 1) - mirror(imod(c, 2*size) - size); in wrap()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
D | patch_functions.cc | 511 for (int imod = 0; in PopulateWindowsFn() local 512 imod < sizeof(g_module_libcs)/sizeof(*g_module_libcs); imod++) { in PopulateWindowsFn() 513 if (g_module_libcs[imod]->is_valid() && in PopulateWindowsFn() 514 this->windows_fn(ifn) == g_module_libcs[imod]->windows_fn(ifn)) { in PopulateWindowsFn()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
D | patch_functions.cc | 511 for (int imod = 0; in PopulateWindowsFn() local 512 imod < sizeof(g_module_libcs)/sizeof(*g_module_libcs); imod++) { in PopulateWindowsFn() 513 if (g_module_libcs[imod]->is_valid() && in PopulateWindowsFn() 514 this->windows_fn(ifn) == g_module_libcs[imod]->windows_fn(ifn)) { in PopulateWindowsFn()
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 1954 unsigned imod = fieldFromInstruction(Insn, 18, 2); in DecodeCPSInstruction() local 1973 if (imod == 1) return MCDisassembler::Fail; in DecodeCPSInstruction() 1975 if (imod && M) { in DecodeCPSInstruction() 1977 Inst.addOperand(MCOperand::CreateImm(imod)); in DecodeCPSInstruction() 1980 } else if (imod && !M) { in DecodeCPSInstruction() 1982 Inst.addOperand(MCOperand::CreateImm(imod)); in DecodeCPSInstruction() 1985 } else if (!imod && M) { in DecodeCPSInstruction() 2001 unsigned imod = fieldFromInstruction(Insn, 9, 2); in DecodeT2CPSInstruction() local 2013 if (imod == 1) return MCDisassembler::Fail; in DecodeT2CPSInstruction() 2015 if (imod && M) { in DecodeT2CPSInstruction() [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 324 def tCPS : T1I<(outs), (ins imod_op:$imod, iflags_op:$iflags), 325 NoItinerary, "cps$imod $iflags", []>, 328 bit imod; 331 let Inst{4} = imod; 1472 def : tInstAlias<"cps$imod", (tCPS imod_op:$imod, 0)>; 1473 def : tInstAlias<"cps$imod", (tCPS imod_op:$imod, 0)>;
|
D | ARMInstrThumb2.td | 3660 bits<2> imod; 3666 let Inst{10-9} = imod; 3674 def t2CPS3p : t2CPS<(ins imod_op:$imod, iflags_op:$iflags, i32imm:$mode), 3675 "$imod\t$iflags, $mode">; 3677 def t2CPS2p : t2CPS<(ins imod_op:$imod, iflags_op:$iflags), 3678 "$imod.w\t$iflags">; 3679 let imod = 0, iflags = 0, M = 1 in 3682 def : t2InstAlias<"cps$imod.w $iflags, $mode", 3683 (t2CPS3p imod_op:$imod, iflags_op:$iflags, i32imm:$mode), 0>;
|
D | ARMInstrInfo.td | 1887 bits<2> imod; 1894 let Inst{19-18} = imod; 1904 def CPS3p : CPS<(ins imod_op:$imod, iflags_op:$iflags, imm0_31:$mode), 1905 "$imod\t$iflags, $mode">; 1907 def CPS2p : CPS<(ins imod_op:$imod, iflags_op:$iflags), "$imod\t$iflags">; 1909 let imod = 0, iflags = 0, M = 1 in
|
D | ARMInstrFormats.td | 134 // ARM imod and iflag operands, used only by the CPS instruction.
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | invalid-armv7.txt | 36 # invalid imod value (0b01) 41 # invalid (imod, M, iflags) combination
|
/external/libexif/po/ |
D | da.po | 1728 "Mærke '%s' var af format '%s' (som er imod specifikation), og er blevet " 1737 "Mærke '%s' er af format '%s' (som er imod specifikation), men kan ikke "
|