Searched defs:y (Results 1 – 9 of 9) sorted by relevance
/coreutils/src/ |
D | cp-hash.c | 64 src_to_dest_compare (void const *x, void const *y) in src_to_dest_compare()
|
D | make-prime-list.c | 66 wide_uint y = 2 * x - x * x * a; in binvert() local
|
D | cksum.c | 122 for (int y = 0; y < 8; y++) in main() local
|
D | comm.c | 41 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
|
D | factor.c | 1064 uintmax_t y = one; in powm() local 1127 uintmax_t y = powm (b, q, n, ni, one); in millerrabin() local 1177 mp_millerrabin (mpz_srcptr n, mpz_srcptr nm1, mpz_ptr x, mpz_ptr y, in mp_millerrabin() 1332 uintmax_t e[2], y[2]; in prime2_p() local 1464 uintmax_t x, z, y, P, t, ni, g; in factor_using_pollard_rho() local 1674 mpz_t x, z, y, P; in mp_factor_using_pollard_rho() local 1781 uintmax_t y = (x + n / x) / 2; in isqrt() local 1813 uintmax_t q, y; in isqrt2() local
|
D | head.c | 438 size_t y = READ_BUFSIZE - rem; in elide_tail_bytes_pipe() local
|
D | df.c | 686 devlist_compare (void const *x, void const *y) in devlist_compare()
|
D | ls.c | 1402 dev_ino_compare (void const *x, void const *y) in dev_ino_compare()
|
/coreutils/gl/lib/ |
D | randperm.c | 96 sparse_cmp_ (void const *x, void const *y) in sparse_cmp_()
|