Home
last modified time | relevance | path

Searched defs:gcd (Results 1 - 25 of 40) sorted by relevance

12

/kernel/linux/linux-5.10/lib/math/
H A Dgcd.c23 unsigned long gcd(unsigned long a, unsigned long b) in gcd() function
50 unsigned long gcd(unsigned long a, unsigned long b) in gcd() function
85 EXPORT_SYMBOL_GPL(gcd); variable
/kernel/linux/linux-6.6/lib/math/
H A Dgcd.c23 unsigned long gcd(unsigned long a, unsigned long b) in gcd() function
50 unsigned long gcd(unsigned long a, unsigned long b) in gcd() function
85 EXPORT_SYMBOL_GPL(gcd); variable
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/basics/
H A Dconversion.c118 uint32_t gcd = 0; in reduce_fraction() local
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A 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
265 ossl_rsa_get_lcm(BN_CTX *ctx, const BIGNUM *p, const BIGNUM *q, BIGNUM *lcm, BIGNUM *gcd, BIGNUM *p1, BIGNUM *q1, BIGNUM *p1q1) ossl_rsa_get_lcm() argument
286 BIGNUM *gcd = NULL; global() local
[all...]
H A 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/
H A 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
265 ossl_rsa_get_lcm(BN_CTX *ctx, const BIGNUM *p, const BIGNUM *q, BIGNUM *lcm, BIGNUM *gcd, BIGNUM *p1, BIGNUM *q1, BIGNUM *p1q1) ossl_rsa_get_lcm() argument
286 BIGNUM *gcd = NULL; global() local
[all...]
H A 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/
H A 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/
H A Driffenc.c277 int gcd; in ff_parse_specific_params() local
/third_party/glfw/tests/
H A Dmonitors.c62 const int gcd = euclid(mode->width, mode->height); in format_mode() local
/third_party/mesa3d/src/getopt/
H A Dgetopt_long.c102 gcd(int a, int b) in gcd() function
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c268 unsigned int tmp, gcd, remainder, lcm, carry; in n_fold() local
/third_party/pulseaudio/src/pulsecore/
H A Dsample-util.c375 unsigned gcd, n; in pa_memchunk_sine() local
H A Dresampler.h120 unsigned gcd; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetSchedule.cpp47 static unsigned gcd(unsigned Dividend, unsigned Divisor) { in gcd() function
/third_party/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c268 unsigned int tmp, gcd, remainder, lcm, carry; in n_fold() local
/third_party/python/Lib/test/
H A Dtest_binop.py7 def gcd(a, b): function
[all...]
/third_party/zlib/examples/
H A Dgzappend.c102 local unsigned gcd(unsigned a, unsigned b) in gcd() function
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_mh.c66 int gcd; member
344 ip_vs_mh_shift_weight(struct ip_vs_service *svc, int gcd) ip_vs_mh_shift_weight() argument
[all...]
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_mh.c66 int gcd; member
343 ip_vs_mh_shift_weight(struct ip_vs_service *svc, int gcd) ip_vs_mh_shift_weight() argument
[all...]
/third_party/openssl/test/testutil/
H A Ddriver.c84 static int gcd(int a, int b) in gcd() function
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_calendar.c285 u32 gcd, idx, sum, min, factor; in sparx5_dsm_calendar_calc() local
/third_party/ffmpeg/libavcodec/
H A Dituh263dec.c1261 int gcd; in ff_h263_decode_picture_header() local
H A Dlibxvid.c327 int gcd; in xvid_correct_framerate() local
/third_party/icu/icu4c/source/i18n/
H A Dnfrs.cpp114 int64_t gcd = x1 << p2; in util_lcm() local

Completed in 17 milliseconds

12