Searched refs:mul64 (Results 1 – 6 of 6) sorted by relevance
/third_party/mbedtls/library/ |
D | poly1305.c | 97 static uint64_t mul64( uint32_t a, uint32_t b ) in mul64() function 113 static inline uint64_t mul64( uint32_t a, uint32_t b ) in mul64() function 179 d0 = mul64( acc0, r0 ) + in poly1305_process() 180 mul64( acc1, rs3 ) + in poly1305_process() 181 mul64( acc2, rs2 ) + in poly1305_process() 182 mul64( acc3, rs1 ); in poly1305_process() 183 d1 = mul64( acc0, r1 ) + in poly1305_process() 184 mul64( acc1, r0 ) + in poly1305_process() 185 mul64( acc2, rs3 ) + in poly1305_process() 186 mul64( acc3, rs2 ) + in poly1305_process() [all …]
|
/third_party/skia/src/core/ |
D | SkSafeMath.h | 26 return sizeof(size_t) == sizeof(uint64_t) ? mul64(x, y) : mul32(x, y); in mul() 79 uint64_t mul64(uint64_t x, uint64_t y) { in mul64() function
|
/third_party/flutter/skia/src/core/ |
D | SkSafeMath.h | 26 return sizeof(size_t) == sizeof(uint64_t) ? mul64(x, y) : mul32(x, y); in mul() 79 uint64_t mul64(uint64_t x, uint64_t y) { in mul64() function
|
/third_party/openssl/crypto/bn/ |
D | bn_asm.c | 553 mul64(lo,hi,bl,bh); \ 562 mul64(lo,hi,bl,bh); \ 851 # ifdef mul64 in bn_mul_mont() 868 # ifdef mul64 in bn_mul_mont() 885 # ifdef mul64 in bn_mul_mont() 901 # ifdef mul64 in bn_mul_mont() 910 # ifdef mul64 in bn_mul_mont()
|
D | bn_local.h | 576 # define mul64(l,h,bl,bh) \ macro 617 mul64(l,h,(bl),(bh)); \ 633 mul64(l,h,(bl),(bh)); \
|
D | bn_div.c | 402 mul64(t2l, t2h, ql, qh); /* t2=(BN_ULLONG)d1*q; */ in bn_div_fixed_top()
|