Searched defs:BN_UMULT_HIGH (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
H A D | bn_local.h | 386 # define BN_UMULT_HIGH(a,b) (((uint128_t)(a)*(b))>>64) macro 393 # define BN_UMULT_HIGH(a,b) (BN_ULONG)asm("umulh %a0,%a1,%v0",(a),(b)) macro 395 # define BN_UMULT_HIGH(a,b) ({ \ macro 404 # define BN_UMULT_HIGH(a,b) ({ \ macro 414 # define BN_UMULT_HIGH(a,b) ({ \ macro 433 # define BN_UMULT_HIGH(a,b) __umulh((a),(b)) macro 438 # define BN_UMULT_HIGH(a,b) ({ \ macro 451 # define BN_UMULT_HIGH(a,b) ({ \ macro
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
H A D | bn_local.h | 411 # define BN_UMULT_HIGH(a,b) (((__uint128_t)(a)*(b))>>64) macro 418 # define BN_UMULT_HIGH(a,b) (BN_ULONG)asm("umulh %a0,%a1,%v0",(a),(b)) macro 420 # define BN_UMULT_HIGH(a,b) ({ \ macro 429 # define BN_UMULT_HIGH(a,b) ({ \ macro 439 # define BN_UMULT_HIGH(a,b) ({ \ macro 458 # define BN_UMULT_HIGH(a,b) __umulh((a),(b)) macro 463 # define BN_UMULT_HIGH(a,b) ({ \ macro 476 # define BN_UMULT_HIGH(a,b) ({ \ macro
|