/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/chromium_org/third_party/openssl/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)); \
|
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 | 388 mul64(t2l,t2h,ql,qh); /* t2=(BN_ULLONG)d1*q; */
|
/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)); \
|
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 | 388 mul64(t2l,t2h,ql,qh); /* t2=(BN_ULLONG)d1*q; */
|