Home
last modified time | relevance | path

Searched defs:gcd (Results 1 – 25 of 34) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/rsa/
Drsa_sp800_56b_check.c139 BIGNUM *p1 = NULL, *gcd = NULL; in ossl_rsa_check_prime_factor() local
178 BIGNUM *r, *p1, *q1, *lcm, *p1q1, *gcd; in ossl_rsa_check_private_exponent() local
266 BIGNUM *lcm, BIGNUM *gcd, BIGNUM *p1, BIGNUM *q1, in ossl_rsa_get_lcm()
286 BIGNUM *gcd = NULL; local
Drsa_sp800_56b_gen.c236 BIGNUM *p1, *q1, *lcm, *p1q1, *gcd; in ossl_rsa_sp800_56b_derive_params_from_pq() local
/third_party/openssl/crypto/rsa/
Drsa_sp800_56b_check.c139 BIGNUM *p1 = NULL, *gcd = NULL; in ossl_rsa_check_prime_factor() local
178 BIGNUM *r, *p1, *q1, *lcm, *p1q1, *gcd; in ossl_rsa_check_private_exponent() local
266 BIGNUM *lcm, BIGNUM *gcd, BIGNUM *p1, BIGNUM *q1, in ossl_rsa_get_lcm()
286 BIGNUM *gcd = NULL; local
Drsa_sp800_56b_gen.c236 BIGNUM *p1, *q1, *lcm, *p1q1, *gcd; in ossl_rsa_sp800_56b_derive_params_from_pq() local
/third_party/ffmpeg/libavutil/
Drational.c40 int64_t gcd = av_gcd(FFABS(num), FFABS(den)); in av_reduce() local
188 int64_t gcd, lcm; in av_gcd_q() local
/third_party/ffmpeg/libavformat/
Driffenc.c277 int gcd; in ff_parse_specific_params() local
/third_party/mesa3d/src/getopt/
Dgetopt_long.c102 gcd(int a, int b) in gcd() function
/third_party/zlib/examples/
Dgzappend.c102 local unsigned gcd(unsigned a, unsigned b) in gcd() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSchedule.cpp47 static unsigned gcd(unsigned Dividend, unsigned Divisor) { in gcd() function
/third_party/openssl/test/testutil/
Ddriver.c84 static int gcd(int a, int b) in gcd() function
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeDefs.hpp77 T gcd (T x, T y) in gcd() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRuleSet.java723 long gcd = x1 << p2; in lcm() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNFRuleSet.java724 long gcd = x1 << p2; in lcm() local
/third_party/pulseaudio/src/pulsecore/
Dsample-util.c375 unsigned gcd, n; in pa_memchunk_sine() local
Dresampler.h120 unsigned gcd; member
Dresampler.c128 unsigned gcd, n; in calculate_gcd() local
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
Dkrb5kdf.c268 unsigned int tmp, gcd, remainder, lcm, carry; in n_fold() local
/third_party/openssl/providers/implementations/kdfs/
Dkrb5kdf.c268 unsigned int tmp, gcd, remainder, lcm, carry; in n_fold() local
/third_party/ffmpeg/libavcodec/
Dlibxvid.c327 int gcd; in xvid_correct_framerate() local
Dituh263dec.c1261 int gcd; in ff_h263_decode_picture_header() local
/third_party/python/Lib/test/
Dtest_binop.py7 def gcd(a, b): function
/third_party/lame/libmp3lame/
Dutil.c529 gcd(int i, int j) in gcd() function
/third_party/icu/icu4c/source/i18n/
Dnfrs.cpp114 int64_t gcd = x1 << p2; in util_lcm() local
/third_party/node/deps/icu-small/source/i18n/
Dnfrs.cpp114 int64_t gcd = x1 << p2; in util_lcm() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dnfrs.cpp114 int64_t gcd = x1 << p2; in util_lcm() local

12