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

  /external/qemu/
host-utils.c 50 static void mul64 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) function
78 mul64(plow, phigh, a, b);
96 mul64(plow, phigh, a, b);
  /external/openssl/crypto/bn/
bn_lcl.h 396 #define mul64(l,h,bl,bh) \ macro
437 mul64(l,h,(bl),(bh)); \
453 mul64(l,h,(bl),(bh)); \
bn_asm.c 532 mul64(t1,t2,bl,bh); \
539 mul64(t1,t2,bl,bh); \
850 #ifdef mul64
865 #ifdef mul64
883 #ifdef mul64
899 #ifdef mul64
909 #ifdef mul64
bn_div.c 362 mul64(t2l,t2h,ql,qh); /* t2=(BN_ULLONG)d1*q; */
589 mul64(t2l,t2h,ql,qh); /* t2=(BN_ULLONG)d1*q; */

Completed in 853 milliseconds