HomeSort by: relevance | last modified time | path
    Searched refs:s20 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 1146 int64_t s20; local in function:sc25519_muladd
1206 s20 = a9 * b11 + a10 * b10 + a11 * b9;
1241 carry20 = (s20 + (int64_t) (1L << 20)) >> 21;
1243 s20 -= carry20 * ((uint64_t) 1L << 21);
1276 s20 += carry19;
1303 s8 += s20 * 666643;
1304 s9 += s20 * 470296;
1305 s10 += s20 * 654183;
1306 s11 -= s20 * 997805;
1307 s12 += s20 * 136657
1593 int64_t s20 = 2097151 & (load_4(s + 52) >> 4); local in function:sc25519_reduce
    [all...]
  /src/tests/usr.bin/indent/
t_misc.sh 116 struct s17 { struct s18 { struct s19 { struct s20 {
145 struct s20 {

Completed in 13 milliseconds