| /freebsd-13.1/tests/sys/fs/fusefs/ |
| H A D | copy_file_range.cc | 153 off_t start2 = 3 << 17; in TEST_F() local 200 off_t start2 = 3 << 17; in TEST_F() local 246 start2 -= len; in TEST_F() 276 off_t start2 = 0; in TEST_F() local 307 expect_write(ino2, start2, len, len, contents); in TEST_F() 331 off_t start2 = fsize2; in TEST_F() local 371 off_t start2 = 3 << 17; in TEST_F() local 460 off_t start2 = 3 << 17; in TEST_F() local 570 off_t start2 = 0; in TEST_F() local 593 expect_write(ino2, start2, len, len, contents); in TEST_F() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
| H A D | zdb_object_range_pos.ksh | 119 start2=${obj_ids[8]} 122 get_object_list_range $TESTPOOL/$TESTFS $start2 $end2) 123 actual=$(get_object_list $TESTPOOL/$TESTFS $start1:$end1 $start2:$end2) 128 get_object_list $TESTPOOL/$TESTFS $start2 $end2) 129 actual=$(get_object_list $TESTPOOL/$TESTFS $start1:$end1 $start2 $end2) 136 start2_hex=$(printf "0x%x" $start2) 143 objects="$start1 $end1 $start2 $end2"
|
| /freebsd-13.1/usr.sbin/rpc.lockd/ |
| H A D | lockd_lock.c | 176 const u_int64_t start2, const u_int64_t len2); 468 regions_overlap(start1, len1, start2, len2) in regions_overlap() argument 469 const u_int64_t start1, len1, start2, len2; in regions_overlap() 475 start1, len1, start2, len2); 498 start1, len1, start2, len2) in region_compare() argument 500 u_int64_t *start1, *len1, *start2, *len2; 565 *start2 = startu+lenu; 645 *start2 = startu+lenu; 926 u_int64_t start1, len1, start2, len2; local 931 &start1, &len1, &start2, &len2); [all …]
|
| /freebsd-13.1/usr.bin/mkimg/ |
| H A D | mkimg.c | 407 lba_t start, end, start2, end2; in mkimg_validate() local 421 start2 = part2->block; in mkimg_validate() 424 if ((start >= start2 && start < end2) || in mkimg_validate() 425 (end > start2 && end <= end2)) { in mkimg_validate()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_posix.cpp | 217 uptr start2, uptr end2) { in IntervalsAreSeparate() argument 219 CHECK(start2 <= end2); in IntervalsAreSeparate() 220 return (end1 < start2) || (end2 < start1); in IntervalsAreSeparate()
|
| /freebsd-13.1/contrib/subversion/subversion/svn/ |
| H A D | file-merge.c | 760 apr_off_t start2, in merge_file_chunks() argument 777 start2, len2, scratch_pool, scratch_pool)); in merge_file_chunks()
|
| /freebsd-13.1/sys/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.c | 1097 const char* const start2 = start1 + length1; in HUF_decompress_usingDTable() local 1098 const char* const start3 = start2 + length2; in HUF_decompress_usingDTable() 1106 errorCode = FSE_initDStream(&bitD2, start2, length2); in HUF_decompress_usingDTable()
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | req.c | 1183 start2: in prompt_info() 1192 goto start2; in prompt_info()
|
| /freebsd-13.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-endor-defs.h | 6345 uint32_t start2 : 6; /**< SPI commands start address for event 2 */ member 6351 uint32_t start2 : 6;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFormats.td | 5382 (ins GR64:$start1, GR64:$start2, GR32:$char), 5383 [(set GR64:$end, (operator GR64:$start1, GR64:$start2,
|