Searched refs:total_size (Results 1 - 25 of 85) sorted by relevance

1234

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dcond_dtor.hpp51 cond_dtor(value_vector a_vec, iterator& r_last_it, Size_Type total_size) argument
52 : m_a_vec(a_vec), m_r_last_it(r_last_it), m_max_size(total_size),
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_mad_pool.c76 IN uint32_t total_size,
83 CL_ASSERT(total_size);
92 osm_madw_init(p_madw, h_bind, total_size, p_mad_addr);
97 p_mad = osm_vendor_get(h_bind, total_size, &p_madw->vend_wrap);
117 IN uint32_t total_size,
124 CL_ASSERT(total_size);
138 osm_madw_init(p_madw, h_bind, total_size, p_mad_addr);
74 osm_mad_pool_get(IN osm_mad_pool_t * p_pool, IN osm_bind_handle_t h_bind, IN uint32_t total_size, IN const osm_mad_addr_t * p_mad_addr) argument
115 osm_mad_pool_get_wrapper(IN osm_mad_pool_t * p_pool, IN osm_bind_handle_t h_bind, IN uint32_t total_size, IN const ib_mad_t * p_mad, IN const osm_mad_addr_t * p_mad_addr) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp27 uptr total_size; member in struct:__asan::AllocationSite
53 return a.total_size > b.total_size;
68 Printf("%zd byte(s) (%zd%%) in %zd allocation(s)\n", a.total_size,
69 a.total_size * 100 / total_allocated_user_size_, a.count);
71 total_shown += a.total_size;
89 allocations_[i].total_size += size;
/freebsd-11-stable/usr.sbin/cpucontrol/
H A Dvia.h53 uint32_t total_size; member in struct:via_fw_header
H A Dintel.h53 uint32_t total_size; member in struct:intel_fw_header
H A Dintel.c96 size_t data_size, total_size; local
192 if (fw_header->total_size == 0)
193 total_size = data_size + sizeof(*fw_header);
195 total_size = fw_header->total_size;
196 if (total_size > (unsigned)st.st_size || st.st_size < 0) {
216 ext_size = total_size - payload_size;
229 if (ext_table_size + payload_size > total_size) {
H A Dvia.c91 size_t data_size, total_size; local
172 total_size = fw_header->total_size;
173 if (total_size > (unsigned)st.st_size || st.st_size < 0) {
/freebsd-11-stable/sys/x86/include/
H A Ducode.h46 uint32_t total_size; member in struct:ucode_intel_header
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcessStructReader.h69 auto total_size = struct_type.GetByteSize(nullptr); local
70 if (!total_size)
72 lldb::DataBufferSP buffer_sp(new DataBufferHeap(*total_size, 0));
75 *total_size, error);
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_mad_pool.h196 IN uint32_t total_size,
207 * total_size
270 IN uint32_t total_size,
282 * total_size
/freebsd-11-stable/contrib/gdb/gdb/
H A Dbcache.c80 long total_size; /* total number of bytes cached, including dups */ member in struct:bcache
214 bcache->total_size += length;
397 printf_filtered (" Total object size: %ld\n", c->total_size);
400 print_percentage (c->total_size - c->unique_size, c->total_size);
417 print_percentage (c->total_size - c->structure_size, c->total_size);
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_profile.c78 s64 total_size = 0; local
144 profile[i].start = mem_base + total_size;
145 total_size += profile[i].size;
147 if (total_size > mem_avail) {
150 (unsigned long long) total_size,
166 (int) (total_size >> 10));
169 (int) (total_size >> 10), (int) (mem_avail >> 10),
170 (int) ((mem_avail - total_size) >> 10));
280 return total_size;
/freebsd-11-stable/sys/x86/x86/
H A Ducode.c153 size = hdr->total_size;
182 uint32_t data_size, flags, regs[4], sig, total_size; local
191 for (resid = *len; resid > 0; data += total_size, resid -= total_size) {
199 total_size = hdr->total_size;
202 if (total_size == 0)
203 total_size = UCODE_INTEL_DEFAULT_DATA_SIZE +
205 if (data_size > total_size + sizeof(struct ucode_intel_header))
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_profile.c83 u64 total_size = 0; local
138 profile[i].start = total_size;
139 total_size += profile[i].size;
142 if (total_size > dev_cap->max_icm_sz) {
144 (unsigned long long) total_size,
159 (int) (total_size >> 10));
249 return total_size;
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_mem.c173 u64 *total_size,
182 *total_size = 0;
189 *total_size += buffer_list[i].size;
201 if (*total_size > 0xFFFFFFFFULL)
234 (unsigned long long) mask, *shift, (unsigned long long) *total_size,
170 build_phys_page_list(struct ib_phys_buf *buffer_list, int num_phys_buf, u64 *iova_start, u64 *total_size, int *npages, int *shift, __be64 **page_list) argument
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_nvram.c60 size_t total_size = ip->u.nvram.size; local
70 MIN(total_size, sizeof(fake_dynamic_cfg_nvram)));
80 while (total_size) {
81 size_t len = MIN(chunk_size, total_size);
101 total_size -= len;
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_cache.h166 apr_uint64_t total_size;
276 * up to @a total_size bytes of data, using @a directory_size bytes
280 * the @a total_size should be allocated to the @a directory_size,
290 * If the number is 0, a default will be derived from @a total_size.
307 apr_size_t total_size,
165 apr_uint64_t total_size; member in struct:svn_cache__info_t
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drevprops.h135 apr_size_t total_size,
H A Drevprops.c160 apr_size_t total_size; member in struct:packed_revprops_t
532 for (i = 0, offset = 0, revprops->total_size = 0; i < count; ++i)
594 revprops->total_size += serialized.len;
1107 new_total_size = revprops->total_size - revprops->serialized_size
1350 apr_size_t total_size,
1364 = svn_stringbuf_create_ensure(total_size, scratch_pool);
1438 apr_size_t total_size;
1474 total_size = 2 * SVN_INT64_BUFFER_SIZE;
1495 || total_size > max_size
1496 || SVN_INT64_BUFFER_SIZE + finfo.size > max_size - total_size))
1343 svn_fs_fs__copy_revprops(const char *pack_file_dir, const char *pack_filename, const char *shard_path, svn_revnum_t start_rev, svn_revnum_t end_rev, apr_array_header_t *sizes, apr_size_t total_size, int compression_level, svn_boolean_t flush_to_disk, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
1437 apr_size_t total_size; local
[all...]
/freebsd-11-stable/contrib/amd/amd/
H A Dsun_map.c130 size_t total_size, first_half, second_half, sub_size; local
149 total_size = (first_half + sub_size + second_half + 1);
151 retval = (char*)xmalloc(total_size);
152 memset(retval, 0, total_size);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-null.c128 info->total_size = 0;
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dindex.c155 lzma_vli total_size; member in struct:lzma_index_s
386 i->total_size = 0;
521 return i->total_size;
529 return LZMA_STREAM_HEADER_SIZE + i->total_size
710 i->total_size += vli_ceil4(unpadded_size);
851 dest->total_size += src->total_size;
935 dest->total_size = src->total_size;
1065 iter->block.total_size
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drevprops.c382 apr_size_t total_size; member in struct:packed_revprops_t
816 for (i = 0, revprops->total_size = 0; i < count; ++i)
821 revprops->total_size += props->len;
1270 new_total_size = revprops->total_size - revprops->serialized_size
1515 apr_size_t total_size,
1582 apr_size_t total_size;
1619 total_size = 2 * SVN_INT64_BUFFER_SIZE;
1641 || total_size > max_size
1642 || SVN_INT64_BUFFER_SIZE + finfo.size > max_size - total_size))
1646 sizes, (apr_size_t)total_size,
1507 copy_revprops(svn_fs_t *fs, const char *pack_file_dir, const char *pack_filename, const char *shard_path, svn_revnum_t start_rev, svn_revnum_t end_rev, apr_array_header_t *sizes, apr_size_t total_size, int compression_level, svn_fs_x__batch_fsync_t *batch, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
1581 apr_size_t total_size; local
[all...]
/freebsd-11-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c410 size_t expire_size, total_size = 0L; local
470 total_size += stbuf.st_size;
556 if ((expire_size && total_size > expire_size) &&
562 total_size -= at->at_size;
565 if ((expire_size && total_size > expire_size) ||
571 total_size -= at->at_size;
/freebsd-11-stable/usr.bin/unzip/
H A Dunzip.c860 uintmax_t total_size, file_count, error_count; local
880 total_size = 0;
902 total_size += archive_entry_size(e);
910 total_size, y_str, file_count, file_count != 1 ? "s" : "");
914 total_size, total_size, y_str, file_count,

Completed in 318 milliseconds

1234