/src/sys/arch/ia64/stand/common/ |
calloc.c | 11 u_int total_size = size1 * size2; local in function:calloc 14 if(( (ptr = alloc(total_size)) != NULL)) { 15 memset(ptr, 0, total_size);
|
calloc.c | 11 u_int total_size = size1 * size2; local in function:calloc 14 if(( (ptr = alloc(total_size)) != NULL)) { 15 memset(ptr, 0, total_size);
|
/src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
vbox_hgsmi.c | 57 size_t total_size; local in function:hgsmi_buffer_alloc 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 in function:hgsmi_buffer_free 86 gen_pool_free(guest_pool, (unsigned long)h, total_size);
|
vbox_hgsmi.c | 57 size_t total_size; local in function:hgsmi_buffer_alloc 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 in function:hgsmi_buffer_free 86 gen_pool_free(guest_pool, (unsigned long)h, 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;
|
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 in typeref:typename:sljit_uw 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));
|
sljitExecAllocator.c | 167 static sljit_uw total_size; variable in typeref:typename:sljit_uw 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 in typeref:typename:sljit_uw 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));
|
sljitProtExecAllocator.c | 239 static sljit_uw total_size; variable in typeref:typename:sljit_uw 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/sys/arch/x86/x86/ |
cpu_ucode_intel.c | 115 uint32_t data_size, total_size, payload_size, ext_size; local in function:cpu_ucode_intel_verify 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;
|
cpu_ucode_intel.c | 115 uint32_t data_size, total_size, payload_size, ext_size; local in function:cpu_ucode_intel_verify 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 in function:amdgpu_bo_list_create 147 total_size += amdgpu_bo_size(bo); 154 trace_amdgpu_cs_bo_status(list->num_entries, total_size);
|
amdgpu_bo_list.c | 76 uint64_t total_size = 0; local in function:amdgpu_bo_list_create 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
|
mmsch_v1_0.h | 60 uint32_t total_size; member in struct:mmsch_v1_1_init_header
|
/src/sys/arch/atari/dev/ |
grfabs_tt.c | 323 u_long total_size, bm_size; local in function:alloc_bitmap 340 total_size = bm_size + sizeof(bmap_t) + PAGE_SIZE; 342 if ((bm = (bmap_t*)alloc_stmem(total_size, &hw_address)) == NULL)
|
grfabs_tt.c | 323 u_long total_size, bm_size; local in function:alloc_bitmap 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 in function:alloc_bitmap 568 total_size = bm_size + sizeof(bmap_t) + PAGE_SIZE; 570 if ((bm = (bmap_t*)alloc_stmem(total_size, &hw_address)) == NULL)
|
/src/sys/dev/ebus/ |
cs4231_ebus.c | 142 int len, total_size; local in function:cs4231_ebus_match 149 if (prom_getprop(ea->ea_node, "compatible", 1, &total_size, &compat) == 0) { 160 total_size -= len; 162 } while (total_size > 0);
|
cs4231_ebus.c | 142 int len, total_size; local in function:cs4231_ebus_match 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
|
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 in function:query_perf_config_data 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;
|
i915_query.c | 222 u32 flags, total_size; local in function:query_perf_config_data 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;
|