HomeSort by relevance Sort by last modified time
    Searched refs:imod (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/conf/
conf_mod.c 111 static void module_finish(CONF_IMODULE *imod);
352 CONF_IMODULE *imod = NULL; local
355 imod = OPENSSL_malloc(sizeof(CONF_IMODULE));
356 if (!imod)
359 imod->pmod = pmod;
360 imod->name = BUF_strdup(name);
361 imod->value = BUF_strdup(value);
362 imod->usr_data = NULL;
364 if (!imod->name || !imod->value
458 CONF_IMODULE *imod; local
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 1885 unsigned imod = fieldFromInstruction(Insn, 18, 2); local
1925 unsigned imod = fieldFromInstruction(Insn, 9, 2); local
3348 unsigned imod = fieldFromInstruction(Insn, 4, 1) | 0x2; local
    [all...]

Completed in 80 milliseconds