| /freebsd/tests/sys/fs/fusefs/ |
| H A D | copy_file_range.cc | 161 off_t start2 = 3 << 17; in TEST_F() local 177 (off_t)in.body.copy_file_range.off_out == start2 && in TEST_F() 186 ASSERT_EQ(-1, copy_file_range(fd1, &start1, fd2, &start2, len, 0)); in TEST_F() 208 off_t start2 = 3 << 17; in TEST_F() local 219 expect_read(ino2, start2, m_maxbcachebuf, m_maxbcachebuf, buf0, -1, in TEST_F() 229 (off_t)in.body.copy_file_range.off_out == start2 && in TEST_F() 244 ASSERT_EQ(m_maxbcachebuf, pread(fd2, buf, m_maxbcachebuf, start2)) in TEST_F() 249 ASSERT_EQ(len, copy_file_range(fd1, &start1, fd2, &start2, len, 0)); in TEST_F() 254 start2 -= len; in TEST_F() 255 expect_read(ino2, start2, m_maxbcachebuf, m_maxbcachebuf, buf1, -1, in TEST_F() [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
| H A D | zdb_object_range_pos.ksh | 119 start2=${obj_ids[8]} 122 get_object_list_range $TESTPOOL/$TESTFS $start2 $end2) 123 actual=$(get_object_list $TESTPOOL/$TESTFS $start1:$end1 $start2:$end2) 128 get_object_list $TESTPOOL/$TESTFS $start2 $end2) 129 actual=$(get_object_list $TESTPOOL/$TESTFS $start1:$end1 $start2 $end2) 136 start2_hex=$(printf "0x%x" $start2) 143 objects="$start1 $end1 $start2 $end2"
|
| /freebsd/contrib/arm-optimized-routines/math/test/ |
| H A D | ulp.c | 74 uint64_t start2; member 140 *x2 = g->start2 + randn (g->len2); in next2() 451 asfloat (gen->start + gen->len), asfloat (gen->start2), in printgen_f2() 452 asfloat (gen->start2 + gen->len2)); in printgen_f2() 464 asdouble (gen->start + gen->len), asdouble (gen->start2), in printgen_d2() 465 asdouble (gen->start2 + gen->len2)); in printgen_d2() 732 g->start2 = g->len2 = 0; in parsegen() 740 g->start2 = a2; in parsegen()
|
| /freebsd/usr.sbin/rpc.lockd/ |
| H A D | lockd_lock.c | 174 const u_int64_t start2, const u_int64_t len2); 177 u_int64_t *start1, u_int64_t *len1, u_int64_t *start2, u_int64_t *len2); 461 const u_int64_t start2, const u_int64_t len2) in regions_overlap() argument 467 start1, len1, start2, len2); in regions_overlap() 469 result = region_compare(start1, len1, start2, len2, in regions_overlap() 491 u_int64_t *len1, u_int64_t *start2, u_int64_t *len2) in region_compare() argument 556 *start2 = startu+lenu; in region_compare() 636 *start2 = startu+lenu; in region_compare() 916 u_int64_t start1, len1, start2, len2; in split_nfslock() local 921 &start1, &len1, &start2, &len2); in split_nfslock() [all …]
|
| /freebsd/usr.bin/mkimg/ |
| H A D | mkimg.c | 412 lba_t start, end, start2, end2; in mkimg_validate() local 426 start2 = part2->block; in mkimg_validate() 429 if ((start >= start2 && start < end2) || in mkimg_validate() 430 (end > start2 && end <= end2)) { in mkimg_validate()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_posix.cpp | 229 uptr start2, uptr end2) { in IntervalsAreSeparate() argument 231 CHECK(start2 <= end2); in IntervalsAreSeparate() 232 return (end1 < start2) || (end2 < start1); in IntervalsAreSeparate()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu.c | 725 uint64_t start, end, start2, end2; in dmu_prefetch_by_dnode() local 755 start2 = end = MIN(end2, start + limit); in dmu_prefetch_by_dnode() 763 end2 = start2; in dmu_prefetch_by_dnode() 766 start2 = P2ROUNDUP(start2, 1 << ibps) >> ibps; in dmu_prefetch_by_dnode() 768 } while (end2 - start2 > limit); in dmu_prefetch_by_dnode() 771 start = start2 = end2 = 0; in dmu_prefetch_by_dnode() 777 for (uint64_t i = start2; i < end2; i++) in dmu_prefetch_by_dnode()
|
| /freebsd/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.c | 1093 const char* const start2 = start1 + length1; in HUF_decompress_usingDTable() local 1094 const char* const start3 = start2 + length2; in HUF_decompress_usingDTable() 1102 errorCode = FSE_initDStream(&bitD2, start2, length2); in HUF_decompress_usingDTable()
|
| /freebsd/crypto/openssl/apps/ |
| H A D | req.c | 1265 start2: in prompt_info() 1274 goto start2; in prompt_info()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFormats.td | 5576 (ins GR64:$start1, GR64:$start2, GR32:$char), 5577 [(set GR64:$end, (operator GR64:$start1, GR64:$start2,
|