| /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/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/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/bsd/zstd/dist/tests/regression/ |
| result.h | 32 size_t total_size; /**< The total compressed size. */ member in struct:__anon8927
|
| /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/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/nsd/dist/ |
| ixfr.h | 34 size_t total_size; member in struct:zone_ixfr
|
| /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/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/sys/arch/atari/dev/ |
| grfabs_tt.c | 323 u_long total_size, bm_size; local 340 total_size = bm_size + sizeof(bmap_t) + PAGE_SIZE; 342 if ((bm = (bmap_t*)alloc_stmem(total_size, &hw_address)) == NULL)
|
| grfabs_fal.c | 551 u_long total_size, bm_size; local 568 total_size = bm_size + sizeof(bmap_t) + PAGE_SIZE; 570 if ((bm = (bmap_t*)alloc_stmem(total_size, &hw_address)) == NULL)
|
| /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/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_bo_list.c | 76 uint64_t total_size = 0; local 147 total_size += amdgpu_bo_size(bo); 154 trace_amdgpu_cs_bo_status(list->num_entries, total_size);
|
| mmsch_v1_0.h | 60 uint32_t total_size; member in struct:mmsch_v1_1_init_header
|
| /src/external/public-domain/xz/dist/src/liblzma/api/lzma/ |
| index.h | 197 lzma_vli total_size; member in struct:__anon24569::__anon24571
|
| /src/sys/dev/ebus/ |
| cs4231_ebus.c | 142 int len, total_size; local 149 if (prom_getprop(ea->ea_node, "compatible", 1, &total_size, &compat) == 0) { 160 total_size -= len; 162 } while (total_size > 0);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| lsan_common.h | 84 uptr total_size; member in struct:__lsan::Leak
|
| /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/bsd/am-utils/dist/amd/ |
| sun_map.c | 132 size_t total_size, first_half, second_half, sub_size; local 151 total_size = (first_half + sub_size + second_half + 1); 153 retval = (char*)xmalloc(total_size); 154 memset(retval, 0, total_size);
|
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_sparse_basic.c | 289 uint64_t total_size = 0; local 297 total_size += cur->size; 300 assert(ftruncate(fd, total_size) != -1);
|
| /src/external/bsd/libbind/dist/isc/ |
| memcluster.c | 250 size_t total_size; local 276 total_size = mem_target; 281 total_size = mem_target_fudge; 283 total_size = mem_target; 284 new = malloc(total_size); 291 frags = total_size / new_size;
|
| /src/external/gpl2/mkhybrid/dist/ |
| joliet.c | 516 unsigned int total_size; local 520 total_size = (dpnt->jsize + (SECTOR_SIZE - 1)) & ~(SECTOR_SIZE - 1); 521 directory_buffer = (char *) e_malloc(total_size); 522 memset(directory_buffer, 0, total_size); 694 xfwrite(directory_buffer, 1, total_size, outfile); 695 last_extent_written += total_size >> 11;
|