Searched refs:just (Results 1 – 15 of 15) sorted by relevance
/coreutils/gl/lib/ |
D | rand-isaac.c | 60 just (isaac_word a) in just() function 113 r[i] = b = just (ind (s->m, y >> ISAAC_WORDS_LOG) + x); \ in isaac_refill() 119 ISAAC_STEP (1, HALF, IF32 (just (a) >> 6, a ^ (just (a) >> 5))); in isaac_refill() 121 ISAAC_STEP (3, HALF, IF32 (just (a) >> 16, a ^ (just (a) >> 33))); in isaac_refill() 129 ISAAC_STEP (1, -HALF, IF32 (just (a) >> 6, a ^ (just (a) >> 5))); in isaac_refill() 131 ISAAC_STEP (3, -HALF, IF32 (just (a) >> 16, a ^ (just (a) >> 33))); in isaac_refill() 148 b += c; b ^= just (c) >> 2; e += b; \ 150 d += e; d ^= just (e) >> 16; g += d; \ 152 f += g; f ^= just (g) >> 4; a += f; \ 154 h += a; h ^= just (a) >> 9; c += h; \ [all …]
|
/coreutils/tests/cp/ |
D | trailing-slash | 1 # this is just a place-holder.
|
/coreutils/tests/ls/ |
D | ls-time.sh | 67 A basic test of touch -m has just failed, so the subsequent 85 A fundamental touch -a test has just failed, so the subsequent
|
/coreutils/src/ |
D | du-tests | 22 and DU1 refers to the just-built du binary you want to test.
|
/coreutils/m4/ |
D | check-decl.m4 | 11 dnl This is just a wrapper function to encapsulate this kludge.
|
/coreutils/ |
D | README-hacking | 12 requirements on anyone wishing to build from the just-checked-out sources. 13 (The requirements to build from a release are much less and are just 23 While building from a just-cloned source tree may require installing a
|
D | HACKING | 10 At worst, just download the latest stable release from 49 authorship. That is important not just to give credit where due, but 79 The trouble with this approach is that you've just checked in a change 125 Anyhow, get back onto your just-created branch: 189 Let's say you've just committed a change on your private 262 for whatever reason (even if it's just an added comment), then you should 263 add braces. Otherwise, it would be too easy to insert a statement just 572 state to the revision just before HEAD (i.e., next-to-last).
|
D | README-release | 91 that was just created by that "make" command.
|
D | init.cfg | 217 # The above did not find a working limit. Echo a very small number - just 453 # Test whether we can run our just-built root owned rm, 508 but running '\''id -G'\'' either failed or found just one. If you really
|
D | NEWS | 496 any extra final progress just before synchronizing output data, 1036 dd status=progress now just counts seconds; e.g., it outputs "6 s" 1231 nl now resets numbering for each page section rather than just for each page. 1384 dd now summarizes sizes in --human-readable format too, not just --si. 1552 insensitive file systems like HFS, mv would just remove a hardlinked 'file' 1866 not just the transfer counts. 2083 10,000 times better (just below 2^64). The new code also runs a 2084 deterministic primality test for each prime factor, not just a 2214 set-GID, or in a session for which the default group has just been 2484 tool exit non-zero for any invalid input line, rather than just warning. [all …]
|
/coreutils/tests/touch/ |
D | empty-file.sh | 72 *** This test has just failed. That can happen when the test is run in an
|
/coreutils/tests/mv/ |
D | dup-source.sh | 58 $i: will not overwrite just-created 'd/a' with 'a'
|
/coreutils/doc/ |
D | coreutils.texi | 889 set, the default is @samp{~}, just as in Emacs. 1385 entails operating on just the symbolic link or on all files in the 1689 Suppress repeated adjacent blank lines; output just one empty line 2144 the first line, and puts just an asterisk on the following line to 2220 just like @var{offset}, but it specifies an initial pseudo-address. The 2765 output. With single column output the number precedes each line just as 2923 returns are each counted as taking up one column, just like other 3486 Write a diagnostic just before each output file is opened. 3543 You can also extract just the Kth chunk. 3544 This extracts and prints just the 7th "chunk" of 33: [all …]
|
D | perm.texi | 134 may have just run @code{chmod a+w FILE}.
|
D | fdl.texi | 469 license notices just after the title page:
|