Searched refs:total_size (Results 1 – 5 of 5) sorted by relevance
17 esp_command_error handle_flash_begin(uint32_t total_size, uint32_t offset);
308 int w_len = 0, total_size = 0; in get_config_size() local313 total_size += w_len; in get_config_size()318 total_size += w_len; in get_config_size()323 total_size ++; //'\n' in get_config_size()328 total_size ++; //'\0' in get_config_size()329 return total_size; in get_config_size()
200 esp_command_error handle_flash_begin(uint32_t total_size, uint32_t offset) { in handle_flash_begin() argument204 fs.remaining = total_size; in handle_flash_begin()205 …fs.remaining_erase_sector = ((offset % FLASH_SECTOR_SIZE) + total_size + FLASH_SECTOR_SIZE - 1) / … in handle_flash_begin()
518 size_t total_size = 0; in heap_caps_get_total_size() local522 total_size += (heap->end - heap->start); in heap_caps_get_total_size()525 return total_size; in heap_caps_get_total_size()
1251 total_size = size1262 total_size,