OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BN_UMULT_HIGH
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_lcl.h
215
*
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))
242
# define
BN_UMULT_HIGH
(a,b) ({ \
251
# define
BN_UMULT_HIGH
(a,b) ({ \
261
# define
BN_UMULT_HIGH
(a,b) ({ \
280
# define
BN_UMULT_HIGH
(a,b) __umulh((a),(b))
286
# define
BN_UMULT_HIGH
(a,b) (((__uint128_t)(a)*(b))>>64)
291
# define
BN_UMULT_HIGH
(a,b) ({ \
373
#elif defined(
BN_UMULT_HIGH
)
[
all
...]
bn_div.c
380
#elif defined(
BN_UMULT_HIGH
)
382
t2h =
BN_UMULT_HIGH
(d1,q);
bn_asm.c
69
#if defined(BN_LLONG) || defined(
BN_UMULT_HIGH
)
144
#else /* !(defined(BN_LLONG) || defined(
BN_UMULT_HIGH
)) */
226
#endif /* !(defined(BN_LLONG) || defined(
BN_UMULT_HIGH
)) */
497
#elif defined(
BN_UMULT_HIGH
)
502
t2 =
BN_UMULT_HIGH
(ta,tb); \
509
t1 =
BN_UMULT_HIGH
(ta,tb); \
520
t2 =
BN_UMULT_HIGH
(ta,ta); \
/external/openssl/crypto/bn/
bn_lcl.h
215
*
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))
242
# define
BN_UMULT_HIGH
(a,b) ({ \
251
# define
BN_UMULT_HIGH
(a,b) ({ \
261
# define
BN_UMULT_HIGH
(a,b) ({ \
280
# define
BN_UMULT_HIGH
(a,b) __umulh((a),(b))
286
# define
BN_UMULT_HIGH
(a,b) (((__uint128_t)(a)*(b))>>64)
291
# define
BN_UMULT_HIGH
(a,b) ({ \
373
#elif defined(
BN_UMULT_HIGH
)
[
all
...]
bn_div.c
380
#elif defined(
BN_UMULT_HIGH
)
382
t2h =
BN_UMULT_HIGH
(d1,q);
bn_asm.c
69
#if defined(BN_LLONG) || defined(
BN_UMULT_HIGH
)
144
#else /* !(defined(BN_LLONG) || defined(
BN_UMULT_HIGH
)) */
226
#endif /* !(defined(BN_LLONG) || defined(
BN_UMULT_HIGH
)) */
497
#elif defined(
BN_UMULT_HIGH
)
502
t2 =
BN_UMULT_HIGH
(ta,tb); \
509
t1 =
BN_UMULT_HIGH
(ta,tb); \
520
t2 =
BN_UMULT_HIGH
(ta,ta); \
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
x86_64-gcc.c
281
t2 =
BN_UMULT_HIGH
(ta,tb); \
288
t1 =
BN_UMULT_HIGH
(ta,tb); \
/external/openssl/crypto/bn/asm/
x86_64-gcc.c
281
t2 =
BN_UMULT_HIGH
(ta,tb); \
288
t1 =
BN_UMULT_HIGH
(ta,tb); \
Completed in 138 milliseconds