/third_party/openssl/crypto/rsa/ |
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
|
D | rsa_sp800_56b_gen.c | 236 BIGNUM *p1, *q1, *lcm, *p1q1, *gcd; in ossl_rsa_sp800_56b_derive_params_from_pq() local
|
/third_party/ffmpeg/libavutil/ |
D | rational.c | 40 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/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video.c | 122 int best_n, best_d, gcd; in gst_video_guess_framerate() local
|
/third_party/ffmpeg/libavformat/ |
D | riffenc.c | 276 int gcd; in ff_parse_specific_params() local
|
/third_party/mesa3d/src/getopt/ |
D | getopt_long.c | 102 gcd(int a, int b) in gcd() function
|
/third_party/zlib/examples/ |
D | gzappend.c | 102 local unsigned gcd(unsigned a, unsigned b) in gcd() function
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deDefs.hpp | 76 T gcd (T x, T y) in gcd() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetSchedule.cpp | 47 static unsigned gcd(unsigned Dividend, unsigned Divisor) { in gcd() function
|
/third_party/openssl/test/testutil/ |
D | driver.c | 84 static int gcd(int a, int b) in gcd() function
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRuleSet.java | 723 long gcd = x1 << p2; in lcm() local
|
/third_party/pulseaudio/src/pulsecore/ |
D | sample-util.c | 375 unsigned gcd, n; in pa_memchunk_sine() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | NFRuleSet.java | 724 long gcd = x1 << p2; in lcm() local
|
/third_party/openssl/providers/implementations/kdfs/ |
D | krb5kdf.c | 268 unsigned int tmp, gcd, remainder, lcm, carry; in n_fold() local
|
/third_party/ffmpeg/libavcodec/ |
D | ituh263dec.c | 1173 int gcd; in ff_h263_decode_picture_header() local
|
D | libxvid.c | 327 int gcd; in xvid_correct_framerate() local
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstutils.c | 3714 gint gcd; in gst_util_double_to_fraction() local 3807 gint gcd; in gst_util_fraction_multiply() local 3871 gint gcd; in gst_util_fraction_add() local 3935 gint gcd; in gst_util_fraction_compare() local
|
/third_party/python/Lib/test/ |
D | test_binop.py | 7 def gcd(a, b): function
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2src.c | 501 gint gcd; in gst_v4l2src_query_preferred_dv_timings() local
|
/third_party/node/deps/icu-small/source/i18n/ |
D | nfrs.cpp | 114 int64_t gcd = x1 << p2; in util_lcm() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | nfrs.cpp | 114 int64_t gcd = x1 << p2; in util_lcm() local
|
/third_party/icu/icu4c/source/i18n/ |
D | nfrs.cpp | 114 int64_t gcd = x1 << p2; in util_lcm() local
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | nfrs.cpp | 114 int64_t gcd = x1 << p2; in util_lcm() local
|
/third_party/openssl/test/ |
D | bntest.c | 1759 BIGNUM *a = NULL, *b = NULL, *gcd = NULL, *ret = NULL; in file_gcd() local 2578 BIGNUM *a = NULL, *b = NULL, *gcd = NULL; in test_gcd_prime() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsSizeControlTests.cpp | 73 deUint32 gcd (deUint32 a, deUint32 b) in gcd() function
|