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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 1147 int64_t s21; local in function:sc25519_muladd
1207 s21 = a10 * b11 + a11 * b10;
1242 s21 += carry20;
1278 carry21 = (s21 + (int64_t) (1L << 20)) >> 21;
1280 s21 -= carry21 * ((uint64_t) 1L << 21);
1296 s9 += s21 * 666643;
1297 s10 += s21 * 470296;
1298 s11 += s21 * 654183;
1299 s12 -= s21 * 997805;
1300 s13 += s21 * 136657
1594 int64_t s21 = 2097151 & (load_3(s + 55) >> 1); local in function:sc25519_reduce
    [all...]
  /src/tests/usr.bin/indent/
t_misc.sh 117 struct s21 { struct s22 { struct s23 { struct s24 {
146 struct s21 {

Completed in 12 milliseconds