Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDgcd.h34 gcd(unsigned long a, unsigned long b) in gcd() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_utils.h57 constexpr size_t gcd(size_t a, size_t b) { in gcd() function
/freebsd-13-stable/sys/sys/
HDtime.h222 const int64_t gcd = __common_powers_of_two(factor, divisor); in __stime64_scale64_ceil() local
230 const int64_t gcd = __common_powers_of_two(factor, divisor); in __stime64_scale64_floor() local
238 const uint64_t gcd = __common_powers_of_two(factor, divisor); in __utime64_scale64_ceil() local
246 const uint64_t gcd = __common_powers_of_two(factor, divisor); in __utime64_scale64_floor() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDDynamicAPInt.h388 LLVM_ATTRIBUTE_ALWAYS_INLINE DynamicAPInt gcd(const DynamicAPInt &A, in gcd() function
/freebsd-13-stable/sys/kgssapi/krb5/
HDkcrypto.c87 gcd(size_t a, size_t b) in gcd() function
/freebsd-13-stable/contrib/libfido2/openbsd-compat/
HDgetopt_long.c110 gcd(int a, int b) in gcd() function
/freebsd-13-stable/contrib/file/src/
HDgetopt_long.c115 gcd(a, b) in gcd() function
/freebsd-13-stable/crypto/openssh/openbsd-compat/
HDgetopt_long.c133 gcd(int a, int b) in gcd() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDGetOptInc.cpp56 static int gcd(int a, int b) { in gcd() function
/freebsd-13-stable/lib/libc/stdlib/
HDgetopt_long.c133 gcd(int a, int b) in gcd() function
/freebsd-13-stable/contrib/tcpdump/missing/
HDgetopt_long.c121 gcd(int a, int b) in gcd() function
/freebsd-13-stable/sbin/geom/misc/
HDsubr.c68 gcd(unsigned int a, unsigned int b) in gcd() function
/freebsd-13-stable/sys/geom/shsec/
HDg_shsec.c89 gcd(u_int a, u_int b) in gcd() function
/freebsd-13-stable/sys/geom/concat/
HDg_concat.c75 gcd(u_int a, u_int b) in gcd() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDSlowDynamicAPInt.cpp217 SlowDynamicAPInt detail::gcd(const SlowDynamicAPInt &A, in gcd() function in detail
/freebsd-13-stable/sys/geom/stripe/
HDg_stripe.c93 gcd(u_int a, u_int b) in gcd() function
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
HDlinux_compat.c2209 uint64_t gcd; in linux_timer_init() local
/freebsd-13-stable/sys/dev/sound/pci/hda/
HDhdaa.c2028 gcd(unsigned a, unsigned b) in gcd() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributorAttributes.cpp5216 uint32_t gcd = std::gcd(uint32_t(abs((int32_t)Offset)), Alignment); in getKnownAlignForUse() local
5344 uint32_t gcd = in updateImpl() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp3576 APInt gcd(const SCEVConstant *C1, const SCEVConstant *C2) { in gcd() function