| /freebsd-12.1/contrib/mandoc/ |
| H A D | dbm_map.c | 52 static int32_t max_offset; variable 101 max_offset = be32toh(*dbm_getint(3)) + sizeof(int32_t); in dbm_map() 102 if (st.st_size != max_offset) { in dbm_map() 104 fname, (long long)st.st_size, max_offset); in dbm_map() 150 if (offset >= max_offset) { in dbm_get() 152 offset, max_offset); in dbm_get()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | dump-index.c | 44 apr_off_t offset, max_offset; in svn_fs_fs__dump_index() local 56 SVN_ERR(svn_fs_fs__p2l_get_max_offset(&max_offset, fs, rev_file, revision, in svn_fs_fs__dump_index() 60 for (offset = 0; offset < max_offset; ) in svn_fs_fs__dump_index() 72 for (i = 0; i < entries->nelts && offset < max_offset; ++i) in svn_fs_fs__dump_index()
|
| H A D | verify.c | 351 apr_off_t max_offset; in compare_p2l_to_l2p_index() local 360 SVN_ERR(svn_fs_fs__p2l_get_max_offset(&max_offset, fs, rev_file, start, in compare_p2l_to_l2p_index() 365 for (offset = 0; offset < max_offset; ) in compare_p2l_to_l2p_index() 609 apr_off_t max_offset; in compare_p2l_to_rev() local 619 SVN_ERR(svn_fs_fs__p2l_get_max_offset(&max_offset, fs, rev_file, start, in compare_p2l_to_rev() 622 if (rev_file->l2p_offset != max_offset) in compare_p2l_to_rev() 627 apr_off_t_toa(pool, max_offset)); in compare_p2l_to_rev() 634 for (offset = 0; offset < max_offset; ) in compare_p2l_to_rev() 709 if (entry->offset != max_offset) in compare_p2l_to_rev()
|
| H A D | index.c | 1384 apr_off_t max_offset, in prefetch_l2p_pages() argument 1396 if (max_offset <= 0) in prefetch_l2p_pages() 1433 || entry->offset + entry->size > (apr_uint64_t)max_offset) in prefetch_l2p_pages() 1575 apr_off_t max_offset in l2p_index_lookup() local 1578 apr_off_t min_offset = max_offset - ffd->block_size; in l2p_index_lookup() 1610 max_offset, iterpool)); in l2p_index_lookup() 1623 min_offset, max_offset, iterpool)); in l2p_index_lookup() 2762 apr_off_t max_offset in p2l_index_lookup() local 2824 while ( prefetch_info.next_offset < max_offset in p2l_index_lookup() 3040 apr_off_t max_offset = header->file_size; in p2l_get_max_offset_func() local [all …]
|
| H A D | stats.c | 1006 apr_off_t max_offset; in read_log_rev_or_packfile() local 1032 SVN_ERR(svn_fs_fs__p2l_get_max_offset(&max_offset, query->fs, rev_file, in read_log_rev_or_packfile() 1037 APR_ARRAY_IDX(query->revisions, base, revision_info_t*)->end = max_offset; in read_log_rev_or_packfile() 1041 for (offset = 0; offset < max_offset; ) in read_log_rev_or_packfile()
|
| H A D | cached_data.c | 3263 apr_off_t max_offset, in cache_windows() argument 3278 if (max_offset != -1 && rs->start + rs->current >= max_offset) in cache_windows() 3360 apr_off_t max_offset, in block_read_windows() argument 3409 SVN_ERR(cache_windows(fs, &rs, max_offset, scratch_pool)); in block_read_windows() 3460 apr_off_t max_offset, in block_read_contents() argument 3471 SVN_ERR(block_read_windows(rep_header, fs, rev_file, entry, max_offset, in block_read_contents()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | verify.c | 328 apr_off_t max_offset; in compare_p2l_to_l2p_index() local 336 SVN_ERR(svn_fs_x__p2l_get_max_offset(&max_offset, fs, rev_file, start, in compare_p2l_to_l2p_index() 341 for (offset = 0; offset < max_offset; ) in compare_p2l_to_l2p_index() 579 apr_off_t max_offset; in compare_p2l_to_rev() local 589 SVN_ERR(svn_fs_x__p2l_get_max_offset(&max_offset, fs, rev_file, start, in compare_p2l_to_rev() 592 if (l2p_index_info.start != max_offset) in compare_p2l_to_rev() 600 max_offset)); in compare_p2l_to_rev() 606 for (offset = 0; offset < max_offset; ) in compare_p2l_to_rev() 652 if (entry->offset != max_offset) in compare_p2l_to_rev()
|
| H A D | index.c | 1680 apr_off_t max_offset, in prefetch_l2p_pages() argument 1692 if (max_offset <= 0) in prefetch_l2p_pages() 1729 || entry->offset + entry->size > (apr_uint64_t)max_offset) in prefetch_l2p_pages() 1809 apr_off_t max_offset in l2p_index_lookup() local 1812 apr_off_t min_offset = max_offset - ffd->block_size; in l2p_index_lookup() 1838 max_offset, iterpool)); in l2p_index_lookup() 1850 min_offset, max_offset, iterpool)); in l2p_index_lookup() 3000 apr_off_t max_offset in p2l_index_lookup() local 3055 while ( prefetch_info.next_offset < max_offset in p2l_index_lookup() 3376 apr_off_t max_offset = header->file_size; in p2l_get_max_offset_func() local [all …]
|
| H A D | cached_data.c | 1595 apr_off_t max_offset, in cache_windows() argument 1607 if (max_offset != -1 && rs->start + rs->current >= max_offset) in cache_windows() 3022 apr_off_t max_offset, in block_read_contents() argument 3037 SVN_ERR(cache_windows(&fulltext_len, fs, &rs, max_offset, scratch_pool)); in block_read_contents()
|
| /freebsd-12.1/sys/dev/qlxge/ |
| H A D | qls_dump.c | 1475 uint32_t max_offset; in qls_get_mac_proto_regs() local 1483 max_offset = 3; in qls_get_mac_proto_regs() 1489 max_offset = 2; in qls_get_mac_proto_regs() 1496 max_offset = 1; in qls_get_mac_proto_regs() 1502 max_offset = 2; in qls_get_mac_proto_regs() 1508 max_offset = 2; in qls_get_mac_proto_regs() 1514 max_offset = 1; in qls_get_mac_proto_regs() 1520 max_offset = 1; in qls_get_mac_proto_regs() 1526 max_offset = 4; in qls_get_mac_proto_regs() 1532 max_offset = 1; in qls_get_mac_proto_regs() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ObjCLanguageRuntime.cpp | 338 int32_t max_offset = INT32_MIN; in GetTypeBitSize() local 345 if (cur_offset > max_offset) { in GetTypeBitSize() 346 max_offset = cur_offset; in GetTypeBitSize() 352 size = 8 * (max_offset + sizeof_max); in GetTypeBitSize()
|
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | radeon_object.c | 222 int radeon_bo_pin_restricted(struct radeon_bo *bo, u32 domain, u64 max_offset, in radeon_bo_pin_restricted() argument 232 if (max_offset != 0) { in radeon_bo_pin_restricted() 239 if (max_offset < (radeon_bo_gpu_offset(bo) - domain_start)) { in radeon_bo_pin_restricted() 244 (uintmax_t)max_offset, (uintmax_t)radeon_bo_gpu_offset(bo), in radeon_bo_pin_restricted() 256 if (max_offset) { in radeon_bo_pin_restricted() 257 u64 lpfn = max_offset >> PAGE_SHIFT; in radeon_bo_pin_restricted()
|
| H A D | radeon_object.h | 42 #undef max_offset 133 u64 max_offset, u64 *gpu_addr);
|
| /freebsd-12.1/sys/geom/uzip/ |
| H A D | g_uzip.c | 551 uint64_t max_offset, min_offset; in g_uzip_parse_toc() local 556 max_offset = sc->toc[0].offset - 1; in g_uzip_parse_toc() 567 (uintmax_t)max_offset)); in g_uzip_parse_toc() 569 if (sc->toc[i].offset < max_offset) { in g_uzip_parse_toc() 598 if (sc->toc[j].offset > max_offset) { in g_uzip_parse_toc() 612 KASSERT(max_offset <= sc->toc[i].offset, ( in g_uzip_parse_toc() 614 gp->name, (uintmax_t)max_offset)); in g_uzip_parse_toc() 615 max_offset = BLK_ENDS(sc, i) - 1; in g_uzip_parse_toc()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | vdev_indirect_births.c | 127 uint64_t max_offset, uint64_t txg, dmu_tx_t *tx) in vdev_indirect_births_add_entry() argument 140 vibe.vibe_offset = max_offset; in vdev_indirect_births_add_entry()
|
| H A D | vdev_cache.c | 349 uint64_t max_offset = P2ROUNDUP(io_end, VCBS); in vdev_cache_write() local 362 while (ve != NULL && ve->ve_offset < max_offset) { in vdev_cache_write()
|
| H A D | vdev_indirect.c | 673 uint64_t max_offset = in spa_condense_indirect_thread() local 675 if (max_offset == 0) { in spa_condense_indirect_thread() 690 max_offset); in spa_condense_indirect_thread()
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | print-domain.c | 155 u_int offset, max_offset; in ns_nprint() local 161 max_offset = (u_int)(cp - bp); in ns_nprint() 187 if (offset >= max_offset) { in ns_nprint() 191 max_offset = offset; in ns_nprint()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ArmUnwindInfo.h | 58 uint16_t max_offset) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ArmUnwindInfo.cpp | 87 uint16_t max_offset) const { in GetULEB128() 90 while (offset < max_offset) { in GetULEB128()
|
| /freebsd-12.1/usr.sbin/pciconf/ |
| H A D | cap.c | 658 uint64_t base, max_offset; in cap_ea() local 699 max_offset = dw[1] | ~PCIM_EA_FIELD_MASK; in cap_ea() 707 max_offset |= (uint64_t)dw[b] << 32UL; in cap_ea() 717 (uintmax_t)base, (uintmax_t)(max_offset + 1), in cap_ea()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | class.c | 3166 tree max_offset, in walk_subobject_offsets() argument 3174 if (max_offset && INT_CST_LT (max_offset, offset)) in walk_subobject_offsets() 3238 max_offset, in walk_subobject_offsets() 3265 max_offset, in walk_subobject_offsets() 3283 offsets, max_offset, /*vbases_p=*/0)); in walk_subobject_offsets() 3308 max_offset, in walk_subobject_offsets() 3337 max_offset, in walk_subobject_offsets() 3346 if (max_offset && INT_CST_LT (max_offset, offset)) in walk_subobject_offsets() 3365 tree max_offset; in record_subobject_offsets() local 3383 max_offset = NULL_TREE; in record_subobject_offsets() [all …]
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | xcoffread.c | 555 file_ptr max_offset = in process_linenos() local 622 if (offset < max_offset + 1 - linesz) in process_linenos()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-ssa-loop-ivopts.c | 3374 static HOST_WIDE_INT min_offset, max_offset; in get_address_cost() local 3401 max_offset = i >> 1; in get_address_cost() 3402 off = max_offset; in get_address_cost() 3416 fprintf (dump_file, " max offset %d\n", (int) max_offset); in get_address_cost() 3545 && min_offset <= s_offset && s_offset <= max_offset); in get_address_cost()
|
| H A D | varasm.c | 6087 unsigned HOST_WIDE_INT min_offset, max_offset, range, bias, delta; in get_section_anchor() local 6104 max_offset = (unsigned HOST_WIDE_INT) targetm.max_anchor_offset; in get_section_anchor() 6106 range = max_offset - min_offset + 1; in get_section_anchor() 6114 delta = -(unsigned HOST_WIDE_INT) offset + max_offset; in get_section_anchor()
|