Home
last modified time | relevance | path

Searched refs:first_call (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_app_format/
Desp_app_desc.c82 static bool first_call = true; in esp_app_get_elf_sha256() local
83 if (first_call) { in esp_app_get_elf_sha256()
84 first_call = false; in esp_app_get_elf_sha256()
/hal_espressif-latest/components/esp_hw_support/
Desp_clk.c114 static bool first_call = true; in esp_rtc_get_time_us() local
115 if (cal == 0 || (first_call && !IS_RETAIN_MEM_VALID())) { in esp_rtc_get_time_us()
128 first_call = false; in esp_rtc_get_time_us()
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c429 mz_uint n, first_call, decomp_flags = TINFL_FLAG_COMPUTE_ADLER32; in mz_inflate() local
445 first_call = pState->m_first_call; in mz_inflate()
454 if ((flush == MZ_FINISH) && (first_call)) in mz_inflate()