Searched refs:total_size (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-2.7.6/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-2.7.6/components/sdmmc/test/ |
D | test_sd.c | 275 size_t total_size = block_size * block_count; in do_single_write_read_test() local 276 …printf(" %8d | %3d | %d | %4.1f ", start_block, block_count, alignment, total_size / 102… in do_single_write_read_test() 278 uint32_t* buffer = heap_caps_malloc(total_size + 4, MALLOC_CAP_DMA); in do_single_write_read_test() 281 fill_buffer(start_block, c_buffer, total_size / sizeof(buffer[0])); in do_single_write_read_test() 290 memset(buffer, 0xbb, total_size + 4); in do_single_write_read_test() 300 time_wr, total_size / (time_wr / 1000) / (1024 * 1024), in do_single_write_read_test() 301 time_rd, total_size / (time_rd / 1000) / (1024 * 1024)); in do_single_write_read_test() 302 check_buffer(start_block, c_buffer, total_size / sizeof(buffer[0])); in do_single_write_read_test()
|
/hal_espressif-2.7.6/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-2.7.6/tools/ |
D | idf_size.py | 440 total_size) = (0, ) * 18 490 …r.total_size = r.used_dram - r.used_dram_bss + r.used_iram + r.used_diram - r.used_diram_bss + r.f… 510 ('total_size', self.total_size) 603 'f_total_size': current.total_size, 613 'f_total_size_2': reference.total_size, 635 'f_total_size_diff': current.total_size - reference.total_size,
|
D | idf_tools.py | 279 def report_progress(count, block_size, total_size): argument 280 percent = int(count * block_size * 100 / total_size)
|
/hal_espressif-2.7.6/components/heap/ |
D | heap_caps.c | 404 size_t total_size = 0; in heap_caps_get_total_size() local 408 total_size += (heap->end - heap->start); in heap_caps_get_total_size() 411 return total_size; in heap_caps_get_total_size()
|
/hal_espressif-2.7.6/tools/test_idf_size/ |
D | expected_output | 3436 "total_size": 234780 6686 "total_size": 234780 6703 "total_size": 147087 6720 "total_size": 87693
|