/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/deqp/framework/common/ |
tcuTexVerifierUtil.cpp | 120 static inline int imod (int a, int b) function in namespace:tcu::TexVerifierUtil 145 return imod(c, size); 149 return (size - 1) - mirror(imod(c, 2*size) - size);
|
tcuTexture.cpp | 1083 static inline int imod (int a, int b) function in namespace:tcu [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 | 1954 unsigned imod = fieldFromInstruction(Insn, 18, 2); local 2001 unsigned imod = fieldFromInstruction(Insn, 9, 2); local 3775 unsigned imod = fieldFromInstruction(Insn, 4, 1) | 0x2; local [all...] |