| /src/etc/etc.sun3/ |
| MAKEDEV.conf | 6 makedev cd0 cd1 st0 st1 st2 fd0
|
| /src/etc/etc.hppa/ |
| MAKEDEV.conf | 7 makedev cd0 cd1 st0 st1 st2
|
| /src/crypto/external/apache2/openssl/dist/test/testutil/ |
| tests.c | 277 int test_str_eq(const char *file, int line, const char *st1, const char *st2, 283 test_fail_string_message(NULL, file, line, "string", st1, st2, "==", 291 int test_str_ne(const char *file, int line, const char *st1, const char *st2, 297 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=", 305 int test_strn_eq(const char *file, int line, const char *st1, const char *st2, 311 test_fail_string_message(NULL, file, line, "string", st1, st2, "==", 319 int test_strn_ne(const char *file, int line, const char *st1, const char *st2, 325 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=", 333 int test_mem_eq(const char *file, int line, const char *st1, const char *st2, 339 test_fail_memory_message(NULL, file, line, "memory", st1, st2, "==" [all...] |
| /src/crypto/external/bsd/openssl/dist/test/testutil/ |
| tests.c | 278 int test_str_eq(const char *file, int line, const char *st1, const char *st2, 284 test_fail_string_message(NULL, file, line, "string", st1, st2, "==", 292 int test_str_ne(const char *file, int line, const char *st1, const char *st2, 298 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=", 306 int test_strn_eq(const char *file, int line, const char *st1, const char *st2, 312 test_fail_string_message(NULL, file, line, "string", st1, st2, "==", 320 int test_strn_ne(const char *file, int line, const char *st1, const char *st2, 326 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=", 334 int test_mem_eq(const char *file, int line, const char *st1, const char *st2, 340 test_fail_memory_message(NULL, file, line, "memory", st1, st2, "==" [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
| tests.c | 253 int test_str_eq(const char *file, int line, const char *st1, const char *st2, 259 test_fail_string_message(NULL, file, line, "string", st1, st2, "==", 267 int test_str_ne(const char *file, int line, const char *st1, const char *st2, 273 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=", 281 int test_strn_eq(const char *file, int line, const char *st1, const char *st2, 287 test_fail_string_message(NULL, file, line, "string", st1, st2, "==", 295 int test_strn_ne(const char *file, int line, const char *st1, const char *st2, 301 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=", 309 int test_mem_eq(const char *file, int line, const char *st1, const char *st2, 315 test_fail_memory_message(NULL, file, line, "memory", st1, st2, "==" [all...] |
| /src/etc/etc.sun2/ |
| MAKEDEV.conf | 6 makedev cd0 cd1 st0 st1 st2
|
| /src/external/gpl2/xcvs/dist/lib/ |
| regex.c | 45 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ 46 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
|
| /src/external/gpl3/gdb/dist/sim/testsuite/aarch64/ |
| stn_single.s | 4 # st1, st2, st3, st4. 54 st2 {v0.d, v1.d}[0], [x2], x3 55 st2 {v0.s, v1.s}[2], [x2], 8 56 st2 {v0.h, v1.h}[6], [x2], x4 57 st2 {v0.b, v1.b}[14], [x2], 2 58 st2 {v0.b, v1.b}[15], [x2]
|
| stn_multiple.s | 3 # Check the store multiple structure instructions: st1, st2, st3, st4. 54 st2 {v0.8b, v1.8b}, [x2], 16 55 st2 {v2.4h, v3.4h}, [x2], x3
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/aarch64/ |
| stn_single.s | 4 # st1, st2, st3, st4. 54 st2 {v0.d, v1.d}[0], [x2], x3 55 st2 {v0.s, v1.s}[2], [x2], 8 56 st2 {v0.h, v1.h}[6], [x2], x4 57 st2 {v0.b, v1.b}[14], [x2], 2 58 st2 {v0.b, v1.b}[15], [x2]
|
| stn_multiple.s | 3 # Check the store multiple structure instructions: st1, st2, st3, st4. 54 st2 {v0.8b, v1.8b}, [x2], 16 55 st2 {v2.4h, v3.4h}, [x2], x3
|
| /src/tests/lib/libc/c063/ |
| t_fstatat.c | 61 struct stat st1, st2; local 71 ATF_REQUIRE(stat(FILE, &st2) == 0); 72 ATF_REQUIRE(memcmp(&st1, &st2, sizeof(st1)) == 0);
|
| /src/crypto/external/apache2/openssl/dist/crypto/aes/asm/ |
| aesni-xts-avx512.pl | 503 my $st2 = $_[1]; 513 vpternlogq \$0x96, $t0, $tw2, $st2 528 vaesenc $t0, $st2, $st2 533 vaesenc $t0, $st2, $st2 538 vaesenc $t0, $st2, $st2 554 vaesenc $t0, $st2, $st2 [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-framefilter-mi.c | 33 const char *st2 = "Is Near"; local
|
| py-framefilter.c | 33 const char *st2 = "Is Near"; local
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-framefilter-mi.c | 33 const char *st2 = "Is Near"; local
|
| py-framefilter.c | 33 const char *st2 = "Is Near"; local
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
| nouveau_nvkm_subdev_fb_nv50.c | 149 u8 st0, st1, st2, st3; local 169 st2 = (trap[0] & 0x00000f00) >> 8; 174 st2 = (trap[0] & 0x00ff0000) >> 16; 181 cl = nvkm_enum_find(vm_client, st2); 195 st2, cl ? cl->name : "", st3, sc ? sc->name : "",
|
| /src/common/lib/libc/arch/ia64/string/ |
| bzero.S | 63 (p6) st2 [in0]=r0,2
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| troot.c | 491 double st1, st2; local 514 st2 = cputime (); 515 for (l = 0; cputime () - st2 < 1.0; l++) 521 st2 = (cputime () - st2) / l; 522 printf ("exp(1/k*log(x)) took %.2es\n", st2);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| DbeFile.cc | 533 dbe_stat_t *st2 = df->get_stat (); local 534 if (st1 == NULL || st2 == NULL) 536 if (st1->st_size != st2->st_size) 538 if (st1->st_mtim.tv_sec != st2->st_mtim.tv_sec)
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| DbeFile.cc | 533 dbe_stat_t *st2 = df->get_stat (); local 534 if (st1 == NULL || st2 == NULL) 536 if (st1->st_size != st2->st_size) 538 if (st1->st_mtim.tv_sec != st2->st_mtim.tv_sec)
|
| /src/usr.sbin/catman/ |
| catman.c | 263 struct stat st2; local 284 lstat(manpaths.gl_pathv[j], &st2); 285 if (st1.st_ino == st2.st_ino) {
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_libc_test.cc | 136 struct stat st1, st2, st3; local 138 EXPECT_EQ(0u, internal_lstat(tmpfile, &st2));
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| ops.cc | 264 [[maybe_unused]] const char_type* p2, const stat_type& st2, 269 return st1.st_dev == st2.st_dev && st1.st_ino == st2.st_ino; 755 stat_type st1, st2; variable 763 if (posix::stat(p2.c_str(), &st2) == 0) 764 s2 = make_file_status(st2); 780 return fs::equiv_files(p1.c_str(), st1, p2.c_str(), st2, ec);
|