| /src/sys/arch/ia64/stand/common/ |
| calloc.c | 11 u_int total_size = size1 * size2; local 14 if(( (ptr = alloc(total_size)) != NULL)) { 15 memset(ptr, 0, total_size);
|
| /src/external/lgpl3/gmp/dist/ |
| tal-reent.c | 58 size_t total_size; local 62 total_size = size + HSIZ; 63 p = __GMP_ALLOCATE_FUNC_TYPE (total_size, char); 64 P->size = total_size;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_memory_profile.cc | 28 uptr total_size; member in struct:__asan::AllocationSite 54 return a.total_size > b.total_size; 69 Printf("%zd byte(s) (%zd%%) in %zd allocation(s)\n", a.total_size, 70 a.total_size * 100 / total_allocated_user_size_, a.count); 72 total_shown += a.total_size; 90 allocations_[i].total_size += size;
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_memory_profile.cpp | 26 uptr total_size; member in struct:__asan::AllocationSite 52 return a.total_size > b.total_size; 67 Printf("%zd byte(s) (%zd%%) in %zd allocation(s)\n", a.total_size, 68 a.total_size * 100 / total_allocated_user_size_, a.count); 70 total_shown += a.total_size; 88 allocations_[i].total_size += size;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_memory_profile.cpp | 27 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;
|
| /src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
| vbox_hgsmi.c | 57 size_t total_size; local 60 total_size = size + sizeof(*h) + sizeof(*t); 61 h = gen_pool_dma_alloc(guest_pool, total_size, &offset); 83 size_t total_size = h->data_size + sizeof(*h) + local 86 gen_pool_free(guest_pool, (unsigned long)h, total_size);
|
| /src/external/lgpl3/gmp/dist/mpn/sparc64/ |
| divrem_1.c | 75 /* udivx is good for total_size==1, and no need to bother checking 88 mp_size_t size, xsize, total_size, adj; local 96 total_size = size + xsize; 114 total_size--; 128 total_size--; 129 if (total_size == 0) 179 mp_size_t size, xsize, total_size; local 187 total_size = total_size_limbs; 190 qp += total_size; /* above high limb */ 203 total_size-- [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/ |
| circ.exp | 146 set total_size $expect_out(2,string) 147 if { $required_size != $total_size } { 180 set total_size -1 204 set total_size $expect_out(2,string) 209 # Check that we get the total_size and free_size. 210 if { $total_size < 0 } { 220 set frame_size "($total_size - $free_size)"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/ |
| circ.exp | 146 set total_size $expect_out(2,string) 147 if { $required_size != $total_size } { 180 set total_size -1 204 set total_size $expect_out(2,string) 209 # Check that we get the total_size and free_size. 210 if { $total_size < 0 } { 220 set frame_size "($total_size - $free_size)"
|
| /src/sys/arch/x86/x86/ |
| cpu_ucode_intel.c | 115 uint32_t data_size, total_size, payload_size, ext_size; local 135 total_size = data_size + 48; 137 total_size = buf->uh_total_size; 138 if ((total_size % 1024) != 0) 140 if (total_size > sc->sc_blobsize) 156 ext_size = total_size - payload_size;
|
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitExecAllocator.c | 167 static sljit_uw total_size; variable 239 total_size += chunk_size; 300 if (total_size - free_block->size > (allocated_size * 3 / 2)) { 301 total_size -= free_block->size; 322 total_size -= free_block->size; 329 SLJIT_ASSERT((total_size && free_blocks) || (!total_size && !free_blocks));
|
| sljitProtExecAllocator.c | 239 static sljit_uw total_size; variable 318 total_size += chunk_size; 385 if (total_size - free_block->size > (allocated_size * 3 / 2)) { 386 total_size -= free_block->size; 407 total_size -= free_block->size; 414 SLJIT_ASSERT((total_size && free_blocks) || (!total_size && !free_blocks));
|
| /src/external/bsd/zstd/dist/tests/regression/ |
| method.c | 140 data.total_size = state->compressed.size; 171 result_data_t data = {.total_size = 0}; 236 data.total_size += state->compressed.size; 297 size_t total_size = 0; local 300 total_size += size; 309 result_data_t const data = {.total_size = total_size}; 350 result_data_t data = {.total_size = 0}; 370 data.total_size += size; 407 result_data_t data = {.total_size = 0} [all...] |
| result.h | 32 size_t total_size; /**< The total compressed size. */ member in struct:__anon313
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| crx-dis.c | 362 int inst_bit_size, total_size; local 419 total_size = a->size + 10; /* sizeof(rbase + ridx + scl2) = 10. */ 420 p = makelongparameter (allWords, inst_bit_size - total_size, 421 inst_bit_size - (total_size - 4)); 423 p = makelongparameter (allWords, inst_bit_size - (total_size - 4), 424 inst_bit_size - (total_size - 8)); 426 p = makelongparameter (allWords, inst_bit_size - (total_size - 8), 427 inst_bit_size - (total_size - 10)); 429 p = makelongparameter (allWords, inst_bit_size - (total_size - 10),
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| crx-dis.c | 362 int inst_bit_size, total_size; local 419 total_size = a->size + 10; /* sizeof(rbase + ridx + scl2) = 10. */ 420 p = makelongparameter (allWords, inst_bit_size - total_size, 421 inst_bit_size - (total_size - 4)); 423 p = makelongparameter (allWords, inst_bit_size - (total_size - 4), 424 inst_bit_size - (total_size - 8)); 426 p = makelongparameter (allWords, inst_bit_size - (total_size - 8), 427 inst_bit_size - (total_size - 10)); 429 p = makelongparameter (allWords, inst_bit_size - (total_size - 10),
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| crx-dis.c | 362 int inst_bit_size, total_size; local 419 total_size = a->size + 10; /* sizeof(rbase + ridx + scl2) = 10. */ 420 p = makelongparameter (allWords, inst_bit_size - total_size, 421 inst_bit_size - (total_size - 4)); 423 p = makelongparameter (allWords, inst_bit_size - (total_size - 4), 424 inst_bit_size - (total_size - 8)); 426 p = makelongparameter (allWords, inst_bit_size - (total_size - 8), 427 inst_bit_size - (total_size - 10)); 429 p = makelongparameter (allWords, inst_bit_size - (total_size - 10),
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| crx-dis.c | 362 int inst_bit_size, total_size; local 419 total_size = a->size + 10; /* sizeof(rbase + ridx + scl2) = 10. */ 420 p = makelongparameter (allWords, inst_bit_size - total_size, 421 inst_bit_size - (total_size - 4)); 423 p = makelongparameter (allWords, inst_bit_size - (total_size - 4), 424 inst_bit_size - (total_size - 8)); 426 p = makelongparameter (allWords, inst_bit_size - (total_size - 8), 427 inst_bit_size - (total_size - 10)); 429 p = makelongparameter (allWords, inst_bit_size - (total_size - 10),
|
| /src/crypto/external/apache2/openssl/dist/ssl/rio/ |
| poll_builder.c | 48 size_t total_size; local 54 total_size = safe_mul_size_t(alloc, sizeof(struct pollfd), &error); 58 pfd_heap_new = OPENSSL_realloc(rpb->pfd_heap, total_size);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| data-streamer-out.cc | 96 unsigned int start = string_stream->total_size; 295 obs->total_size += size; 353 obs->total_size += size; 388 obs->total_size += copy;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| minidebug.c | 159 gdb::byte_vector compressed (iter.block.total_size); 162 || bfd_read (compressed.data (), iter.block.total_size, 163 section->owner) != iter.block.total_size) 180 iter.block.total_size,
|
| /src/external/gpl3/gdb/dist/gdb/ |
| minidebug.c | 159 gdb::byte_vector compressed (iter.block.total_size); 162 || bfd_read (compressed.data (), iter.block.total_size, 163 section->owner) != iter.block.total_size) 180 iter.block.total_size,
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_query.c | 222 u32 flags, total_size; local 228 total_size = 233 return total_size; 235 if (query_item->length < total_size) { 237 query_item->length, total_size); 241 if (!access_ok(user_query_config_ptr, total_size)) 332 ret = total_size;
|
| /src/external/public-domain/xz/dist/tests/ |
| test_filter_flags.c | 337 uint32_t total_size = 0; local 339 assert_lzma_ret(lzma_filter_flags_size(&total_size, filter_in), 341 assert_uint(total_size, >, 0); 342 uint8_t *filter_flag_buffer = tuktest_malloc(total_size); 350 filter_flag_buffer, &out_pos, total_size), LZMA_OK); 352 filter_flag_buffer, &out_pos, total_size), 357 filter_flag_buffer, &in_pos, total_size),
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/ |
| utils.c | 525 size_t total_size; local 537 total_size = page_size + page_size + unprotected_size + page_size; 538 if ((base_ptr = _alloc_aligned(total_size)) == NULL) { 576 size_t total_size; local 582 total_size = count * size; 584 return sodium_malloc(total_size); 600 size_t total_size; local 610 total_size = page_size + page_size + unprotected_size + page_size; 611 _mprotect_readwrite(base_ptr, total_size); 622 _free_aligned(base_ptr, total_size); [all...] |