Searched refs:old_count (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_freebsd_uio.c | 113 int error = -1, old_count = 0; in adf_add_mem_fd() local 130 old_count = handle->num_mem_files; in adf_add_mem_fd() 132 new_files = malloc((old_count + 1) * sizeof(*new_files), in adf_add_mem_fd() 136 if (old_count == handle->num_mem_files) { in adf_add_mem_fd() 137 if (old_count != 0) { in adf_add_mem_fd() 140 old_count * sizeof(*new_files)); in adf_add_mem_fd() 144 new_files[old_count] = fp; in adf_add_mem_fd()
|
/freebsd/lib/libc/stdlib/ |
H A D | hsearch_r.c | 77 size_t hash, index, i, old_hash, old_count, new_count; in hsearch_r() local 104 old_count = hsearch->index_mask + 1; in hsearch_r() 121 for (i = 0; i < old_count; ++i) { in hsearch_r()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_indirect_mapping.c | 400 uint64_t old_count; in vdev_indirect_mapping_add_entries() local 410 old_count = vim->vim_phys->vimp_num_entries; in vdev_indirect_mapping_add_entries() 489 new_size - old_size, &vim->vim_entries[old_count], in vdev_indirect_mapping_add_entries()
|
H A D | dmu_redact.c | 615 uint64_t old_count = redact_block_get_count(coalesce); in update_redaction_list() local 617 coalesce->rbp_blkid + old_count == blkid && in update_redaction_list() 618 old_count + count <= REDACT_BLOCK_MAX_COUNT) { in update_redaction_list() 620 redact_block_set_count(coalesce, old_count + count); in update_redaction_list()
|
H A D | vdev_indirect.c | 490 uint64_t old_count = vdev_indirect_mapping_num_entries(old_mapping); in spa_condense_indirect_complete_sync() local 534 (u_longlong_t)new_count, (u_longlong_t)old_count); in spa_condense_indirect_complete_sync()
|
H A D | btree.c | 1618 uint32_t old_count = keep_hdr->bth_count; in zfs_btree_remove_from_node() local 1635 old_count - 1; in zfs_btree_remove_from_node()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 1771 const size_t old_count = GetTypeList().GetSize(); in ParseTypes() local 1805 return new_count - old_count; in ParseTypes()
|