Searched defs:BN_UMULT_HIGH (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
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
|
/third_party/openssl/crypto/bn/ |
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
|