Searched refs:mul64 (Results 1 - 4 of 4) sorted by relevance

/external/qemu/
H A Dhost-utils.c49 static void mul64 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) function
77 mul64(plow, phigh, a, b);
95 mul64(plow, phigh, a, b);
/external/openssl/crypto/bn/
H A Dbn_lcl.h395 #define mul64(l,h,bl,bh) \ macro
436 mul64(l,h,(bl),(bh)); \
452 mul64(l,h,(bl),(bh)); \
H A Dbn_div.c360 mul64(t2l,t2h,ql,qh); /* t2=(BN_ULLONG)d1*q; */
584 mul64(t2l,t2h,ql,qh); /* t2=(BN_ULLONG)d1*q; */
H A Dbn_asm.c525 mul64(t1,t2,bl,bh); \
532 mul64(t1,t2,bl,bh); \

Completed in 57 milliseconds