Searched defs:BN_UMULT_HIGH (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_local.h | 389 # define BN_UMULT_HIGH(a,b) (((uint128_t)(a)*(b))>>64) macro 396 # define BN_UMULT_HIGH(a,b) (BN_ULONG)asm("umulh %a0,%a1,%v0",(a),(b)) macro 398 # define BN_UMULT_HIGH(a,b) ({ \ macro 407 # define BN_UMULT_HIGH(a,b) ({ \ macro 417 # define BN_UMULT_HIGH(a,b) ({ \ macro 436 # define BN_UMULT_HIGH(a,b) __umulh((a),(b)) macro 441 # define BN_UMULT_HIGH(a,b) ({ \ macro 454 # define BN_UMULT_HIGH(a,b) ({ \ macro
|
Completed in 6 milliseconds