Searched defs:j (Results 1 – 17 of 17) sorted by relevance
/coreutils/gl/lib/ |
D | randperm.c | 70 swap (size_t *v, size_t i, size_t j) in swap() 120 sparse_swap (sparse_map *sv, size_t *v, size_t i, size_t j) in sparse_swap() 226 size_t j = i + randint_choose (r, n - i); in randperm_new() local
|
/coreutils/src/ |
D | shuf.c | 217 randint j = randint_choose (s, n_lines + 1); /* 0 .. n_lines. */ in read_input_reservoir_sampling() local 341 unsigned long int j = lo_input + randint_choose (s, range); in write_random_numbers() local 358 const randint j = randint_choose (s, n_lines); in write_random_lines() local
|
D | tsort.c | 264 record_relation (struct item *j, struct item *k) in record_relation() 432 struct item *j = nullptr; in tsort() local
|
D | set-fields.c | 285 for (size_t j = i + 1; j < n_frp; ++j) in set_fields() local
|
D | make-prime-list.c | 217 unsigned j; in main() local
|
D | pr.c | 1702 int j; in init_page() local 1775 int j; in print_page() local 1946 int i, j; in store_columns() local 2331 int j; in skip_to_page() local 2430 int j, k; in read_line() local
|
D | comm.c | 279 int i, j; in compare_files() local
|
D | factor.c | 538 for (int j = nfactors - 1; j > i; j--) in factor_insert_multiplicity() local 636 for (ptrdiff_t j = nfactors - 1; j > i; j--) in mp_factor_insert() local 717 for (int j = 0; j < off; j++) in factor_insert_refind() local 2118 for (int j = 0; j < qpos; j++) in factor_using_squfof() local 2456 for (int j = 0; j < factors.nfactors; j++) in print_factors_single() local 2530 for (idx_t j = 0; j < factors.nfactors; j++) in print_factors() local
|
D | split.c | 520 int j; in create() local 569 int j; in closeout() local
|
D | tail.c | 714 size_t j; in pipe_lines() local 1704 size_t j; in tail_forever_inotify() local
|
D | join.c | 743 idx_t j; in join() local
|
D | ls.c | 1590 int j; in signal_setup() local 1829 int j; in main() local 3754 size_t j; in extract_dirs_from_files() local 5367 size_t j; in init_column_info() local
|
D | csplit.c | 859 intmax_t j; in split_file() local
|
D | basenc.c | 752 for (int j = 4; j >= 0; --j) in z85_encode() local
|
D | tr.c | 438 unsigned int j = 0; in unquote() local
|
D | dd.c | 1992 idx_t j; in copy_with_block() local
|
D | sort.c | 1309 size_t j, k; in inittables() local 3032 size_t j; in mergefps() local
|