Home
last modified time | relevance | path

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 Dzdb_object_range_pos.ksh116 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 Dcopy_file_range.cc160 off_t start1 = 1 << 18; in TEST_F() local
207 off_t start1 = 1 << 18; in TEST_F() local
283 off_t start1 = 0; in TEST_F() local
314 expect_read(ino1, start1, len, len, contents, 0); in TEST_F()
408 off_t start1 = 1 << 18; in TEST_F() local
454 off_t start1 = 1 << 18; in TEST_F() local
499 off_t start1 = 1 << 18; in TEST_F() local
590 off_t start1 = 1 << 18; in TEST_F() local
700 off_t start1 = 0; in TEST_F() local
723 expect_read(ino1, start1, len, len, contents, 0); in TEST_F()
[all …]
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c173 int regions_overlap(const u_int64_t start1, const u_int64_t len1,
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()
515 *start1 = starte; in region_compare()
549 *start1 = starte; in region_compare()
584 *start1 = starte; in region_compare()
629 *start1 = starte; 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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp228 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 Dzstd_v01.c1092 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 DSystemZInstrFormats.td5535 (ins GR64:$start1, GR64:$start2, GR32:$char),
5536 [(set GR64:$end, (operator GR64:$start1, GR64:$start2,