Home
last modified time | relevance | path

Searched refs:modtmp (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Drsa_sup_mul.c340 limb_t *atmp, *modtmp, *rettmp; in mod() local
347 modtmp = &tmp[anum + modnum]; in mod()
354 modtmp[i] = mod[i]; in mod()
357 rshift1(modtmp, anum + modnum); in mod()
358 res = sub(rettmp, atmp, modtmp, anum+modnum); in mod()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dexecutionengine.go151 var modtmp C.LLVMModuleRef
152 C.LLVMRemoveModule(ee.C, m.C, &modtmp, nil)