Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_write_flash.c29 uint32_t remaining; member
204 fs.remaining = total_size; in handle_flash_begin()
327 if (length > fs.remaining) { in handle_flash_data()
330 length = fs.remaining; in handle_flash_data()
360 fs.remaining -= length; in handle_flash_data()
377 if (length > fs.remaining) { in handle_flash_encrypt_data()
380 length = fs.remaining; in handle_flash_encrypt_data()
408 fs.remaining -= length; in handle_flash_encrypt_data()
420 if (fs.remaining == 0 && length > 4) { in handle_flash_deflated_data()
429 while(length > 0 && fs.remaining > 0 && status > TINFL_STATUS_DONE) { in handle_flash_deflated_data()
[all …]
/hal_espressif-latest/components/wpa_supplicant/port/
Deloop.c226 struct os_reltime *remaining) in eloop_cancel_timeout_one() argument
233 remaining->sec = remaining->usec = 0; in eloop_cancel_timeout_one()
242 os_reltime_sub(&timeout->time, &now, remaining); in eloop_cancel_timeout_one()
271 struct os_reltime now, requested, remaining; in eloop_deplete_timeout() local
281 os_reltime_sub(&tmp->time, &now, &remaining); in eloop_deplete_timeout()
282 if (os_reltime_before(&requested, &remaining)) { in eloop_deplete_timeout()
302 struct os_reltime now, requested, remaining; in eloop_replenish_timeout() local
312 os_reltime_sub(&tmp->time, &now, &remaining); in eloop_replenish_timeout()
313 if (os_reltime_before(&remaining, &requested)) { in eloop_replenish_timeout()
/hal_espressif-latest/components/heap/
Dheap_task_info.c32 size_t remaining = params->max_blocks; in heap_caps_get_per_task_info() local
96 if (blocks && remaining > 0) { in heap_caps_get_per_task_info()
112 --remaining; in heap_caps_get_per_task_info()
118 return params->max_blocks - remaining; in heap_caps_get_per_task_info()
/hal_espressif-latest/components/esp_hw_support/
Desp_hmac.c110 size_t remaining = message_len % SHA256_BLOCK_SZ; in esp_hmac_calculate() local
117 if (remaining >= SHA256_BLOCK_SZ - SHA256_PAD_SZ) { in esp_hmac_calculate()
118 write_and_padd(block, message_bytes, remaining); in esp_hmac_calculate()
123 write_and_padd(block, message_bytes, remaining); in esp_hmac_calculate()
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Dcmac_mode.c238 size_t remaining = TC_AES_BLOCK_SIZE - s->leftover_offset; in tc_cmac_final() local
240 _set(&s->leftover[s->leftover_offset], 0, remaining); in tc_cmac_final()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dcmac_mode.c238 size_t remaining = TC_AES_BLOCK_SIZE - s->leftover_offset; in tc_cmac_final() local
240 _set(&s->leftover[s->leftover_offset], 0, remaining); in tc_cmac_final()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_server.c1271 int32_t remaining = K_FOREVER; in gatt_proxy_advertise() local
1278 return remaining; in gatt_proxy_advertise()
1283 return remaining; in gatt_proxy_advertise()
1290 remaining = NODE_ID_TIMEOUT - active; in gatt_proxy_advertise()
1292 active, remaining); in gatt_proxy_advertise()
1317 if (remaining > max_timeout || remaining < 0) { in gatt_proxy_advertise()
1318 remaining = max_timeout; in gatt_proxy_advertise()
1322 BT_DBG("Advertising %d ms for net_idx 0x%04x", remaining, sub->net_idx); in gatt_proxy_advertise()
1324 return remaining; in gatt_proxy_advertise()
Dsettings.c1465 int32_t timeout = 0, remaining = 0; in schedule_store() local
1487 remaining = k_delayed_work_remaining_get(&pending_store); in schedule_store()
1488 if (remaining && remaining < timeout) { in schedule_store()
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Deloop.h227 struct os_reltime *remaining);
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
DKconfig.mac13 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern…
/hal_espressif-latest/components/esp_hw_support/port/esp32/
DKconfig.mac13 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern…
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
DKconfig.mac16 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern…
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
DKconfig.mac16 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern…
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
DKconfig.mac16 …and 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethern…
/hal_espressif-latest/components/esp_netif/
DREADME.md107 in and the remaining traffic is either passed to other L2 TAP file descriptors or to IP stack.