Home
last modified time | relevance | path

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

/third_party/openssl/crypto/conf/
Dconf_mod.c295 CONF_IMODULE *imod = NULL; in module_init() local
392 CONF_IMODULE *imod; in CONF_modules_finish() local
403 static void module_finish(CONF_IMODULE *imod) in module_finish()
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_patternmodifier.cpp117 LocalPointer<ImmutablePatternModifier> imod(mod.createImmutable(status), status); in testPatternWithNoPlaceholder() local
/third_party/vk-gl-cts/framework/common/
DtcuTexVerifierUtil.cpp132 static inline int imod (int a, int b) in imod() function
DtcuTexture.cpp1731 static inline int imod (int a, int b) in imod() function
/third_party/mesa3d/src/compiler/nir/tests/
Dalgebraic_tests.cpp162 TEST_F(nir_opt_idiv_const_test, imod) in TEST_F() argument
/third_party/python/Lib/
Doperator.py361 def imod(a, b): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp2331 unsigned imod = fieldFromInstruction(Insn, 18, 2); in DecodeCPSInstruction() local
2378 unsigned imod = fieldFromInstruction(Insn, 9, 2); in DecodeT2CPSInstruction() local
4411 unsigned imod = fieldFromInstruction(Insn, 4, 1) | 0x2; in DecodeThumbCPS() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1403 int imod (int a, int b) in imod() function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp882 void ShaderCore::imod(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in imod() function in sw::ShaderCore