Searched refs:alloced (Results 1 – 10 of 10) sorted by relevance
| /u-boot/test/lib/ |
| A D | abuf.c | 29 ut_asserteq(false, buf.alloced); in lib_test_abuf_set() 35 ut_asserteq(true, buf.alloced); in lib_test_abuf_set() 41 ut_asserteq(false, buf.alloced); in lib_test_abuf_set() 62 ut_asserteq(false, buf.alloced); in lib_test_abuf_map_sysmem() 89 ut_asserteq(false, buf.alloced); in lib_test_abuf_realloc() 95 ut_asserteq(true, buf.alloced); in lib_test_abuf_realloc() 104 ut_asserteq(true, buf.alloced); in lib_test_abuf_realloc() 114 ut_asserteq(true, buf.alloced); in lib_test_abuf_realloc() 143 ut_asserteq(true, buf.alloced); in lib_test_abuf_realloc_size() 191 ut_asserteq(true, buf.alloced); in lib_test_abuf_large() [all …]
|
| /u-boot/lib/ |
| A D | abuf.c | 54 } else if (abuf->alloced) { in abuf_realloc() 80 abuf->alloced = true; in abuf_realloc() 93 if (abuf->alloced) { in abuf_uninit_move() 115 abuf->alloced = true; in abuf_init_move() 120 if (abuf->alloced) in abuf_uninit() 129 abuf->alloced = false; in abuf_init()
|
| /u-boot/common/ |
| A D | bloblist.c | 72 if (hdr->alloced <= hdr->hdr_size) in bloblist_first_blob() 93 if (offset >= hdr->alloced) in bloblist_next_blob() 143 rec = (void *)hdr + hdr->alloced; in bloblist_addrec() 153 hdr->alloced = new_alloced; in bloblist_addrec() 266 if (next_ofs != hdr->alloced) { in bloblist_resize_rec() 270 hdr->alloced = new_alloced; in bloblist_resize_rec() 330 hdr->alloced = hdr->hdr_size; in bloblist_new() 388 *allocedp = hdr->alloced; in bloblist_get_stats() 399 ulong base, size, alloced; in bloblist_show_stats() local 404 show_value("alloced", alloced); in bloblist_show_stats() [all …]
|
| /u-boot/test/ |
| A D | bloblist.c | 424 hdr->alloced); in bloblist_test_grow() 446 hdr->alloced); in bloblist_test_grow() 476 hdr->alloced); in bloblist_test_shrink() 496 hdr->alloced); in bloblist_test_shrink() 524 hdr->alloced); in bloblist_test_resize_fail() 529 new_size = small_size + (hdr->size - hdr->alloced); in bloblist_test_resize_fail() 561 ut_asserteq(alloced_val, hdr->alloced); in bloblist_test_resize_last() 563 ut_asserteq((u8)ERASE_BYTE, *((u8 *)hdr + hdr->alloced)); in bloblist_test_resize_last() 581 ut_asserteq(alloced_val, hdr->alloced); in bloblist_test_resize_last() 582 ut_asserteq((u8)ERASE_BYTE, *((u8 *)hdr + hdr->alloced)); in bloblist_test_resize_last()
|
| /u-boot/include/ |
| A D | abuf.h | 32 bool alloced; member
|
| A D | bloblist.h | 182 u32 alloced; member
|
| /u-boot/drivers/pci/ |
| A D | pci_rom.c | 242 bool emulate, alloced; in dm_pci_run_vga_bios() local 259 ret = pci_rom_load(rom, &ram, &alloced); in dm_pci_run_vga_bios() 323 if (alloced) in dm_pci_run_vga_bios()
|
| /u-boot/arch/sandbox/cpu/ |
| A D | sdl.c | 24 uint alloced; member 493 buf->alloced = sizeof(uint16_t) * wanted.freq * wanted.channels; in sandbox_sdl_sound_init() 494 buf->data = malloc(buf->alloced); in sandbox_sdl_sound_init() 545 if (size > buf->alloced) in sandbox_sdl_sound_play()
|
| /u-boot/tools/ |
| A D | proftool.c | 339 int alloced; in read_system_map() local 341 for (linenum = 1, alloced = func_count = 0;; linenum++) { in read_system_map() 361 if (func_count == alloced) { in read_system_map() 362 alloced += 256; in read_system_map() 364 sizeof(struct func_info) * alloced); in read_system_map()
|
| /u-boot/doc/ |
| A D | README.arm-caches | 43 - A suitable buffer can be alloced on the stack using the
|
Completed in 20 milliseconds