Searched defs:t (Results 1 – 13 of 13) sorted by relevance
/coreutils/gl/lib/ |
D | randperm.c | 72 size_t t = v[i]; in swap() local 137 size_t t = v1->val; in sparse_swap() local
|
/coreutils/src/blake2/ |
D | blake2.h | 54 uint32_t t[2]; member 65 uint64_t t[2]; member
|
/coreutils/src/ |
D | touch.c | 125 struct timespec const *t = newtime; in touch() local
|
D | factor.c | 206 # define __ll_lowpart(t) ((uintmax_t) (t) & (__ll_B - 1)) argument 207 # define __ll_highpart(t) ((uintmax_t) (t) >> (W_TYPE_SIZE / 2)) argument 443 uintmax_t t = b; in gcd_odd() local 455 uintmax_t t; in gcd_odd() local 838 mp_factor_using_division (mpz_t t, struct mp_factors *factors) in mp_factor_using_division() 1464 uintmax_t x, z, y, P, t, ni, g; in factor_using_pollard_rho() local 1675 mpz_t t, t2; in mp_factor_using_pollard_rho() local 2075 uintmax_t q, P1, t, rem; in factor_using_squfof() local 2253 mp_factor (mpz_t t, struct mp_factors *factors) in mp_factor() 2521 mpz_t t; in print_factors() local
|
D | tsort.c | 121 struct item *p, *q, *r, *s, *t; in search_item() local
|
D | system.h | 471 size_t t = u % v; in gcd() local 718 timetostr (time_t t, char *buf) in timetostr()
|
D | tail.c | 1843 int t = start_bytes (pretty_filename, fd, n_bytes, read_pos); in tail_bytes() local 1899 int t = start_lines (pretty_filename, fd, n_lines, read_pos); in tail_lines() local
|
D | numfmt.c | 412 simple_round (long double val, enum round_type t) in simple_round()
|
D | stat.c | 644 human_time (struct timespec t) in human_time()
|
D | pr.c | 1649 struct timespec t; in init_header() local
|
D | sort.c | 3033 size_t t; in mergefps() local 3231 mergelines (struct line *restrict t, size_t nlines, in mergelines()
|
D | longlong.h | 44 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) argument 45 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) argument
|
D | ls.c | 5349 size_t t = s * column_info_growth; in init_column_info() local
|