Searched refs:swap (Results 1 – 8 of 8) sorted by relevance
/coreutils/gl/lib/ |
D | randperm.c | 70 swap (size_t *v, size_t i, size_t j) in swap() function 230 swap (v, i, j); in randperm_new()
|
/coreutils/src/ |
D | shred.c | 706 size_t accum, top, swap; in genpattern() local 799 swap = n + randint_choose (s, top - n); in genpattern() 801 dest[n] = dest[swap]; in genpattern() 802 dest[swap] = k; in genpattern()
|
D | sort.c | 3286 int swap = (0 < compare (&lines[-1], &lines[-2])); in sequential_sort() local 3289 temp[-1] = lines[-1 - swap]; in sequential_sort() 3290 temp[-2] = lines[-2 + swap]; in sequential_sort() 3292 else if (swap) in sequential_sort()
|
/coreutils/man/ |
D | chmod.x | 113 saves the program's text image on the swap device so it will load more
|
/coreutils/doc/ |
D | perm.texi | 93 @cindex swap space, saving text image in 94 @cindex text image, saving in swap space 100 swap device so it will load more quickly when run, so that the image
|
D | coreutils.texi | 9413 If the @samp{swab} conversion is given, swap each pair of input bytes. 9415 (since there is nothing to swap it with).
|
/coreutils/ |
D | HACKING | 312 block, or negate the "if"-condition and swap the bodies, putting the
|
D | NEWS | 1319 "zsmalloc" Linux compressed swap support,
|