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

/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_lcl.h215 * BN_UMULT_HIGH section.
232 * exhibiting "native" performance in C. That's what BN_UMULT_HIGH
240 # define BN_UMULT_HIGH(a,b) (BN_ULONG)asm("umulh %a0,%a1,%v0",(a),(b)) macro
242 # define BN_UMULT_HIGH(a,b) ({ \ macro
251 # define BN_UMULT_HIGH(a,b) ({ \ macro
261 # define BN_UMULT_HIGH(a,b) ({ \ macro
280 # define BN_UMULT_HIGH(a,b) __umulh((a),(b)) macro
286 # define BN_UMULT_HIGH(a,b) (((__uint128_t)(a)*(b))>>64) macro
291 # define BN_UMULT_HIGH(a,b) ({ \ macro
373 #elif defined(BN_UMULT_HIGH)
[all...]
/external/openssl/crypto/bn/
H A Dbn_lcl.h215 * BN_UMULT_HIGH section.
232 * exhibiting "native" performance in C. That's what BN_UMULT_HIGH
240 # define BN_UMULT_HIGH(a,b) (BN_ULONG)asm("umulh %a0,%a1,%v0",(a),(b)) macro
242 # define BN_UMULT_HIGH(a,b) ({ \ macro
251 # define BN_UMULT_HIGH(a,b) ({ \ macro
261 # define BN_UMULT_HIGH(a,b) ({ \ macro
280 # define BN_UMULT_HIGH(a,b) __umulh((a),(b)) macro
286 # define BN_UMULT_HIGH(a,b) (((__uint128_t)(a)*(b))>>64) macro
291 # define BN_UMULT_HIGH(a,b) ({ \ macro
373 #elif defined(BN_UMULT_HIGH)
[all...]

Completed in 48 milliseconds