Home
last modified time | relevance | path

Searched refs:start2 (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/tests/sys/fs/fusefs/
HDcopy_file_range.cc161 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-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
HDzdb_object_range_pos.ksh118 start2=${obj_ids[8]}
121 get_object_list_range $TESTPOOL/$TESTFS $start2 $end2)
122 actual=$(get_object_list $TESTPOOL/$TESTFS $start1:$end1 $start2:$end2)
127 get_object_list $TESTPOOL/$TESTFS $start2 $end2)
128 actual=$(get_object_list $TESTPOOL/$TESTFS $start1:$end1 $start2 $end2)
135 start2_hex=$(printf "0x%x" $start2)
142 objects="$start1 $end1 $start2 $end2"
/freebsd-14-stable/usr.sbin/rpc.lockd/
HDlockd_lock.c174 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-14-stable/usr.bin/mkimg/
HDmkimg.c405 lba_t start, end, start2, end2; in mkimg_validate() local
419 start2 = part2->block; in mkimg_validate()
422 if ((start >= start2 && start < end2) || in mkimg_validate()
423 (end > start2 && end <= end2)) { in mkimg_validate()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_posix.cpp229 uptr start2, uptr end2) { in IntervalsAreSeparate() argument
231 CHECK(start2 <= end2); in IntervalsAreSeparate()
232 return (end1 < start2) || (end2 < start1); in IntervalsAreSeparate()
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDdmu.c733 uint64_t start, end, start2, end2; in dmu_prefetch_by_dnode() local
751 start2 = end = MIN(end2, start + limit); in dmu_prefetch_by_dnode()
760 start2 = P2ROUNDUP(start2, 1 << ibps) >> ibps; in dmu_prefetch_by_dnode()
762 } while (end2 - start2 > limit); in dmu_prefetch_by_dnode()
765 start = start2 = end2 = 0; in dmu_prefetch_by_dnode()
771 for (uint64_t i = start2; i < end2; i++) in dmu_prefetch_by_dnode()
/freebsd-14-stable/sys/contrib/zstd/lib/legacy/
HDzstd_v01.c1093 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-14-stable/crypto/openssl/apps/
HDreq.c1237 start2: in prompt_info()
1246 goto start2; in prompt_info()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrFormats.td5576 (ins GR64:$start1, GR64:$start2, GR32:$char),
5577 [(set GR64:$end, (operator GR64:$start1, GR64:$start2,