Searched defs:BN_UMULT_HIGH (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/crypto/bn/ |
D | bn_local.h | 391 # define BN_UMULT_HIGH(a,b) (((__uint128_t)(a)*(b))>>64) macro 398 # define BN_UMULT_HIGH(a,b) (BN_ULONG)asm("umulh %a0,%a1,%v0",(a),(b)) macro 400 # define BN_UMULT_HIGH(a,b) ({ \ macro 409 # define BN_UMULT_HIGH(a,b) ({ \ macro 419 # define BN_UMULT_HIGH(a,b) ({ \ macro 438 # define BN_UMULT_HIGH(a,b) __umulh((a),(b)) macro 443 # define BN_UMULT_HIGH(a,b) ({ \ macro 456 # define BN_UMULT_HIGH(a,b) ({ \ macro
|