Home
last modified time | relevance | path

Searched defs:imod (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/lib/libcrypto/conf/
Dconf_mod.c280 CONF_IMODULE *imod = NULL; in module_init() local
365 imodule_free(CONF_IMODULE *imod) in imodule_free()
379 CONF_IMODULE *imod; in CONF_modules_finish() local
393 module_finish(CONF_IMODULE *imod) in module_finish()
419 CONF_imodule_get_value(const CONF_IMODULE *imod) in CONF_imodule_get_value()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp2567 unsigned imod = fieldFromInstruction(Insn, 18, 2); in DecodeCPSInstruction() local
2615 unsigned imod = fieldFromInstruction(Insn, 9, 2); in DecodeT2CPSInstruction() local
4725 unsigned imod = fieldFromInstruction(Insn, 4, 1) | 0x2; in DecodeThumbCPS() local
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-arm.c6860 unsigned int imod = (inst.instruction & 0x0030) >> 4; in do_t_cpsi() local