Home
last modified time | relevance | path

Searched defs:diff (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_models/server/
Dstate_binding.c23 float root = 0.0, last = 0.0, diff = 0.0; in bt_mesh_sqrt() local
72 float diff = (float) (max - min) / UINT16_MAX; in bt_mesh_covert_gen_level_to_temperature() local
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/
Dcompare_stubs.py23 def diff(path_to_new, path_to_old): function
/hal_espressif-3.7.0/components/esp_pm/
Dpm_impl.c364 pm_time_t diff = now - s_last_mode_change_time; in esp_pm_impl_switch_mode() local
521 uint32_t diff = ccompare - ccount; in update_ccompare() local
/hal_espressif-3.7.0/components/wpa_supplicant/src/utils/
Dconst_time.h176 int diff, res = 0; in const_time_memcmp() local
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/
Dsmp_cmac.c283 UINT16 len, diff; in aes_cipher_msg_auth_code() local
/hal_espressif-3.7.0/components/bt/porting/ext/tinycrypt/src/
Decc.c175 uECC_word_t diff = 0; in uECC_vli_equal() local
197 uECC_word_t diff = left[i] - right[i] - borrow; in uECC_vli_sub() local
348 uECC_word_t diff = v[index][i] - mod_multiple[i] - borrow; in uECC_vli_mmod() local
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Decc.c175 uECC_word_t diff = 0; in uECC_vli_equal() local
197 uECC_word_t diff = left[i] - right[i] - borrow; in uECC_vli_sub() local
348 uECC_word_t diff = v[index][i] - mod_multiple[i] - borrow; in uECC_vli_mmod() local
/hal_espressif-3.7.0/components/esp_timer/test_apps/main/
Dtest_esp_timer.c437 int64_t diff = get_clock_diff() - delta; in timer_test_monotonic_values_task() local
850 int diff = callback_time - expected_time; variable
/hal_espressif-3.7.0/components/esp_phy/src/
Dphy_init.c185 uint32_t diff = (uint64_t)now - s_common_clock_disable_time; in phy_update_wifi_mac_time() local
/hal_espressif-3.7.0/components/mbedtls/port/aes/
Desp_aes_gcm.c724 int diff; in esp_aes_gcm_auth_decrypt() local
/hal_espressif-3.7.0/components/wpa_supplicant/src/common/
Drrm.c1118 struct os_reltime update_time, diff; in wpas_beacon_rep_scan_process() local
/hal_espressif-3.7.0/components/esp_event/
Desp_event.c122 int64_t start, diff; in handler_execute() local
/hal_espressif-3.7.0/components/esp_event/test_apps/main/
Dtest_event.c1073 int64_t start, diff; variable