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

123

/macosx-10.9.5/CPANInternal-140/Graph/util/
H A Dsize.pl3 use Devel::Size qw(size total_size);
12 my $s0 = total_size($g0);
19 my $s = total_size($g0);
32 my $s = total_size($g1);
/macosx-10.9.5/CPANInternal-140/Graph-0.94/util/
H A Dsize.pl3 use Devel::Size qw(size total_size);
12 my $s0 = total_size($g0);
19 my $s = total_size($g0);
32 my $s = total_size($g1);
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/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),
/macosx-10.9.5/curl-78.94.1/curl/tests/unit/
H A Dunit1308.c47 size_t total_size = 0; variable
70 rc = curl_formget(post, &total_size, print_httppost_callback);
74 fail_unless(total_size == 486, "curl_formget got wrong size back");
89 rc = curl_formget(post, &total_size, print_httppost_callback);
91 fail_unless(total_size == 847, "curl_formget got wrong size back");
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Ducode.h18 uint32_t total_size; member in struct:intel_ucupdate
H A Ducode.c97 size = update_header.total_size;
/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Dpro_reloc_stream.c195 unsigned long total_size = 0; local
220 total_size = ct * len;
266 GET_CHUNK(dbg, sec_index, data, total_size, &err);
288 /* ASSERT: sum of len copied == total_size */
/macosx-10.9.5/BerkeleyDB-21/db/repmgr/
H A Drepmgr_stat.c235 size_t array_size, total_size; local
258 total_size = array_size;
263 total_size += strlen(site->net_addr.host) + 1;
266 if ((ret = __os_umalloc(env, total_size, &status)) != 0)
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dkern_event.h109 @field total_size Total size of the kernel event message including the
123 using total_size - KEV_MSG_HEADER_SIZE.
126 u_int32_t total_size; /* Size of entire event msg */ member in struct:kern_event_msg
149 @field total_size Total size of the kernel event message including the
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dcrx-dis.c379 int inst_bit_size, total_size; local
436 total_size = a->size + 10; /* sizeof(rbase + ridx + scl2) = 10. */
437 p = makelongparameter (allWords, inst_bit_size - total_size,
438 inst_bit_size - (total_size - 4));
440 p = makelongparameter (allWords, inst_bit_size - (total_size - 4),
441 inst_bit_size - (total_size - 8));
443 p = makelongparameter (allWords, inst_bit_size - (total_size - 8),
444 inst_bit_size - (total_size - 10));
446 p = makelongparameter (allWords, inst_bit_size - (total_size - 10),
/macosx-10.9.5/rsync-42/rsync/
H A Dmain.c193 write_longint(f, stats.total_size);
211 stats.total_size = read_longint(f);
221 write_longint(batch_fd, stats.total_size);
237 human_num(stats.total_size));
266 human_num(stats.total_size),
267 (double)stats.total_size / (total_written+total_read));
H A Dreceiver.c137 char *fname, int fd, OFF_T total_size)
171 show_progress(offset, total_size);
179 show_progress(offset, total_size);
192 show_progress(offset, total_size);
262 end_progress(total_size);
136 receive_data(int f_in, char *fname_r, int fd_r, OFF_T size_r, char *fname, int fd, OFF_T total_size) argument
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_backtrace.rb44 total_size = caller(0).size
47 assert_equal(total_size - i, caller(i).size, "[ruby-dev:45673]")
/macosx-10.9.5/ksh-20/ksh/src/lib/libsum/
H A Dsumlib.c33 uintmax_t total_size; \
129 z = (flags & SUM_TOTAL) ? x->total_size : x->size;
322 p->total_size += p->size;
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dmach_loader.c198 uint32_t total_size
205 uint32_t total_size,
214 uint32_t total_size,
1267 uint32_t total_size
1284 while (total_size > 0) {
1291 if (thread_size > total_size)
1293 total_size -= thread_size;
1313 uint32_t total_size,
1323 while (total_size > 0) {
1330 if (stack_size > total_size)
1310 load_threadstack( thread_t thread, uint32_t *ts, uint32_t total_size, mach_vm_offset_t *user_stack, int *customstack ) argument
1350 load_threadentry( thread_t thread, uint32_t *ts, uint32_t total_size, mach_vm_offset_t *entry_point ) argument
[all...]
H A Dposix_shm.c671 mach_vm_size_t total_size, alloc_size; local
708 total_size = vm_map_round_page(length,
713 alloc_size < total_size;
718 mosize = MIN(total_size - alloc_size, ANON_MAX_SIZE);
750 pinfo->pshm_length = total_size;
H A Dsysv_shm.c718 mach_vm_size_t total_size, size, alloc_size; local
727 total_size = mach_vm_round_page(uap->size);
728 if ((user_ssize_t)(shm_committed + btoc(total_size)) > shminfo.shmall)
754 alloc_size < total_size;
756 size = MIN(total_size - alloc_size, ANON_MAX_SIZE);
/macosx-10.9.5/configd-596.15/Plugins/KernelEventMonitor/
H A Deventmon.c230 ev_msg->total_size,
236 for (i = 0, j = KEV_MSG_HEADER_SIZE; j < ev_msg->total_size; i++, j+=4) {
281 int dataLen = (ev_msg->total_size - KEV_MSG_HEADER_SIZE);
570 if ((offset + ev_msg->total_size) > status) {
598 offset += ev_msg->total_size;
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c1236 ssize_t total_size = 0; local
1257 if (total_size + bytes_read + 1 > limit) {
1264 total_size + bytes_read + 1) == NULL) {
1269 memcpy(mtree->line.s + total_size, t, bytes_read);
1271 total_size += bytes_read;
1273 mtree->line.s[total_size] = '\0';
1278 return total_size;
1284 return total_size;
1294 total_size - (u - mtree->line.s) + 1);
1295 --total_size;
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/
H A DImageDecoder.h387 unsigned long long total_size = static_cast<unsigned long long>(width)
389 return total_size > ((1 << 29) - 1);
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Dutil.c100 size_t total_size = offsetof (struct msg, args);
110 total_size += size[i] = strlen (arg[i]) + 1;
112 new = xmalloc (total_size);
98 size_t total_size = offsetof (struct msg, args); local
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngmem.c176 png_uint_32 total_size; local
196 total_size = ((png_uint_32)65536L) * (png_uint_32)num_blocks+16;
198 table = farmalloc(total_size);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/lib/
H A Dauxprop.c88 size_t total_size = sizeof(struct proppool) + size - 1; local
89 ret = sasl_ALLOC(total_size);
92 memset(ret, 0, total_size);
165 unsigned total_size = 0; local
173 total_size += (unsigned) pool->size;
178 retval = prop_new(total_size);
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_xattr.c1380 u_int32_t total_size; /* file offset of end of attribute header + entries + data */ member in struct:attr_header
1960 datafreespace = header->total_size - (header->data_start + header->data_length);
1969 if (!splitdata && (header->total_size + growsize) > ATTR_MAX_HDR_SIZE) {
1970 growsize = ATTR_MAX_HDR_SIZE - header->total_size;
1994 header->total_size += growsize;
2896 attrhdr->total_size = filehdr->entries[1].offset;
2986 xah->total_size = SWAP32 (ATTR_BUF_SIZE - rsrcforksize);
3091 ah->total_size = SWAP32 (ah->total_size);
3132 ah->total_size
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/mp/
H A Dmp_resize.c479 roff_t reg_size, total_size; local
484 total_size = (roff_t)gbytes * GIGABYTE + bytes;
485 ncache = (u_int32_t)((total_size + reg_size / 2) / reg_size);

Completed in 588 milliseconds

123