/hal_espressif-3.6.0/components/sdmmc/test/ |
D | test_sd.c | 311 size_t total_size = block_size * block_count; in do_single_write_read_test() local 312 …printf(" %8d | %3d | %d | %4.1f ", start_block, block_count, alignment, total_size / 102… in do_single_write_read_test() 314 uint32_t* buffer = heap_caps_malloc(total_size + 4, MALLOC_CAP_DMA); in do_single_write_read_test() 317 fill_buffer(start_block, c_buffer, total_size / sizeof(buffer[0])); in do_single_write_read_test() 326 memset(buffer, 0xbb, total_size + 4); in do_single_write_read_test() 336 time_wr, total_size / (time_wr / 1000) / (1024 * 1024), in do_single_write_read_test() 337 time_rd, total_size / (time_rd / 1000) / (1024 * 1024)); in do_single_write_read_test() 338 check_buffer(start_block, c_buffer, total_size / sizeof(buffer[0])); in do_single_write_read_test() 346 (int)(total_size * 1000 / time_wr), block_count, aligned); in do_single_write_read_test() 348 (int)(total_size * 1000 / time_rd), block_count, aligned); in do_single_write_read_test()
|
/hal_espressif-3.6.0/components/ulp/ |
D | ulp.c | 118 size_t total_size = (size_t) header.text_offset + (size_t) header.text_size + in ulp_load_binary() local 122 program_size_bytes, total_size, header.text_offset, in ulp_load_binary() 125 if (total_size != program_size_bytes) { in ulp_load_binary()
|
/hal_espressif-3.6.0/components/bt/common/osi/ |
D | config.c | 316 int w_len = 0, total_size = 0; in get_config_size() local 321 total_size += w_len; in get_config_size() 326 total_size += w_len; in get_config_size() 331 total_size ++; //'\n' in get_config_size() 336 total_size ++; //'\0' in get_config_size() 337 return total_size; in get_config_size()
|
/hal_espressif-3.6.0/components/espcoredump/src/ |
D | core_dump_flash.c | 367 uint32_t total_size = 0; in esp_core_dump_image_check() local 379 err = esp_core_dump_partition_and_size_get(&core_part, &total_size); in esp_core_dump_image_check() 386 size = total_size - checksum_size ; in esp_core_dump_image_check() 416 err = esp_partition_read(core_part, total_size - checksum_size, checksum_read, checksum_size); in esp_core_dump_image_check()
|
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/ |
D | stub_write_flash.c | 208 esp_command_error handle_flash_begin(uint32_t total_size, uint32_t offset) { in handle_flash_begin() argument 212 fs.remaining = total_size; in handle_flash_begin() 213 …fs.remaining_erase_sector = ((offset % FLASH_SECTOR_SIZE) + total_size + FLASH_SECTOR_SIZE - 1) / … in handle_flash_begin()
|
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/ |
D | stub_write_flash.h | 17 esp_command_error handle_flash_begin(uint32_t total_size, uint32_t offset);
|
/hal_espressif-3.6.0/components/heap/ |
D | heap_caps.c | 450 size_t total_size = 0; in heap_caps_get_total_size() local 454 total_size += (heap->end - heap->start); in heap_caps_get_total_size() 457 return total_size; in heap_caps_get_total_size()
|
/hal_espressif-3.6.0/tools/ |
D | idf_size.py | 528 used_flash_text, used_flash_rodata, used_flash_other, used_flash, total_size = (0, ) * 5 variable in StructureForSummary 646 …r.total_size = r.used_dram - r.used_dram_bss + r.used_iram + r.used_diram - r.used_diram_bss + r.u… 684 ('total_size', self.total_size) # bss not included
|
D | idf_tools.py | 283 def report_progress(count, block_size, total_size): # type: (int, int, int) -> None argument 284 percent = int(count * block_size * 100 / total_size)
|
/hal_espressif-3.6.0/components/esptool_py/esptool/esptool/ |
D | loader.py | 1179 total_size = size 1190 total_size,
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | expected_output | 4909 "total_size": 234780 6685 "total_size": 234780 6717 "total_size": 147087 6749 "total_size": 87693 12802 "total_size": 134103 14188 "total_size": 161810 15415 "total_size": 152484 16571 "total_size": 170889
|