Home
last modified time | relevance | path

Searched refs:S (Results 1 – 15 of 15) sorted by relevance

/coreutils/src/blake2/
Dblake2b-ref.c52 static void blake2b_set_lastnode( blake2b_state *S ) in blake2b_set_lastnode() argument
54 S->f[1] = (uint64_t)-1; in blake2b_set_lastnode()
58 static int blake2b_is_lastblock( const blake2b_state *S ) in blake2b_is_lastblock() argument
60 return S->f[0] != 0; in blake2b_is_lastblock()
63 static void blake2b_set_lastblock( blake2b_state *S ) in blake2b_set_lastblock() argument
65 if( S->last_node ) blake2b_set_lastnode( S ); in blake2b_set_lastblock()
67 S->f[0] = (uint64_t)-1; in blake2b_set_lastblock()
70 static void blake2b_increment_counter( blake2b_state *S, const uint64_t inc ) in blake2b_increment_counter() argument
72 S->t[0] += inc; in blake2b_increment_counter()
73 S->t[1] += ( S->t[0] < inc ); in blake2b_increment_counter()
[all …]
Dblake2.h75 blake2s_state S[8][1]; member
84 blake2b_state S[4][1]; member
130 blake2s_state S[1]; member
136 blake2b_state S[1]; member
147 int blake2s_init( blake2s_state *S, size_t outlen );
148 int blake2s_init_key( blake2s_state *S, size_t outlen, const void *key, size_t keylen );
149 int blake2s_init_param( blake2s_state *S, const blake2s_param *P );
150 int blake2s_update( blake2s_state *S, const void *in, size_t inlen );
151 int blake2s_final( blake2s_state *S, void *out, size_t outlen );
153 int blake2b_init( blake2b_state *S, size_t outlen );
[all …]
Db2sum.c37 blake2s_state S[1];
43 blake2s_init( S, outbytes );
69 blake2s_update( S, buffer, buffer_length );
74 if( sum > 0 ) blake2s_update( S, buffer, sum );
76 blake2s_final( S, resstream, outbytes );
88 blake2b_state S[1]; in blake2b_stream() local
94 blake2b_init( S, outbytes ); in blake2b_stream()
120 blake2b_update( S, buffer, buffer_length ); in blake2b_stream()
125 if( sum > 0 ) blake2b_update( S, buffer, sum ); in blake2b_stream()
127 blake2b_final( S, resstream, outbytes ); in blake2b_stream()
[all …]
/coreutils/src/
Dremove.h88 # define VALID_STATUS(S) \ argument
89 ((S) == RM_OK || (S) == RM_USER_ACCEPTED || (S) == RM_USER_DECLINED \
90 || (S) == RM_ERROR)
92 # define UPDATE_STATUS(S, New_value) \ argument
96 || ((New_value) == RM_USER_DECLINED && (S) == RM_OK)) \
97 (S) = (New_value); \
Dstat.c84 # define SB_F_NAMEMAX(S) ((S)->f_namemax) argument
93 # define STATFS_FRSIZE(S) ((S)->f_frsize) argument
97 # define SB_F_NAMEMAX(S) ((S)->f_namelen) argument
99 # define SB_F_NAMEMAX(S) ((S)->f_namemax) argument
133 # define STATFS_FRSIZE(S) ((S)->block_size) argument
138 # define STATFS_FRSIZE(S) ((S)->f_frsize) argument
140 # define STATFS_FRSIZE(S) 0 argument
150 # define SB_F_NAMEMAX(S) "?" argument
Dsystem.h444 # define ASSIGN_STRDUPA(DEST, S) \ argument
445 do { DEST = strdupa (S); } while (0)
447 # define ASSIGN_STRDUPA(DEST, S) \ argument
450 char const *s_ = (S); \
Dfactor.c2025 uintmax_t S, Dh, Dl, Q1, Q, P, L, L1, B; in factor_using_squfof() local
2058 S = isqrt2 (Dh, Dl); in factor_using_squfof()
2061 P = S; in factor_using_squfof()
2066 L = isqrt (2 * S); in factor_using_squfof()
2077 div_smallq (q, rem, S + P, Q); in factor_using_squfof()
2078 P1 = S - rem; /* P1 = q*Q - P */ in factor_using_squfof()
2146 affirm (S >= P); /* What signs are possible? */ in factor_using_squfof()
2147 P += r * ((S - P) / r); in factor_using_squfof()
2166 div_smallq (q, rem, S + P, Q); in factor_using_squfof()
2167 P1 = S - rem; /* P1 = q*Q - P */ in factor_using_squfof()
/coreutils/tests/date/
Ddate-sec.sh33 s=$(date +%S)
43 s=$(date --date="21:04 +0100" +%S)
/coreutils/man/
Denv.x30 .B '\-S'
/coreutils/tests/tail/
Dtail-n0f.sh50 S*) ;;
/coreutils/tests/shred/
Dshred-remove.sh54 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ || framework_failure_
/coreutils/
DTHANKS.in199 Eric S. Raymond esr@snark.thyrsus.com
327 Jon Peatfield J.S.Peatfield@damtp.cam.ac.uk
332 Joseph S. Myers jsm28@cam.ac.uk
356 Keith Thompson Keith.S.Thompson@gmail.com
428 Matthew S. Levine mslevine@theory.lcs.mit.edu
577 Sébastien Maret smaret@umich.edu
Dinit.cfg323 local expr=$(stat -f --printf "$req / %S <= %a" .)
368 # S s
373 s='s/S/@/;s/s/x@/;s/@/s/'
526 grep '^State:[ ]*[S]' /proc/$pid/status > /dev/null 2>&1 ||
DNEWS542 env -S no longer crashes when given unusual whitespace characters
927 env supports a new -S/--split-string=S option to split a single argument
966 ptx -S no longer infloops for a pattern which returns zero-length matches.
2064 rm -r S/ (where S is a symlink-to-directory) no longer gives the invalid
2218 cp S D is no longer subject to a race: if an existing D were removed
3674 --word-regexp=REGEXP (-W), or --sentence-regexp=REGEXP (-S).
3801 head -c, head -n, od -j, od -N, od -S, split -b, split -C,
4565 pr -S
4573 pr -S STRING (use 'pr -SSTRING' instead)
4767 stat -f -c %S outputs the fundamental block size (used for block counts).
[all …]
/coreutils/doc/
Dcoreutils.texi587 @item -S @var{suffix}
589 @opindex -S
799 * Backup options:: @option{-b} @option{-S}.
880 @item -S @var{suffix}
882 @opindex -S
2055 @item -S @var{bytes}
2057 @opindex -S
2119 @item S
2628 Lines of full length are joined in a free field format and @option{-S}
2819 @item -S[@var{string}]
[all …]