Home
last modified time | relevance | path

Searched defs:BN_UMULT_HIGH (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_local.h386 # 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 Dbn_local.h411 # 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