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

/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_mod.c108 static void module_finish(CONF_IMODULE *imod);
337 CONF_IMODULE *imod = NULL; local
340 imod = OPENSSL_malloc(sizeof(CONF_IMODULE));
341 if (!imod)
344 imod->pmod = pmod;
345 imod->name = BUF_strdup(name);
346 imod->value = BUF_strdup(value);
347 imod->usr_data = NULL;
349 if (!imod->name || !imod
437 CONF_IMODULE *imod; local
448 module_finish(CONF_IMODULE *imod) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1950 unsigned imod = fieldFromInstruction(Insn, 18, 2); local
1964 // imod == '01' --> UNPREDICTABLE
1966 // return failure here. The '01' imod value is unprintable, so there's
1969 if (imod == 1) return MCDisassembler::Fail;
1971 if (imod && M) {
1973 Inst.addOperand(MCOperand::CreateImm(imod));
1976 } else if (imod && !M) {
1978 Inst.addOperand(MCOperand::CreateImm(imod));
1981 } else if (!imod && M) {
1986 // imod
1997 unsigned imod = fieldFromInstruction(Insn, 9, 2); local
3771 unsigned imod = fieldFromInstruction(Insn, 4, 1) | 0x2; local
[all...]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c8950 unsigned int imod = (inst.instruction & 0x0030) >> 4;
8952 inst.instruction |= imod << 9;
8940 unsigned int imod = (inst.instruction & 0x0030) >> 4; local

Completed in 204 milliseconds