/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_sp800_56b_check.c | 139 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 D | rsa_sp800_56b_gen.c | 236 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 D | gcd.h | 34 gcd(unsigned long a, unsigned long b) in gcd() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_utils.h | 57 constexpr size_t gcd(size_t a, size_t b) { in gcd() function
|
/freebsd/sys/sys/ |
H A D | time.h | 220 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 D | DynamicAPInt.h | 388 LLVM_ATTRIBUTE_ALWAYS_INLINE DynamicAPInt gcd(const DynamicAPInt &A, in gcd() function
|
/freebsd/sys/kgssapi/krb5/ |
H A D | kcrypto.c | 86 gcd(size_t a, size_t b) in gcd() function
|
/freebsd/contrib/libfido2/openbsd-compat/ |
H A D | getopt_long.c | 110 gcd(int a, int b) in gcd() function
|
/freebsd/contrib/file/src/ |
H A D | getopt_long.c | 115 gcd(a, b) in gcd() function
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | GetOptInc.cpp | 56 static int gcd(int a, int b) { in gcd() function
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | getopt_long.c | 133 gcd(int a, int b) in gcd() function
|
/freebsd/lib/libc/stdlib/ |
H A D | getopt_long.c | 127 gcd(int a, int b) in gcd() function
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | driver.c | 84 static int gcd(int a, int b) in gcd() function
|
/freebsd/contrib/tcpdump/missing/ |
H A D | getopt_long.c | 121 gcd(int a, int b) in gcd() function
|
/freebsd/sbin/geom/misc/ |
H A D | subr.c | 67 gcd(unsigned int a, unsigned int b) in gcd() function
|
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | krb5kdf.c | 268 unsigned int tmp, gcd, remainder, lcm, carry; in n_fold() local
|
/freebsd/sys/geom/shsec/ |
H A D | g_shsec.c | 88 gcd(u_int a, u_int b) in gcd() function
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SlowDynamicAPInt.cpp | 217 SlowDynamicAPInt detail::gcd(const SlowDynamicAPInt &A, in gcd() function in detail
|
/freebsd/sys/geom/stripe/ |
H A D | g_stripe.c | 92 gcd(u_int a, u_int b) in gcd() function
|
/freebsd/sys/geom/concat/ |
H A D | g_concat.c | 75 gcd(u_int a, u_int b) in gcd() function
|
/freebsd/crypto/openssl/test/ |
H A D | bntest.c | 1767 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 D | hdaa.c | 2029 gcd(unsigned a, unsigned b) in gcd() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 5216 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 D | ScalarEvolution.cpp | 3576 APInt gcd(const SCEVConstant *C1, const SCEVConstant *C2) { in gcd() function
|