Searched refs:imod (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/conf/
H A Dconf_mod.c58 static void module_finish(CONF_IMODULE *imod);
295 CONF_IMODULE *imod = NULL; local
298 imod = OPENSSL_malloc(sizeof(*imod));
299 if (imod == NULL)
302 imod->pmod = pmod;
303 imod->name = OPENSSL_strdup(name);
304 imod->value = OPENSSL_strdup(value);
305 imod->usr_data = NULL;
307 if (!imod
392 CONF_IMODULE *imod; local
403 module_finish(CONF_IMODULE *imod) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/conf/
H A Dconf_mod.c73 static void module_finish(CONF_IMODULE *imod);
410 CONF_IMODULE *imod = NULL; local
413 imod = OPENSSL_malloc(sizeof(*imod));
414 if (imod == NULL)
417 imod->pmod = pmod;
418 imod->name = OPENSSL_strdup(name);
419 imod->value = OPENSSL_strdup(value);
420 imod->usr_data = NULL;
422 if (!imod
525 CONF_IMODULE *imod; local
554 module_finish(CONF_IMODULE *imod) argument
[all...]
/netbsd-current/sys/dev/bluetooth/
H A Dbtkbd.c272 int imod; local
274 imod = 0;
290 if (imod < MAXMOD) {
291 sc->sc_modloc[imod] = h.loc;
292 sc->sc_mods[imod].mask = 1 << imod;
293 sc->sc_mods[imod].key = HID_GET_USAGE(h.usage);
294 imod++;
321 sc->sc_nmod = imod;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddimport.c323 Module* imod = sc->instantiatingModule(); local
326 ob->writestring(imod->toPrettyChars());
328 escapePath(ob, imod->srcfile->toChars());
H A Dcond.c473 Module* imod = sc ? sc->instantiatingModule() : condition->mod; local
474 if (!imod)
477 ob->writestring(imod->toPrettyChars());
479 escapePath(ob, imod->srcfile->toChars());
H A Dattrib.c1000 Module *imod = sc->instantiatingModule(); local
1002 ob->writestring(imod->toPrettyChars());
1004 escapePath(ob, imod->srcfile->toChars());
H A Dexpressionsem.c2388 Module* imod = sc->instantiatingModule(); local
2392 ob->writestring(imod->toPrettyChars());
2394 escapePath(ob, imod->srcfile->toChars());
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcond.d990 Module imod = sc ? sc._module : condition.mod;
991 if (!imod)
994 ob.writestring(imod.toPrettyChars());
996 escapePath(ob, imod.srcfile.toChars());
H A Ddsymbolsem.d1368 Module imod = sc._module;
1371 ob.writestring(imod.toPrettyChars());
1373 escapePath(ob, imod.srcfile.toChars());
1681 Module imod = sc._module;
1683 ob.writestring(imod.toPrettyChars());
1685 escapePath(ob, imod.srcfile.toChars());
H A Dexpressionsem.d6034 Module imod = sc._module;
6038 ob.writestring(imod.toPrettyChars());
6040 escapePath(ob, imod.srcfile.toChars());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2352 unsigned imod = fieldFromInstruction(Insn, 18, 2); local
2366 // imod == '01' --> UNPREDICTABLE
2368 // return failure here. The '01' imod value is unprintable, so there's
2371 if (imod == 1) return MCDisassembler::Fail;
2373 if (imod && M) {
2375 Inst.addOperand(MCOperand::createImm(imod));
2378 } else if (imod && !M) {
2380 Inst.addOperand(MCOperand::createImm(imod));
2383 } else if (!imod && M) {
2388 // imod
2399 unsigned imod = fieldFromInstruction(Insn, 9, 2); local
4436 unsigned imod = fieldFromInstruction(Insn, 4, 1) | 0x2; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c12407 unsigned int imod = (inst.instruction & 0x0030) >> 4;
12409 inst.instruction |= imod << 9;
12401 unsigned int imod = (inst.instruction & 0x0030) >> 4; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c12347 unsigned int imod = (inst.instruction & 0x0030) >> 4;
12349 inst.instruction |= imod << 9;
12341 unsigned int imod = (inst.instruction & 0x0030) >> 4; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c12407 unsigned int imod = (inst.instruction & 0x0030) >> 4;
12409 inst.instruction |= imod << 9;
12401 unsigned int imod = (inst.instruction & 0x0030) >> 4; local

Completed in 460 milliseconds