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 - 3
of
3
) sorted by null
/external/boringssl/src/crypto/bn/
internal.h
262
# define
BN_UMULT_HIGH
(a,b) ({ \
275
# define
BN_UMULT_HIGH
(a, b) __umulh((a), (b))
280
# define
BN_UMULT_HIGH
(a,b) ({ \
div.c
306
#elif defined(
BN_UMULT_HIGH
)
308
t2h =
BN_UMULT_HIGH
(d1, q);
generic.c
221
#if defined(BN_ULLONG) || defined(
BN_UMULT_HIGH
)
301
#else /* !(defined(BN_ULLONG) || defined(
BN_UMULT_HIGH
)) */
387
#endif /* !(defined(BN_ULLONG) || defined(
BN_UMULT_HIGH
)) */
Completed in 41 milliseconds