OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:euclid
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_gcd.c
115
static BIGNUM *
euclid
(BIGNUM *a, BIGNUM *b);
136
t=
euclid
(a,b);
147
static BIGNUM *
euclid
(BIGNUM *a, BIGNUM *b)
function
464
* The while loop (
Euclid
's algorithm) ends when
619
* The while loop (
Euclid
's algorithm) ends when
/external/openssl/crypto/bn/
bn_gcd.c
115
static BIGNUM *
euclid
(BIGNUM *a, BIGNUM *b);
136
t=
euclid
(a,b);
147
static BIGNUM *
euclid
(BIGNUM *a, BIGNUM *b)
function
464
* The while loop (
Euclid
's algorithm) ends when
619
* The while loop (
Euclid
's algorithm) ends when
Completed in 231 milliseconds