HomeSort by: relevance | last modified time | path
    Searched defs:total_size (Results 1 - 25 of 41) sorted by relevancy

1 2

  /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);
  /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);
  /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_errors.h 223 uptr total_size; member in struct:__asan::ErrorAllocationSizeTooBig
232 total_size(total_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));
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;
multiboot2.c 822 uint32_t total_size; local in function:multiboot2_print_info
831 total_size = *(uint32_t *)multiboot_info;
835 for (cp = multiboot_info + sizeof(total_size) + sizeof(reserved);
836 cp - multiboot_info < total_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);
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_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);
  /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 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;
  /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
utils.c 525 size_t total_size; local in function:_sodium_malloc
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 in function:sodium_allocarray
582 total_size = count * size;
584 return sodium_malloc(total_size);
600 size_t total_size; local in function:sodium_free
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...]
  /src/sbin/bioctl/
bioctl.c 695 uint64_t total_size = 0, disksize = 0; local in function:bio_volops_create
783 total_size += bd.bd_size;
  /src/usr.bin/unzip/
unzip.c 901 uintmax_t total_size, file_count, error_count; local in function:unzip
926 total_size = 0;
943 total_size += archive_entry_size(e);
950 total_size, y_str, file_count, file_count != 1 ? "s" : "");
954 total_size, total_size, y_str, file_count,
  /src/usr.bin/midirecord/
midirecord.c 787 unsigned total_size = data_size + sizeof header + sizeof track + sizeof bpm; local in function:write_midi_header
794 track[4] = BYTE4(total_size);
795 track[5] = BYTE3(total_size);
796 track[6] = BYTE2(total_size);
797 track[7] = BYTE1(total_size);
811 LOG("wrote header: ntracks=%u notes_per_beat=%u tempo=%d total_size=%u",
812 ntracks, notes_per_beat, tempo, total_size);
  /src/usr.sbin/sysinst/
disklabel.c 144 daddr_t total_size; local in function:disklabel_parts_new
154 total_size = geo.dg_secperunit;
157 if (total_size*(geo.dg_secsize/512) > disklabel_parts.size_limit)
158 total_size = disklabel_parts.size_limit/(geo.dg_secsize/512);
186 parts->l.d_partitions[RAW_PART].p_size = total_size;
483 daddr_t total_size = parts->l.d_partitions[RAW_PART].p_size; local in function:disklabel_delete_all
499 parts->l.d_partitions[RAW_PART].p_size = total_size;
  /src/sys/dev/pci/
twa.c 937 uint64_t total_size; local in function:twa_recompute_openings
939 total_size = 0;
942 total_size += td->td_size;
952 if (total_size > 0) {
954 / total_size;
pciconf.c 101 bus_size_t total_size; member in struct:pciconf_resource
238 r->total_size = size;
1459 r->total_size += size;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_test.cc 1289 size_t total_size = 0; local in function:TEST
1293 total_size += kAllocSize;
1294 fprintf(stderr, "total: %ldM %p\n", (long)total_size >> 20, x);
  /src/sys/external/bsd/drm2/dist/drm/selftests/
test-drm_mm.c 1240 unsigned int total_size,
1250 for (n = 0; n < total_size; n++) {
1258 for (n = 0; n < total_size; n++) {
1274 for (n = 0; n < total_size; n++) {
1287 unsigned int total_size,
1296 drm_mm_scan_init(&scan, mm, total_size, 0, 0, 0);
1297 for (n = 0; n < total_size; n++) {
1320 if (!assert_one_hole(mm, 0, total_size))
2160 const unsigned int total_size = min(8192u, max_iterations); local in function:igt_color_evict
2176 nodes = vzalloc(array_size(total_size, sizeof(*nodes)))
2260 const unsigned int total_size = 8192; local in function:igt_color_evict_range
    [all...]
  /src/sys/dev/iscsi/
iscsi_text.c 884 * total_size:
895 total_size(negotiation_parameter_t *pars, int n) function in typeref:typename:int
927 len = total_size(state->pars, state->num_pars);

Completed in 30 milliseconds

1 2