OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mpdiv
(Results
1 - 1
of
1
) sorted by null
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h
231
int (*
mpdiv
)(void *a, void *b, void *c, void *d);
member in struct:__anon19195
477
#define mp_div(a, b, c, d) ltc_mp.
mpdiv
(a, b, c, d)
479
#define mp_mod(a, b, c) ltc_mp.
mpdiv
(a, b, NULL, c)
Completed in 689 milliseconds