Searched refs:old_count (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/lib/libc/stdlib/
H A Dhsearch_r.c77 size_t hash, index, i, old_hash, old_count, new_count; local
104 old_count = hsearch->index_mask + 1;
121 for (i = 0; i < old_count; ++i) {
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_freebsd_uio.c113 int error = -1, old_count = 0; local
130 old_count = handle->num_mem_files;
132 new_files = malloc((old_count + 1) * sizeof(*new_files),
136 if (old_count == handle->num_mem_files) {
137 if (old_count != 0) {
140 old_count * sizeof(*new_files));
144 new_files[old_count] = fp;
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_indirect_mapping.c400 uint64_t old_count; local
410 old_count = vim->vim_phys->vimp_num_entries;
489 new_size - old_size, &vim->vim_entries[old_count],
H A Ddmu_redact.c613 uint64_t old_count = redact_block_get_count(coalesce); local
615 coalesce->rbp_blkid + old_count == blkid &&
616 old_count + count <= REDACT_BLOCK_MAX_COUNT) {
618 redact_block_set_count(coalesce, old_count + count);
H A Dvdev_indirect.c489 uint64_t old_count = vdev_indirect_mapping_num_entries(old_mapping); local
533 (u_longlong_t)new_count, (u_longlong_t)old_count);
H A Dbtree.c1618 uint32_t old_count = keep_hdr->bth_count; local
1635 old_count - 1;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1771 const size_t old_count = GetTypeList().GetSize(); local
1805 return new_count - old_count;

Completed in 279 milliseconds