Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 35) sorted by relevance

12

/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_ulp.h20 #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-latest/components/soc/esp32/include/soc/
Dsoc_ulp.h20 #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-latest/components/soc/esp32s2/include/soc/
Dsoc_ulp.h20 #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-latest/components/wpa_supplicant/src/eap_server/
Deap_server_methods.c28 struct eap_method *m; in eap_server_get_eap_method() local
48 struct eap_method *m; in eap_server_get_type() local
110 struct eap_method *m, *last = NULL; in eap_server_method_register() local
145 struct eap_method *m; in eap_server_unregister_methods() local
170 struct eap_method *m; in eap_server_get_name() local
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap.c81 struct eap_method *m; in eap_peer_get_eap_method() local
92 struct eap_method *m; in eap_peer_get_methods() local
114 struct eap_method_type *m; in eap_config_allowed_method() local
130 struct eap_method *m; in eap_peer_get_type() local
184 const struct eap_method *methods, *m; in eap_get_phase2_types() local
231 struct eap_method *m, *last = NULL; in eap_peer_method_register() local
251 struct eap_method *m; in eap_peer_unregister_methods() local
454 const struct eap_method *methods, *m; in eap_sm_build_nak() local
Deap_i.h313 const struct eap_method *m; member
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Dcbc_mode.c43 unsigned int n, m; in tc_cbc_mode_encrypt() local
84 unsigned int n, m; in tc_cbc_mode_decrypt() local
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dcbc_mode.c43 unsigned int n, m; in tc_cbc_mode_encrypt() local
84 unsigned int n, m; in tc_cbc_mode_decrypt() local
/hal_espressif-latest/components/mbedtls/port/ecc/
Decc_alt.c19 const mbedtls_mpi *m, const mbedtls_ecp_point *P) in esp_mbedtls_ecp_point_multiply()
52 const mbedtls_mpi *m, const mbedtls_ecp_point *P, in ecp_mul_restartable_internal()
/hal_espressif-latest/components/esp_system/
Dfreertos_hooks.c124 for(int m = 0; m < portNUM_PROCESSORS; m++) { in esp_deregister_freertos_idle_hook() local
145 for(int m = 0; m < portNUM_PROCESSORS; m++){ in esp_deregister_freertos_tick_hook() local
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.h28 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-latest/components/wpa_supplicant/src/common/
Dsae_pk.c482 bool ap, const u8 *m, size_t m_len, in sae_pk_hash_sig_data()
541 const u8 *m, size_t m_len, in sae_pk_valid_fingerprint()
614 u8 m[SAE_PK_M_LEN]; in sae_check_confirm_pk() local
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_timer.h108 #define K_MINUTES(m) K_SECONDS((m) * 60) argument
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/plc/
Dsbc_plc.c85 int m; in CrossCorrelation() local
/hal_espressif-latest/components/bt/host/nimble/esp-hci/src/
Desp_nimble_hci.c155 struct os_mbuf *m = NULL; in ble_hci_rx_acl() local
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Ddes-internal.c275 u32 i, j, l, m, n, kn[32]; in deskey() local
Daes-gcm.c105 size_t m, i; in ghash() local
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dds_struct.h123 volatile uint32_t m[128]; member
Dsha_struct.h205 volatile uint32_t m[16]; member
Drsa_struct.h242 volatile uint32_t m[4]; member
/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_lwip_ppp.c46 static err_t pppapi_do_ppp_set_auth(struct tcpip_api_call_data *m) in pppapi_do_ppp_set_auth()
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dds_struct.h123 volatile uint32_t m[128]; member
Dsha_struct.h205 volatile uint32_t m[16]; member
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtouch_sensor_ll.h32 #define TOUCH_LL_BIT_SWAP(data, n, m) (((data >> n) & 0x1) == ((data >> m) & 0x1) ? (data) : ((… argument
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-bignum.c231 int crypto_bignum_rand(struct crypto_bignum *r, const struct crypto_bignum *m) in crypto_bignum_rand()

12