Searched defs:BN_UMULT_HIGH (Results 1 – 1 of 1) sorted by relevance
/openssl-master/crypto/bn/ |
A D | bn_local.h | 384 # define BN_UMULT_HIGH(a,b) (((uint128_t)(a)*(b))>>64) macro 391 # define BN_UMULT_HIGH(a,b) (BN_ULONG)asm("umulh %a0,%a1,%v0",(a),(b)) macro 393 # define BN_UMULT_HIGH(a,b) ({ \ macro 402 # define BN_UMULT_HIGH(a,b) ({ \ macro 412 # define BN_UMULT_HIGH(a,b) ({ \ macro 431 # define BN_UMULT_HIGH(a,b) __umulh((a),(b)) macro 436 # define BN_UMULT_HIGH(a,b) ({ \ macro 449 # define BN_UMULT_HIGH(a,b) ({ \ macro
|
Completed in 6 milliseconds