/hal_espressif-3.7.0/components/esp_rom/patches/ |
D | esp_rom_regi2c_esp32h2.c | 127 uint32_t temp = ((block & REGI2C_RTC_SLAVE_ID_V) << REGI2C_RTC_SLAVE_ID_S) in esp_rom_regi2c_read() local 144 uint32_t temp = ((block & REGI2C_RTC_SLAVE_ID_V) << REGI2C_RTC_SLAVE_ID_S) in esp_rom_regi2c_read_mask() local 161 uint32_t temp = ((block & REGI2C_RTC_SLAVE_ID_V) << REGI2C_RTC_SLAVE_ID_S) in esp_rom_regi2c_write() local 178 uint32_t temp = ((block & REGI2C_RTC_SLAVE_ID_V) << REGI2C_RTC_SLAVE_ID_S) in esp_rom_regi2c_write_mask() local
|
D | esp_rom_regi2c_esp32c6.c | 128 uint32_t temp = ((block & REGI2C_RTC_SLAVE_ID_V) << REGI2C_RTC_SLAVE_ID_S) in esp_rom_regi2c_read() local 145 uint32_t temp = ((block & REGI2C_RTC_SLAVE_ID_V) << REGI2C_RTC_SLAVE_ID_S) in esp_rom_regi2c_read_mask() local 162 uint32_t temp = ((block & REGI2C_RTC_SLAVE_ID_V) << REGI2C_RTC_SLAVE_ID_S) in esp_rom_regi2c_write() local 179 uint32_t temp = ((block & REGI2C_RTC_SLAVE_ID_V) << REGI2C_RTC_SLAVE_ID_S) in esp_rom_regi2c_write_mask() local
|
D | esp_rom_regi2c_esp32s2.c | 115 uint32_t temp = ((block & I2C_RTC_SLAVE_ID_V) << I2C_RTC_SLAVE_ID_S) in esp_rom_regi2c_read() local 127 uint32_t temp = ((block & I2C_RTC_SLAVE_ID_V) << I2C_RTC_SLAVE_ID_S) in esp_rom_regi2c_read_mask() local 139 uint32_t temp = ((block & I2C_RTC_SLAVE_ID_V) << I2C_RTC_SLAVE_ID_S) in esp_rom_regi2c_write() local 153 uint32_t temp = ((block & I2C_RTC_SLAVE_ID_V) << I2C_RTC_SLAVE_ID_S) in esp_rom_regi2c_write_mask() local
|
/hal_espressif-3.7.0/components/esp_event/ |
D | esp_event.c | 327 esp_event_handler_node_t *it, *temp; in handler_instances_remove() local 357 esp_event_id_node_t *it, *temp; in base_node_remove_handler() local 382 esp_event_base_node_t *it, *temp; in loop_node_remove_handler() local 403 esp_event_handler_node_t *it, *temp; in handler_instances_remove_all() local 415 esp_event_id_node_t *it, *temp; in base_node_remove_all_handler() local 427 esp_event_base_node_t *it, *temp; in loop_node_remove_all_handler() local 668 esp_event_loop_node_t *it, *temp; in esp_event_loop_delete() local 792 esp_event_loop_node_t *it, *temp; in esp_event_handler_unregister_with_internal() local
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/sdp/ |
D | btc_sdp.c | 264 UINT8 temp[LEN_UUID_128]; in add_raw_sdp() local 349 UINT8 temp[4]; in add_maps_sdp() local 434 UINT8 temp[4]; in add_mapc_sdp() local 509 UINT8 temp[4]; in add_pbaps_sdp() local 639 UINT8 temp[4]; in add_opps_sdp() local
|
/hal_espressif-3.7.0/components/esp_mm/test_apps/mmap_hw/main/ |
D | test_mmap_hw.c | 134 test_block_info_t *temp = NULL; variable 188 test_block_info_t *temp = NULL; variable
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/external/sbc/encoder/srce/ |
D | sbc_dct.c | 88 register SINT32 x0, x1, x2, x3, x4, x5, x6, x7, temp; in SBC_FastIDCT8() local 208 SINT32 temp, x2; in SBC_FastIDCT4() local
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/ |
D | p_256_multprecision.c | 104 DWORD temp; in multiprecision_add() local 122 DWORD temp; in multiprecision_sub() local 166 DWORD temp; in multiprecision_rshift() local 243 DWORD temp; in multiprecision_lshift() local
|
/hal_espressif-3.7.0/components/mbedtls/port/dynamic/ |
D | esp_mbedtls_dynamic_impl.c | 20 struct esp_mbedtls_ssl_buf *temp = __containerof(buf, struct esp_mbedtls_ssl_buf, buf[0]); in esp_mbedtls_set_buf_state() local 26 struct esp_mbedtls_ssl_buf *temp = __containerof(buf, struct esp_mbedtls_ssl_buf, buf[0]); in esp_mbedtls_get_buf_state() local 32 struct esp_mbedtls_ssl_buf *temp = __containerof(buf, struct esp_mbedtls_ssl_buf, buf[0]); in esp_mbedtls_free_buf() local
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/ar/ |
D | bta_ar.c | 238 UINT8 temp[8], *p; in bta_ar_reg_avrc() local 284 UINT8 temp[8], *p; in bta_ar_dereg_avrc() local
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/crypto/ |
D | aes-internal.c | 782 u32 temp; in rijndaelKeySetupEnc() local
|
D | aes-internal-dec.c | 31 u32 temp; in rijndaelKeySetupDec() local
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_models/client/ |
D | time_scene_client.c | 143 uint16_t temp = net_buf_simple_pull_le16(buf); in time_scene_status() local 181 uint16_t temp = net_buf_simple_pull_le16(buf); in time_scene_status() local
|
/hal_espressif-3.7.0/components/esp_wifi/wifi_apps/src/ |
D | nan_app.c | 141 struct peer_svc_info *p_peer_svc = NULL, *temp; in nan_find_peer_svc() local 219 struct peer_svc_info *temp; in nan_record_peer_svc() local 231 struct peer_svc_info *p_peer_svc = NULL, *temp; in nan_reset_service() local 983 struct peer_svc_info *temp = NULL; in esp_wifi_nan_get_peer_records() local
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/avrc/ |
D | avrc_sdp.c | 237 UINT8 temp[8]; in AVRC_AddRecord() local
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/a2dp/ |
D | a2d_api.c | 186 UINT8 temp[8]; in A2D_AddRecord() local
|
/hal_espressif-3.7.0/components/esp_hw_support/include/hal/ |
D | cpu_ll.h | 115 volatile uint32_t temp; in cpu_ll_compare_and_set_native() local
|
/hal_espressif-3.7.0/components/esp_rom/linux/ |
D | esp_rom_sys.c | 28 char temp[64]; in _cvt() local
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_models/server/ |
D | state_binding.c | 64 int16_t bt_mesh_convert_temperature_to_gen_level(uint16_t temp, uint16_t min, uint16_t max) in bt_mesh_convert_temperature_to_gen_level()
|
/hal_espressif-3.7.0/components/xtensa/include/ |
D | xt_utils.h | 209 volatile uint32_t temp; in xt_utils_compare_and_set() local
|
/hal_espressif-3.7.0/components/bt/porting/ext/tinycrypt/src/ |
D | ctr_prng.c | 78 uint8_t temp[TC_AES_KEY_SIZE + TC_AES_BLOCK_SIZE]; in tc_ctr_prng_update() local
|
D | ecc_dsa.c | 88 uECC_word_t temp = *ptr; in bits2int() local
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | ctr_prng.c | 78 uint8_t temp[TC_AES_KEY_SIZE + TC_AES_BLOCK_SIZE]; in tc_ctr_prng_update() local
|
D | ecc_dsa.c | 88 uECC_word_t temp = *ptr; in bits2int() local
|
/hal_espressif-3.7.0/components/esp_phy/src/ |
D | lib_printf.c | 28 char temp[VPRINTF_STACK_BUFFER_SIZE]; in lib_printf() local
|