| /netbsd-src/sys/compat/sys/ |
| H A D | mount.h | 101 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 D | ed25519_ref10.c | 1138 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 D | curve25519.c | 4629 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 D | curve25519.c | 4639 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 D | mhdsets.cgs | 1 # frv testcase for mhdsets $s12,$FRk
|
| H A D | mhdseth.cgs | 1 # frv testcase for mhdseth $s12,$FRk
|
| H A D | mhsethih.cgs | 1 # frv testcase for mhsethih $s12,$FRk
|
| H A D | mhsetlos.cgs | 1 # frv testcase for mhsetlos $s12,$FRk
|
| H A D | mhsethis.cgs | 1 # frv testcase for mhsethis $s12,$FRk
|
| H A D | mhsetloh.cgs | 1 # frv testcase for mhsetloh $s12,$FRk
|
| H A D | udivi.cgs | 1 # frv testcase for udivi $GRi,$s12,$GRk
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/ |
| H A D | addi.cgs | 1 # frv testcase for addi $GRi,$s12,$GRk
|
| H A D | andi.cgs | 1 # frv testcase for andi $GRi,$s12,$GRk
|
| H A D | slli.cgs | 1 # frv testcase for slli $GRi,$s12,$GRk
|
| H A D | ori.cgs | 1 # frv testcase for ori $GRi,$s12,$GRk
|
| H A D | xori.cgs | 1 # frv testcase for xori $GRi,$s12,$GRk
|
| H A D | nudivi.cgs | 1 # frv testcase for nudivi $GRi,$s12,$GRk
|
| H A D | cmpi.cgs | 1 # frv testcase for cmpi $GRi,$s12,$ICCi_1
|
| H A D | udivi.cgs | 1 # frv testcase for udivi $GRi,$s12,$GRk
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
| H A D | lifetime.d | 1836 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 D | mutation.d | 1076 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 D | t_misc.sh | 114 struct s09 { struct s10 { struct s11 { struct s12 { 137 struct s12 {
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
| H A D | cwsr_trap_handler_gfx8.asm | 326 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 D | mutation.d | 1101 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 D | udivi.cgs | 1 # frv testcase for udivi $GRi,$s12,$GRk
|