Home
last modified time | relevance | path

Searched refs:s12 (Results 1 – 25 of 80) sorted by relevance

1234

/netbsd-src/sys/compat/sys/
H A Dmount.h101 statvfs_to_statfs12(const struct statvfs *fs, struct statfs12 *s12) in statvfs_to_statfs12() argument
105 memset(s12, 0, sizeof(*s12)); in statvfs_to_statfs12()
107 s12->f_type = 0; in statvfs_to_statfs12()
108 s12->f_oflags = (short)fs->f_flag; in statvfs_to_statfs12()
112 s12->f_type = __nv[i].value; in statvfs_to_statfs12()
117 s12->f_bsize = __STATFSCLAMP(fs->f_frsize); in statvfs_to_statfs12()
118 s12->f_iosize = __STATFSCLAMP(fs->f_iosize); in statvfs_to_statfs12()
119 s12->f_blocks = __STATFSCLAMP(fs->f_blocks); in statvfs_to_statfs12()
120 s12->f_bfree = __STATFSCLAMP(fs->f_bfree); in statvfs_to_statfs12()
122 s12->f_bavail = __STATFSCLAMP(fs->f_bfree - fs->f_bresvd); in statvfs_to_statfs12()
[all …]
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1138 int64_t s12; in sc25519_muladd() local
1193 s12 = a1 * b11 + a2 * b10 + a3 * b9 + a4 * b8 + a5 * b7 + a6 * b6 + in sc25519_muladd()
1229 carry12 = (s12 + (int64_t) (1L << 20)) >> 21; in sc25519_muladd()
1231 s12 -= carry12 * ((uint64_t) 1L << 21); in sc25519_muladd()
1264 s12 += carry11; in sc25519_muladd()
1283 s12 += s23 * 470296; in sc25519_muladd()
1291 s12 += s22 * 654183; in sc25519_muladd()
1299 s12 -= s21 * 997805; in sc25519_muladd()
1307 s12 += s20 * 136657; in sc25519_muladd()
1315 s12 -= s19 * 683901; in sc25519_muladd()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dcurve25519.c4629 int64_t s12 = kBottom21Bits & (load_4(s + 31) >> 4); in x25519_sc_reduce() local
4660 s12 += s23 * 470296; in x25519_sc_reduce()
4669 s12 += s22 * 654183; in x25519_sc_reduce()
4678 s12 -= s21 * 997805; in x25519_sc_reduce()
4687 s12 += s20 * 136657; in x25519_sc_reduce()
4696 s12 -= s19 * 683901; in x25519_sc_reduce()
4716 carry12 = (s12 + (1 << 20)) >> 21; in x25519_sc_reduce()
4718 s12 -= carry12 * (1 << 21); in x25519_sc_reduce()
4733 s12 += carry11; in x25519_sc_reduce()
4782 s0 += s12 * 666643; in x25519_sc_reduce()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dcurve25519.c4639 int64_t s12 = kBottom21Bits & (load_4(s + 31) >> 4); in x25519_sc_reduce() local
4670 s12 += s23 * 470296; in x25519_sc_reduce()
4679 s12 += s22 * 654183; in x25519_sc_reduce()
4688 s12 -= s21 * 997805; in x25519_sc_reduce()
4697 s12 += s20 * 136657; in x25519_sc_reduce()
4706 s12 -= s19 * 683901; in x25519_sc_reduce()
4726 carry12 = (s12 + (1 << 20)) >> 21; in x25519_sc_reduce()
4728 s12 -= carry12 * (1 << 21); in x25519_sc_reduce()
4743 s12 += carry11; in x25519_sc_reduce()
4792 s0 += s12 * 666643; in x25519_sc_reduce()
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/fr400/
H A Dmhdsets.cgs1 # frv testcase for mhdsets $s12,$FRk
H A Dmhdseth.cgs1 # frv testcase for mhdseth $s12,$FRk
H A Dmhsethih.cgs1 # frv testcase for mhsethih $s12,$FRk
H A Dmhsetlos.cgs1 # frv testcase for mhsetlos $s12,$FRk
H A Dmhsethis.cgs1 # frv testcase for mhsethis $s12,$FRk
H A Dmhsetloh.cgs1 # frv testcase for mhsetloh $s12,$FRk
H A Dudivi.cgs1 # frv testcase for udivi $GRi,$s12,$GRk
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/
H A Daddi.cgs1 # frv testcase for addi $GRi,$s12,$GRk
H A Dandi.cgs1 # frv testcase for andi $GRi,$s12,$GRk
H A Dslli.cgs1 # frv testcase for slli $GRi,$s12,$GRk
H A Dori.cgs1 # frv testcase for ori $GRi,$s12,$GRk
H A Dxori.cgs1 # frv testcase for xori $GRi,$s12,$GRk
H A Dnudivi.cgs1 # frv testcase for nudivi $GRi,$s12,$GRk
H A Dcmpi.cgs1 # frv testcase for cmpi $GRi,$s12,$ICCi_1
H A Dudivi.cgs1 # frv testcase for udivi $GRi,$s12,$GRk
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dlifetime.d1836 S1 s12;
1838 move(s11, s12);
1840 assert(s12 == S1(10, 11));
1841 assert(s11 == s12);
1874 S1 s12;
1875 move(s11, s12);
1876 assert(s11.a == 10 && s11.b == 11 && s12.a == 10 && s12.b == 11);
2004 S1 s12 = move(s11);
2005 assert(s11.a == 10 && s11.b == 11 && s12.a == 10 && s12.b == 11);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dmutation.d1076 S1 s12; variable
1078 move(s11, s12);
1080 assert(s12 == S1(10, 11));
1081 assert(s11 == s12);
1115 S1 s12;
1116 move(s11, s12);
1117 assert(s11.a == 10 && s11.b == 11 && s12.a == 10 && s12.b == 11);
1232 S1 s12 = move(s11);
1233 assert(s11.a == 10 && s11.b == 11 && s12.a == 10 && s12.b == 11);
/netbsd-src/tests/usr.bin/indent/
H A Dt_misc.sh114 struct s09 { struct s10 { struct s11 { struct s12 {
137 struct s12 {
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm326 s_movrels_b64 s12, s12 //s12 = s[12+m0], s13 = s[13+m0]
601 s_movreld_b64 s12, s12
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dmutation.d1101 S1 s12; variable
1103 move(s11, s12);
1105 assert(s12 == S1(10, 11));
1106 assert(s11 == s12);
1140 S1 s12;
1141 move(s11, s12);
1142 assert(s11.a == 10 && s11.b == 11 && s12.a == 10 && s12.b == 11);
1290 S1 s12 = move(s11);
1291 assert(s11.a == 10 && s11.b == 11 && s12.a == 10 && s12.b == 11);
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/fr550/
H A Dudivi.cgs1 # frv testcase for udivi $GRi,$s12,$GRk

1234