Searched refs:first_call (Results 1 – 3 of 3) sorted by relevance
82 static bool first_call = true; in esp_app_get_elf_sha256() local83 if (first_call) { in esp_app_get_elf_sha256()84 first_call = false; in esp_app_get_elf_sha256()
114 static bool first_call = true; in esp_rtc_get_time_us() local115 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()
429 mz_uint n, first_call, decomp_flags = TINFL_FLAG_COMPUTE_ADLER32; in mz_inflate() local445 first_call = pState->m_first_call; in mz_inflate()454 if ((flush == MZ_FINISH) && (first_call)) in mz_inflate()