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

  /external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/tcmalloc/chromium/src/windows/
patch_functions.cc 511 for (int imod = 0;
512 imod < sizeof(g_module_libcs)/sizeof(*g_module_libcs); imod++) {
513 if (g_module_libcs[imod]->is_valid() &&
514 this->windows_fn(ifn) == g_module_libcs[imod]->windows_fn(ifn)) {
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
patch_functions.cc 511 for (int imod = 0;
512 imod < sizeof(g_module_libcs)/sizeof(*g_module_libcs); imod++) {
513 if (g_module_libcs[imod]->is_valid() &&
514 this->windows_fn(ifn) == g_module_libcs[imod]->windows_fn(ifn)) {
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 1925 unsigned imod = fieldFromInstruction(Insn, 18, 2); local
1972 unsigned imod = fieldFromInstruction(Insn, 9, 2); local
3746 unsigned imod = fieldFromInstruction(Insn, 4, 1) | 0x2; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_operator.py 472 def __imod__ (self, other): return "imod"
487 self.assertEqual(operator.imod (c, 5), "imod")
502 self.assertEqual(operator.__imod__ (c, 5), "imod")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_operator.py 472 def __imod__ (self, other): return "imod"
487 self.assertEqual(operator.imod (c, 5), "imod")
502 self.assertEqual(operator.__imod__ (c, 5), "imod")

Completed in 922 milliseconds