Home
last modified time | relevance | path

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

/freebsd/tests/sys/fs/fusefs/
H A Dcopy_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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_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/contrib/arm-optimized-routines/math/test/
H A Dulp.c74 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 Dlockd_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/usr.bin/mkimg/
H A Dmkimg.c404 lba_t start, end, start2, end2; in mkimg_validate() local
418 start2 = part2->block; in mkimg_validate()
421 if ((start >= start2 && start < end2) || in mkimg_validate()
422 (end > start2 && end <= end2)) { in mkimg_validate()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp229 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 Ddmu.c747 uint64_t start, end, start2, end2; in dmu_prefetch_by_dnode() local
765 start2 = end = MIN(end2, start + limit); in dmu_prefetch_by_dnode()
774 start2 = P2ROUNDUP(start2, 1 << ibps) >> ibps; in dmu_prefetch_by_dnode()
776 } while (end2 - start2 > limit); in dmu_prefetch_by_dnode()
779 start = start2 = end2 = 0; in dmu_prefetch_by_dnode()
785 for (uint64_t i = start2; i < end2; i++) in dmu_prefetch_by_dnode()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_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/crypto/openssl/apps/
H A Dreq.c1237 start2: in prompt_info()
1246 goto start2; in prompt_info()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFormats.td5576 (ins GR64:$start1, GR64:$start2, GR32:$char),
5577 [(set GR64:$end, (operator GR64:$start1, GR64:$start2,