OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpGcd_BNU
(Results
1 - 3
of
3
) sorted by null
/external/epid-sdk/ext/ipp/sources/ippcp/
pcpbnu_arith_gcd.c
47
//
cpGcd_BNU
()
56
// Name:
cpGcd_BNU
69
BNU_CHUNK_T
cpGcd_BNU
(BNU_CHUNK_T a, BNU_CHUNK_T b)
pcpbnuarith.h
141
#define
cpGcd_BNU
OWNAPI(
cpGcd_BNU
)
142
BNU_CHUNK_T
cpGcd_BNU
(BNU_CHUNK_T a, BNU_CHUNK_T b);
pcpbnarithgcd.c
129
BNU_CHUNK_T gcd =
cpGcd_BNU
(BN_NUMBER(x)[0], BN_NUMBER(y)[0]);
292
BN_NUMBER(g)[0] =
cpGcd_BNU
(((BNU_CHUNK_T*)xBuffer)[0], ((BNU_CHUNK_T*)yBuffer)[0]);
Completed in 278 milliseconds