Searched refs:start1 (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
H A D | zdb_object_range_pos.ksh | 116 start1=${obj_ids[0]} 120 expected=$(get_object_list_range $TESTPOOL/$TESTFS $start1 $end1; 122 actual=$(get_object_list $TESTPOOL/$TESTFS $start1:$end1 $start2:$end2) 126 expected=$(get_object_list_range $TESTPOOL/$TESTFS $start1 $end1; 128 actual=$(get_object_list $TESTPOOL/$TESTFS $start1:$end1 $start2 $end2) 133 start1_hex=$(printf "0x%x" $start1) 142 objects="$start1 $end1 $start2 $end2"
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | copy_file_range.cc | 160 off_t start1 = 1 << 18; in TEST_F() local 174 (off_t)in.body.copy_file_range.off_in == start1 && in TEST_F() 186 ASSERT_EQ(-1, copy_file_range(fd1, &start1, fd2, &start2, len, 0)); in TEST_F() 207 off_t start1 = 1 << 18; in TEST_F() local 226 (off_t)in.body.copy_file_range.off_in == start1 && in TEST_F() 249 ASSERT_EQ(len, copy_file_range(fd1, &start1, fd2, &start2, len, 0)); in TEST_F() 283 off_t start1 = 0; in TEST_F() local 295 expect_lookup(RELPATH1, ino1, S_IFREG | 0644, start1 + len, 1); in TEST_F() 304 (off_t)in.body.copy_file_range.off_in == start1 && in TEST_F() 314 expect_read(ino1, start1, len, len, contents, 0); in TEST_F() [all …]
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lockd_lock.c | 173 int regions_overlap(const u_int64_t start1, const u_int64_t len1, 177 u_int64_t *start1, u_int64_t *len1, u_int64_t *start2, u_int64_t *len2); 460 regions_overlap(const u_int64_t start1, const u_int64_t len1, in regions_overlap() argument 467 start1, len1, start2, len2); in regions_overlap() 469 result = region_compare(start1, len1, start2, len2, in regions_overlap() 490 const u_int64_t startu, const u_int64_t lenu, u_int64_t *start1, in region_compare() argument 515 *start1 = starte; in region_compare() 549 *start1 = starte; in region_compare() 584 *start1 = starte; in region_compare() 629 *start1 = starte; in region_compare() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix.cpp | 228 static inline bool IntervalsAreSeparate(uptr start1, uptr end1, in IntervalsAreSeparate() argument 230 CHECK(start1 <= end1); in IntervalsAreSeparate() 232 return (end1 < start2) || (end2 < start1); in IntervalsAreSeparate()
|
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v01.c | 1092 const char* const start1 = (const char*)(cSrc) + 6; in HUF_decompress_usingDTable() local 1093 const char* const start2 = start1 + length1; in HUF_decompress_usingDTable() 1100 errorCode = FSE_initDStream(&bitD1, start1, length1); in HUF_decompress_usingDTable() 1154 bitTail.start = start1; in HUF_decompress_usingDTable()
|
/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,
|