Home
last modified time | relevance | path

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

12

/btstack/3rd-party/lwip/core/src/api/
H A Dapi_msg.c90 #define TCPIP_APIMSG_ACK(m) argument
92 #define TCPIP_APIMSG_ACK(m) do { sys_sem_signal(LWIP_API_MSG_SEM(m)); } while(0) argument
680 lwip_netconn_do_newconn(void *m)
1116 lwip_netconn_do_delconn(void *m)
1219 lwip_netconn_do_bind(void *m)
1259 lwip_netconn_do_bind_if(void *m)
1353 lwip_netconn_do_connect(void *m)
1428 lwip_netconn_do_disconnect(void *m)
1452 lwip_netconn_do_listen(void *m)
1535 lwip_netconn_do_send(void *m)
[all …]
H A Dnetifapi.c61 netifapi_do_netif_add(struct tcpip_api_call_data *m) in netifapi_do_netif_add()
87 netifapi_do_netif_set_addr(struct tcpip_api_call_data *m) in netifapi_do_netif_set_addr()
105 netifapi_do_name_to_index(struct tcpip_api_call_data *m) in netifapi_do_name_to_index()
119 netifapi_do_index_to_name(struct tcpip_api_call_data *m) in netifapi_do_index_to_name()
137 netifapi_do_netif_common(struct tcpip_api_call_data *m) in netifapi_do_netif_common()
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dpppapi.c58 pppapi_do_ppp_set_default(struct tcpip_api_call_data *m) in pppapi_do_ppp_set_default()
91 pppapi_do_ppp_set_notify_phase_callback(struct tcpip_api_call_data *m) in pppapi_do_ppp_set_notify_phase_callback()
126 pppapi_do_pppos_create(struct tcpip_api_call_data *m) in pppapi_do_pppos_create()
167 pppapi_do_pppoe_create(struct tcpip_api_call_data *m) in pppapi_do_pppoe_create()
212 pppapi_do_pppol2tp_create(struct tcpip_api_call_data *m) in pppapi_do_pppol2tp_create()
271 pppapi_do_ppp_connect(struct tcpip_api_call_data *m) in pppapi_do_ppp_connect()
304 pppapi_do_ppp_listen(struct tcpip_api_call_data *m) in pppapi_do_ppp_listen()
336 pppapi_do_ppp_close(struct tcpip_api_call_data *m) in pppapi_do_ppp_close()
368 pppapi_do_ppp_free(struct tcpip_api_call_data *m) in pppapi_do_ppp_free()
399 pppapi_do_ppp_ioctl(struct tcpip_api_call_data *m) in pppapi_do_ppp_ioctl()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dsys.h69 #define sys_mbox_new(m, s) ERR_OK argument
70 #define sys_mbox_fetch(m,d) argument
71 #define sys_mbox_tryfetch(m,d) argument
72 #define sys_mbox_post(m,d) argument
73 #define sys_mbox_trypost(m,d) argument
74 #define sys_mbox_free(m) argument
75 #define sys_mbox_valid(m) argument
76 #define sys_mbox_valid_val(m) argument
77 #define sys_mbox_set_invalid(m) argument
78 #define sys_mbox_set_invalid_val(m) argument
/btstack/3rd-party/lc3-google/test/
H A Dsns_py.c26 static PyObject *compute_scale_factors_py(PyObject *m, PyObject *args) in compute_scale_factors_py()
49 static PyObject *resolve_codebooks_py(PyObject *m, PyObject *args) in resolve_codebooks_py()
65 static PyObject *quantize_py(PyObject *m, PyObject *args) in quantize_py()
91 static PyObject *unquantize_py(PyObject *m, PyObject *args) in unquantize_py()
116 static PyObject *spectral_shaping_py(PyObject *m, PyObject *args) in spectral_shaping_py()
139 static PyObject *analyze_py(PyObject *m, PyObject *args) in analyze_py()
165 static PyObject *synthesize_py(PyObject *m, PyObject *args) in synthesize_py()
188 static PyObject *get_nbits_py(PyObject *m, PyObject *args) in get_nbits_py()
210 PyMODINIT_FUNC lc3_sns_py_init(PyObject *m) in lc3_sns_py_init()
H A Dtns_py.c26 static PyObject *compute_lpc_coeffs_py(PyObject *m, PyObject *args) in compute_lpc_coeffs_py()
51 static PyObject *lpc_reflection_py(PyObject *m, PyObject *args) in lpc_reflection_py()
72 static PyObject *quantize_rc_py(PyObject *m, PyObject *args) in quantize_rc_py()
94 static PyObject *unquantize_rc_py(PyObject *m, PyObject *args) in unquantize_rc_py()
113 static PyObject *analyze_py(PyObject *m, PyObject *args) in analyze_py()
137 static PyObject *synthesize_py(PyObject *m, PyObject *args) in synthesize_py()
160 static PyObject *get_nbits_py(PyObject *m, PyObject *args) in get_nbits_py()
186 PyMODINIT_FUNC lc3_tns_py_init(PyObject *m) in lc3_tns_py_init()
H A Dspec_py.c26 static PyObject *estimate_gain_py(PyObject *m, PyObject *args) in estimate_gain_py()
54 static PyObject *adjust_gain_py(PyObject *m, PyObject *args) in adjust_gain_py()
72 static PyObject *quantize_py(PyObject *m, PyObject *args) in quantize_py()
96 static PyObject *compute_nbits_py(PyObject *m, PyObject *args) in compute_nbits_py()
122 static PyObject *analyze_py(PyObject *m, PyObject *args) in analyze_py()
152 static PyObject *estimate_noise_py(PyObject *m, PyObject *args) in estimate_noise_py()
185 PyMODINIT_FUNC lc3_spec_py_init(PyObject *m) in lc3_spec_py_init()
H A Dlc3_py.c30 static PyObject *setup_encoder_py(PyObject *m, PyObject *args) in setup_encoder_py()
50 static PyObject *encode_py(PyObject *m, PyObject *args) in encode_py()
79 static PyObject *setup_decoder_py(PyObject *m, PyObject *args) in setup_decoder_py()
99 static PyObject *decode_py(PyObject *m, PyObject *args) in decode_py()
135 PyMODINIT_FUNC lc3_interface_py_init(PyObject *m) in lc3_interface_py_init()
H A Dltpf_py.c25 static PyObject *resample_py(PyObject *m, PyObject *args) in resample_py()
52 static PyObject *analyse_py(PyObject *m, PyObject *args) in analyse_py()
78 static PyObject *synthesize_py(PyObject *m, PyObject *args) in synthesize_py()
111 static PyObject *get_nbits_py(PyObject *m, PyObject *args) in get_nbits_py()
131 PyMODINIT_FUNC lc3_ltpf_py_init(PyObject *m) in lc3_ltpf_py_init()
H A Dmdct_py.c26 static PyObject *mdct_forward_py(PyObject *m, PyObject *args) in mdct_forward_py()
52 static PyObject *mdct_inverse_py(PyObject *m, PyObject *args) in mdct_inverse_py()
84 PyMODINIT_FUNC lc3_mdct_py_init(PyObject *m) in lc3_mdct_py_init()
H A Dbwdet_py.c25 static PyObject *bwdet_run_py(PyObject *m, PyObject *args) in bwdet_run_py()
48 PyMODINIT_FUNC lc3_bwdet_py_init(PyObject *m) in lc3_bwdet_py_init()
H A Dattdet_py.c25 static PyObject *attdet_run_py(PyObject *m, PyObject *args) in attdet_run_py()
55 PyMODINIT_FUNC lc3_attdet_py_init(PyObject *m) in lc3_attdet_py_init()
H A Denergy_py.c28 static PyObject *energy_compute_py(PyObject *m, PyObject *args) in energy_compute_py()
55 PyMODINIT_FUNC lc3_energy_py_init(PyObject *m) in lc3_energy_py_init()
H A Dmodule_py.c40 PyObject *m = PyModule_Create(&module_def); in PyInit_lc3() local
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/
H A Dble_common.h69 #define MODINC( a, m ) M_BEGIN (a)++; if ((a)>=(m)) (a)=0; M_END argument
71 #define MODDEC( a, m ) M_BEGIN if ((a)==0) (a)=(m); (a)--; M_END argument
73 #define MODADD( a, b, m ) M_BEGIN (a)+=(b); if ((a)>=(m)) (a)-=(m); M_END argument
75 #define MODSUB( a, b, m ) MODADD( a, (m)-(b), m ) argument
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/
H A Dstm32_wpan_common.h94 #define MODINC( a, m ) M_BEGIN (a)++; if ((a)>=(m)) (a)=0; M_END argument
97 #define MODDEC( a, m ) M_BEGIN if ((a)==0) (a)=(m); (a)--; M_END argument
100 #define MODADD( a, b, m ) M_BEGIN (a)+=(b); if ((a)>=(m)) (a)-=(m); M_END argument
103 #define MODSUB( a, b, m ) MODADD( a, (m)-(b), m ) argument
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/utilities/
H A Dutilities_common.h81 #define MODINC( a, m ) M_BEGIN (a)++; if ((a)>=(m)) (a)=0; M_END argument
84 #define MODDEC( a, m ) M_BEGIN if ((a)==0) (a)=(m); (a)--; M_END argument
87 #define MODADD( a, b, m ) M_BEGIN (a)+=(b); if ((a)>=(m)) (a)-=(m); M_END argument
90 #define MODSUB( a, b, m ) MODADD( a, (m)-(b), m ) argument
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcpip_priv.h80 #define API_MSG_M_DEF(m) m argument
81 #define API_MSG_M_DEF_C(t, m) t m argument
93 #define API_MSG_M_DEF(m) *m argument
94 #define API_MSG_M_DEF_C(t, m) const t * m argument
H A Dapi_msg.h60 #define API_MSG_M_DEF_SEM(m) *m argument
229 #define NETIFAPI_IPADDR_DEF(type, m) type m argument
231 #define NETIFAPI_IPADDR_DEF(type, m) const type * m argument
/btstack/3rd-party/lwip/core/src/netif/ppp/polarssl/
H A Darc4.c51 unsigned char *m; in arc4_setup() local
79 unsigned char *m; in arc4_crypt() local
/btstack/port/archive/msp-exp430f5438-cc2564b/firmware/
H A Dhal_lcd.h10 #define MIN(n,m) (((n) < (m)) ? (n) : (m)) argument
14 #define MAX(n,m) (((n) < (m)) ? (m) : (n)) argument
/btstack/test/crypto/
H A Daes_cmac_test2.cpp121 uint8_t m[16]; in TEST() local
132 uint8_t m[40]; in TEST() local
/btstack/3rd-party/lc3-google/
H A Dmeson.build30 m_dep = cc.find_library('m', required: false) build
/btstack/3rd-party/lwip/core/src/include/netif/ppp/polarssl/
H A Darc4.h49 unsigned char m[256]; /*!< permutation table */ member
/btstack/3rd-party/lc3-google/tables/
H A Dmktables.py90 def print_table(t, m=4): argument

12