Home
last modified time | relevance | path

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

/freebsd/crypto/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
266 BIGNUM *lcm, BIGNUM *gcd, BIGNUM *p1, BIGNUM *q1, in ossl_rsa_get_lcm()
286 BIGNUM *gcd = NULL; local
H A Drsa_sp800_56b_gen.c236 BIGNUM *p1, *q1, *lcm, *p1q1, *gcd; in ossl_rsa_sp800_56b_derive_params_from_pq() local
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dgcd.h34 gcd(unsigned long a, unsigned long b) in gcd() function
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.h57 constexpr size_t gcd(size_t a, size_t b) { in gcd() function
/freebsd/sys/sys/
H A Dtime.h220 const int64_t gcd = __common_powers_of_two(factor, divisor); in __stime64_scale64_ceil() local
228 const int64_t gcd = __common_powers_of_two(factor, divisor); in __stime64_scale64_floor() local
236 const uint64_t gcd = __common_powers_of_two(factor, divisor); in __utime64_scale64_ceil() local
244 const uint64_t gcd = __common_powers_of_two(factor, divisor); in __utime64_scale64_floor() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDynamicAPInt.h388 LLVM_ATTRIBUTE_ALWAYS_INLINE DynamicAPInt gcd(const DynamicAPInt &A, in gcd() function
/freebsd/sys/kgssapi/krb5/
H A Dkcrypto.c86 gcd(size_t a, size_t b) in gcd() function
/freebsd/contrib/libfido2/openbsd-compat/
H A Dgetopt_long.c110 gcd(int a, int b) in gcd() function
/freebsd/contrib/file/src/
H A Dgetopt_long.c115 gcd(a, b) in gcd() function
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp56 static int gcd(int a, int b) { in gcd() function
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c133 gcd(int a, int b) in gcd() function
/freebsd/lib/libc/stdlib/
H A Dgetopt_long.c127 gcd(int a, int b) in gcd() function
/freebsd/crypto/openssl/test/testutil/
H A Ddriver.c84 static int gcd(int a, int b) in gcd() function
/freebsd/contrib/tcpdump/missing/
H A Dgetopt_long.c121 gcd(int a, int b) in gcd() function
/freebsd/sbin/geom/misc/
H A Dsubr.c67 gcd(unsigned int a, unsigned int b) in gcd() function
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dkrb5kdf.c268 unsigned int tmp, gcd, remainder, lcm, carry; in n_fold() local
/freebsd/sys/geom/shsec/
H A Dg_shsec.c88 gcd(u_int a, u_int b) in gcd() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSlowDynamicAPInt.cpp217 SlowDynamicAPInt detail::gcd(const SlowDynamicAPInt &A, in gcd() function in detail
/freebsd/sys/geom/stripe/
H A Dg_stripe.c92 gcd(u_int a, u_int b) in gcd() function
/freebsd/sys/geom/concat/
H A Dg_concat.c75 gcd(u_int a, u_int b) in gcd() function
/freebsd/crypto/openssl/test/
H A Dbntest.c1767 BIGNUM *a = NULL, *b = NULL, *gcd = NULL, *ret = NULL; in file_gcd() local
2586 BIGNUM *a = NULL, *b = NULL, *gcd = NULL; in test_gcd_prime() local
/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c2029 gcd(unsigned a, unsigned b) in gcd() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5216 uint32_t gcd = std::gcd(uint32_t(abs((int32_t)Offset)), Alignment); in getKnownAlignForUse() local
5344 uint32_t gcd = in updateImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3576 APInt gcd(const SCEVConstant *C1, const SCEVConstant *C2) { in gcd() function