Home
last modified time | relevance | path

Searched refs:alloced (Results 1 – 6 of 6) sorted by relevance

/u-boot/common/
A Dbloblist.c55 if (hdr->alloced <= hdr->hdr_size) in bloblist_first_blob()
67 if (offset >= hdr->alloced) in bloblist_next_blob()
118 rec = (void *)hdr + hdr->alloced; in bloblist_addrec()
121 rec->hdr_size = data_start - hdr->alloced; in bloblist_addrec()
128 hdr->alloced = new_alloced; in bloblist_addrec()
248 hdr->alloced = hdr->hdr_size; in bloblist_new()
293 *allocedp = hdr->alloced; in bloblist_get_stats()
304 ulong base, size, alloced; in bloblist_show_stats() local
306 bloblist_get_stats(&base, &size, &alloced); in bloblist_show_stats()
309 show_value("alloced", alloced); in bloblist_show_stats()
[all …]
/u-boot/tools/
A Dproftool.c111 int alloced; in read_system_map() local
113 for (linenum = 1, alloced = func_count = 0;; linenum++) { in read_system_map()
133 if (func_count == alloced) { in read_system_map()
134 alloced += 256; in read_system_map()
136 sizeof(struct func_info) * alloced); in read_system_map()
/u-boot/arch/sandbox/cpu/
A Dsdl.c24 uint alloced; member
394 buf->alloced = sizeof(uint16_t) * wanted.freq * wanted.channels; in sandbox_sdl_sound_init()
395 buf->data = malloc(buf->alloced); in sandbox_sdl_sound_init()
446 if (size > buf->alloced) in sandbox_sdl_sound_play()
/u-boot/include/
A Dbloblist.h87 u32 alloced; member
/u-boot/drivers/pci/
A Dpci_rom.c243 bool emulate, alloced; in dm_pci_run_vga_bios() local
260 ret = pci_rom_load(rom, &ram, &alloced); in dm_pci_run_vga_bios()
324 if (alloced) in dm_pci_run_vga_bios()
/u-boot/doc/
A DREADME.arm-caches43 - A suitable buffer can be alloced on the stack using the

Completed in 114 milliseconds