Searched defs:BN_UMULT_HIGH (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/crypto/bn/ |
D | bn_local.h | 398 # define BN_UMULT_HIGH(a,b) (((uint128_t)(a)*(b))>>64) macro 405 # define BN_UMULT_HIGH(a,b) (BN_ULONG)asm("umulh %a0,%a1,%v0",(a),(b)) macro 407 # define BN_UMULT_HIGH(a,b) ({ \ macro 416 # define BN_UMULT_HIGH(a,b) ({ \ macro 426 # define BN_UMULT_HIGH(a,b) ({ \ macro 445 # define BN_UMULT_HIGH(a,b) __umulh((a),(b)) macro 450 # define BN_UMULT_HIGH(a,b) ({ \ macro 463 # define BN_UMULT_HIGH(a,b) ({ \ macro
|