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
208 off_t start2 = 3 << 17; in TEST_F() local
254 start2 -= len; in TEST_F()
284 off_t start2 = 0; in TEST_F() local
409 off_t start2 = fsize2; in TEST_F() local
455 off_t start2 = fsize2; in TEST_F() local
457 off_t limit = start2 + len / 2; in TEST_F()
500 off_t start2 = 3 << 17; in TEST_F() local
591 off_t start2 = 3 << 17; in TEST_F() local
701 off_t start2 = 0; in TEST_F() local
[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.c103 uint64_t start2; member
169 *x2 = g->start2 + randn (g->len2); in next2()
438 asfloat (gen->start + gen->len), asfloat (gen->start2), in printgen_f2()
439 asfloat (gen->start2 + gen->len2)); in printgen_f2()
451 asdouble (gen->start + gen->len), asdouble (gen->start2), in printgen_d2()
452 asdouble (gen->start2 + gen->len2)); in printgen_d2()
694 g->start2 = g->len2 = 0; in parsegen()
702 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.c737 uint64_t start, end, start2, end2; in dmu_prefetch_by_dnode() local
755 start2 = end = MIN(end2, start + limit); in dmu_prefetch_by_dnode()
764 start2 = P2ROUNDUP(start2, 1 << ibps) >> ibps; in dmu_prefetch_by_dnode()
766 } while (end2 - start2 > limit); in dmu_prefetch_by_dnode()
769 start = start2 = end2 = 0; in dmu_prefetch_by_dnode()
775 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.td5535 (ins GR64:$start1, GR64:$start2, GR32:$char),
5536 [(set GR64:$end, (operator GR64:$start1, GR64:$start2,