/hal_espressif-3.5.0/components/soc/esp32s3/include/soc/ |
D | soc_ulp.h | 20 #define IS_BIT_SET(m, i) (((m) >> (i)) & 1) argument 21 #define MASK_TO_WIDTH_HELPER1(m, i) IS_BIT_SET(m, i) argument 22 #define MASK_TO_WIDTH_HELPER2(m, i) (MASK_TO_WIDTH_HELPER1(m, i) + MASK_TO_WIDTH_HELPER1(m, i + 1… argument 23 #define MASK_TO_WIDTH_HELPER4(m, i) (MASK_TO_WIDTH_HELPER2(m, i) + MASK_TO_WIDTH_HELPER2(m, i + 2… argument 24 #define MASK_TO_WIDTH_HELPER8(m, i) (MASK_TO_WIDTH_HELPER4(m, i) + MASK_TO_WIDTH_HELPER4(m, i + 4… argument 25 #define MASK_TO_WIDTH_HELPER16(m, i) (MASK_TO_WIDTH_HELPER8(m, i) + MASK_TO_WIDTH_HELPER8(m, i + 8… argument 26 #define MASK_TO_WIDTH_HELPER32(m, i) (MASK_TO_WIDTH_HELPER16(m, i) + MASK_TO_WIDTH_HELPER16(m, i + … argument
|
/hal_espressif-3.5.0/components/soc/esp32s2/include/soc/ |
D | soc_ulp.h | 20 #define IS_BIT_SET(m, i) (((m) >> (i)) & 1) argument 21 #define MASK_TO_WIDTH_HELPER1(m, i) IS_BIT_SET(m, i) argument 22 #define MASK_TO_WIDTH_HELPER2(m, i) (MASK_TO_WIDTH_HELPER1(m, i) + MASK_TO_WIDTH_HELPER1(m, i + 1… argument 23 #define MASK_TO_WIDTH_HELPER4(m, i) (MASK_TO_WIDTH_HELPER2(m, i) + MASK_TO_WIDTH_HELPER2(m, i + 2… argument 24 #define MASK_TO_WIDTH_HELPER8(m, i) (MASK_TO_WIDTH_HELPER4(m, i) + MASK_TO_WIDTH_HELPER4(m, i + 4… argument 25 #define MASK_TO_WIDTH_HELPER16(m, i) (MASK_TO_WIDTH_HELPER8(m, i) + MASK_TO_WIDTH_HELPER8(m, i + 8… argument 26 #define MASK_TO_WIDTH_HELPER32(m, i) (MASK_TO_WIDTH_HELPER16(m, i) + MASK_TO_WIDTH_HELPER16(m, i + … argument
|
/hal_espressif-3.5.0/components/soc/esp32/include/soc/ |
D | soc_ulp.h | 20 #define IS_BIT_SET(m, i) (((m) >> (i)) & 1) argument 21 #define MASK_TO_WIDTH_HELPER1(m, i) IS_BIT_SET(m, i) argument 22 #define MASK_TO_WIDTH_HELPER2(m, i) (MASK_TO_WIDTH_HELPER1(m, i) + MASK_TO_WIDTH_HELPER1(m, i + 1… argument 23 #define MASK_TO_WIDTH_HELPER4(m, i) (MASK_TO_WIDTH_HELPER2(m, i) + MASK_TO_WIDTH_HELPER2(m, i + 2… argument 24 #define MASK_TO_WIDTH_HELPER8(m, i) (MASK_TO_WIDTH_HELPER4(m, i) + MASK_TO_WIDTH_HELPER4(m, i + 4… argument 25 #define MASK_TO_WIDTH_HELPER16(m, i) (MASK_TO_WIDTH_HELPER8(m, i) + MASK_TO_WIDTH_HELPER8(m, i + 8… argument 26 #define MASK_TO_WIDTH_HELPER32(m, i) (MASK_TO_WIDTH_HELPER16(m, i) + MASK_TO_WIDTH_HELPER16(m, i + … argument
|
/hal_espressif-3.5.0/components/wear_levelling/test_wl_host/ |
D | test_wl.cpp | 117 for (uint32_t m = 0; m < sector_size / sizeof(uint32_t); m++) { variable 126 for (uint32_t m = 0; m < sector_size / sizeof(uint32_t); m++) { variable 153 for (uint32_t m = 0; m < sector_size / sizeof(uint32_t); m++) { variable 181 for (uint32_t m = 0; m < sector_size / sizeof(uint32_t); m++) { variable 193 for (uint32_t m = 0; m < sector_size / sizeof(uint32_t); m++) { variable
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/eap_peer/ |
D | eap.c | 55 struct eap_method *m; in eap_peer_get_eap_method() local 66 struct eap_method *m; in eap_peer_get_methods() local 77 struct eap_method *m; in eap_peer_get_type() local 116 const struct eap_method *methods, *m; in eap_get_phase2_types() local 163 struct eap_method *m, *last = NULL; in eap_peer_method_register() local 183 struct eap_method *m; in eap_peer_unregister_methods() local 373 const struct eap_method *methods, *m; in eap_sm_build_nak() local
|
/hal_espressif-3.5.0/components/wear_levelling/test/ |
D | test_wl.c | 196 for (int m=0 ; m < TEST_SECTORS_COUNT ; m++) { in check_mem_data() local 230 for (int m=0 ; m < TEST_SECTORS_COUNT ; m++) { variable 244 for (int m=0 ; m< 100000 ; m++) { variable 303 for (int m=0 ; m < test_count; m++) { variable
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | cbc_mode.c | 43 unsigned int n, m; in tc_cbc_mode_encrypt() local 84 unsigned int n, m; in tc_cbc_mode_decrypt() local
|
/hal_espressif-3.5.0/tools/kconfig/ |
D | kxgettext.c | 122 struct message *m = message__list; in mesage__find() local 155 struct message *m = mesage__find(escaped); in message__add() local 218 struct message *m = message__list; in menu__xgettext() local
|
D | qconf.h | 126 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() 131 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem()
|
/hal_espressif-3.5.0/components/esp_system/ |
D | freertos_hooks.c | 125 for(int m = 0; m < portNUM_PROCESSORS; m++) { in esp_deregister_freertos_idle_hook() local 146 for(int m = 0; m < portNUM_PROCESSORS; m++){ in esp_deregister_freertos_tick_hook() local
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_core/ |
D | crypto.h | 28 static inline int bt_mesh_aes_cmac_one(const uint8_t key[16], const void *m, in bt_mesh_aes_cmac_one() 36 static inline bool bt_mesh_s1(const char *m, uint8_t salt[16]) in bt_mesh_s1()
|
/hal_espressif-3.5.0/components/lwip/apps/dhcpserver/ |
D | dhcpserver.c | 417 static void create_msg(struct dhcps_msg *m) in create_msg() 474 static void send_offer(struct dhcps_msg *m, u16_t len) in send_offer() 553 static void send_nak(struct dhcps_msg *m, u16_t len) in send_nak() 631 static void send_ack(struct dhcps_msg *m, u16_t len) in send_ack() 815 static s16_t parse_msg(struct dhcps_msg *m, u16_t len) in parse_msg()
|
/hal_espressif-3.5.0/components/openssl/library/ |
D | ssl_pkey.c | 90 int m = 0; in d2i_PrivateKey() local 146 int m = 0; in PEM_read_bio_PrivateKey() local
|
D | ssl_x509.c | 86 int m = 0; in d2i_X509() local 353 int m = 0; in PEM_read_bio_X509() local
|
D | ssl_bio.c | 24 BIO_METHOD m = { .type = BIO_TYPE_MEM, .size = 0 }; in BIO_new_mem_buf() local
|
/hal_espressif-3.5.0/components/mdns/host_test/components/freertos_linux/ |
D | queue_unique_ptr.hpp | 53 mutable std::mutex m; member in QueueMock
|
/hal_espressif-3.5.0/components/mdns/host_test/components/esp_timer_linux/ |
D | timer_task.hpp | 31 void SetTimeout(uint32_t m) in SetTimeout()
|
/hal_espressif-3.5.0/tools/unit-test-app/components/test_utils/test/ |
D | ccomp_timer_test_inst.c | 127 for (int i = 0, h = 0, i_h = 1, m = -1, i_m = 0, l = 0; i < len; i++, h += i_h, m += i_m) { in prepare_calls() local 157 static portMUX_TYPE m = portMUX_INITIALIZER_UNLOCKED; in perform_test_at_hit_rate() local
|
D | ccomp_timer_test_data.c | 95 for (int i = 0, h = 0, i_h = 1, m = -1, i_m = 0; i < TEST_SIZE; i++, h += i_h, m += i_m) { in prepare_access_pattern() local
|
/hal_espressif-3.5.0/components/bt/host/nimble/esp-hci/src/ |
D | esp_nimble_hci.c | 237 struct os_mbuf *m; in ble_hci_trans_acl_buf_alloc() local 254 struct os_mbuf *m; in ble_hci_rx_acl() local
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_timer.h | 108 #define K_MINUTES(m) K_SECONDS((m) * 60) argument
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/external/sbc/plc/ |
D | sbc_plc.c | 93 int m; in CrossCorrelation() local
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/ |
D | des-internal.c | 275 u32 i, j, l, m, n, kn[32]; in deskey() local
|
D | aes-gcm.c | 105 size_t m, i; in ghash() local
|
/hal_espressif-3.5.0/components/hal/esp32/include/hal/ |
D | touch_sensor_ll.h | 40 #define TOUCH_LL_BIT_SWAP(data, n, m) (((data >> n) & 0x1) == ((data >> m) & 0x1) ? (data) : ((… argument
|