| /freebsd-13.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-13.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() 710 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 | 3285 apr_off_t max_offset, in cache_windows() argument 3300 if (max_offset != -1 && rs->start + rs->current >= max_offset) in cache_windows() 3382 apr_off_t max_offset, in block_read_windows() argument 3431 SVN_ERR(cache_windows(fs, &rs, max_offset, scratch_pool)); in block_read_windows() 3482 apr_off_t max_offset, in block_read_contents() argument 3493 SVN_ERR(block_read_windows(rep_header, fs, rev_file, entry, max_offset, in block_read_contents()
|
| /freebsd-13.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-13.1/sys/dev/qlxge/ |
| H A D | qls_dump.c | 1458 uint32_t max_offset; in qls_get_mac_proto_regs() local 1465 max_offset = 3; in qls_get_mac_proto_regs() 1471 max_offset = 2; in qls_get_mac_proto_regs() 1478 max_offset = 1; in qls_get_mac_proto_regs() 1484 max_offset = 2; in qls_get_mac_proto_regs() 1490 max_offset = 2; in qls_get_mac_proto_regs() 1496 max_offset = 1; in qls_get_mac_proto_regs() 1502 max_offset = 1; in qls_get_mac_proto_regs() 1508 max_offset = 4; in qls_get_mac_proto_regs() 1514 max_offset = 1; in qls_get_mac_proto_regs() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 327 int32_t max_offset = INT32_MIN; in GetTypeBitSize() local 334 if (cur_offset > max_offset) { in GetTypeBitSize() 335 max_offset = cur_offset; in GetTypeBitSize() 341 size = 8 * (max_offset + sizeof_max); in GetTypeBitSize()
|
| /freebsd-13.1/sys/geom/uzip/ |
| H A D | g_uzip.c | 566 uint64_t max_offset, min_offset; in g_uzip_parse_toc() local 571 max_offset = sc->toc[0].offset - 1; in g_uzip_parse_toc() 582 (uintmax_t)max_offset)); in g_uzip_parse_toc() 584 if (sc->toc[i].offset < max_offset) { in g_uzip_parse_toc() 613 if (sc->toc[j].offset > max_offset) { in g_uzip_parse_toc() 627 KASSERT(max_offset <= sc->toc[i].offset, ( in g_uzip_parse_toc() 629 gp->name, (uintmax_t)max_offset)); in g_uzip_parse_toc() 630 max_offset = BLK_ENDS(sc, i) - 1; in g_uzip_parse_toc()
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_indirect_births.c | 129 uint64_t max_offset, uint64_t txg, dmu_tx_t *tx) in vdev_indirect_births_add_entry() argument 142 vibe.vibe_offset = max_offset; in vdev_indirect_births_add_entry()
|
| H A D | vdev_cache.c | 337 uint64_t max_offset = P2ROUNDUP(io_end, VCBS); in vdev_cache_write() local 350 while (ve != NULL && ve->ve_offset < max_offset) { in vdev_cache_write()
|
| H A D | vdev_indirect.c | 699 uint64_t max_offset = in spa_condense_indirect_thread() local 701 if (max_offset == 0) { in spa_condense_indirect_thread() 716 max_offset); in spa_condense_indirect_thread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | ArmUnwindInfo.h | 56 uint16_t max_offset) const;
|
| /freebsd-13.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-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ArmUnwindInfo.cpp | 86 uint16_t max_offset) const { in GetULEB128() 89 while (offset < max_offset) { in GetULEB128()
|
| /freebsd-13.1/usr.sbin/pciconf/ |
| H A D | cap.c | 692 uint64_t base, max_offset; in cap_ea() local 733 max_offset = dw[1] | ~PCIM_EA_FIELD_MASK; in cap_ea() 741 max_offset |= (uint64_t)dw[b] << 32UL; in cap_ea() 751 (uintmax_t)base, (uintmax_t)(max_offset + 1), in cap_ea()
|
| /freebsd-13.1/sys/dev/pci/ |
| H A D | pci.c | 778 uint64_t base, max_offset; in pci_ea_fill_info() local 815 max_offset = dw[1] | ~PCIM_EA_FIELD_MASK; in pci_ea_fill_info() 823 max_offset |= (uint64_t)dw[b] << 32UL; in pci_ea_fill_info() 828 eae->eae_max_offset = max_offset; in pci_ea_fill_info()
|