HomeSort by relevance Sort by last modified time
    Searched defs:mul64 (Results 1 - 2 of 2) 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 416 #define mul64(l,h,bl,bh) \ macro
457 mul64(l,h,(bl),(bh)); \
473 mul64(l,h,(bl),(bh)); \

Completed in 344 milliseconds