Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 121) sorted by relevance

12345

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS2/Template/
H A Dcmsis_os.h458 #define osThreadDef(name, priority, instances, stacksz) \ argument
462 #define osThreadDef(name, priority, instances, stacksz) \ argument
466 #define osThreadDef(name, priority, instances, stacksz) \ argument
477 #define osThread(name) \ argument
569 #define osTimerDef(name, function) \ argument
573 #define osTimerDef(name, function) \ argument
576 #define osTimerDef(name, function) \ argument
586 #define osTimer(name) \ argument
626 #define osMutexDef(name) \ argument
630 #define osMutexDef(name) \ argument
[all …]
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS/Template/
H A Dcmsis_os.h275 #define osThreadDef(name, priority, instances, stacksz) \ argument
278 #define osThreadDef(name, priority, instances, stacksz) \ argument
287 #define osThread(name) \ argument
352 #define osTimerDef(name, function) \ argument
355 #define osTimerDef(name, function) \ argument
364 #define osTimer(name) \ argument
426 #define osMutexDef(name) \ argument
429 #define osMutexDef(name) \ argument
437 #define osMutex(name) \ argument
475 #define osSemaphoreDef(name) \ argument
[all …]
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcpip_priv.h56 #define API_VAR_REF(name) (*(name)) argument
57 #define API_VAR_DECLARE(type, name) type * name argument
58 #define API_VAR_ALLOC_EXT(type, pool, name, errorblock) do { \ argument
64 #define API_VAR_ALLOC(type, pool, name, errorval) API_VAR_ALLOC_EXT(type, pool, name, return errorv… argument
65 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \ argument
71 #define API_VAR_FREE(pool, name) memp_free(pool, name) argument
72 #define API_VAR_FREE_POOL(pool, name) LWIP_MEMPOOL_FREE(pool, name) argument
83 #define API_VAR_REF(name) name argument
84 #define API_VAR_DECLARE(type, name) type name argument
85 #define API_VAR_ALLOC_EXT(type, pool, name, errorblock) argument
[all …]
H A Dmemp_priv.h84 #define LWIP_MEMPOOL(name,num,size,desc) argument
93 #define LWIP_MEMPOOL(name,num,size,desc) argument
140 #define LWIP_MEMPOOL_DECLARE_STATS_INSTANCE(name) static struct stats_mem name; argument
141 #define LWIP_MEMPOOL_DECLARE_STATS_REFERENCE(name) &name, argument
143 #define LWIP_MEMPOOL_DECLARE_STATS_INSTANCE(name) argument
144 #define LWIP_MEMPOOL_DECLARE_STATS_REFERENCE(name) argument
/btstack/test/sdp/
H A Dsdp_record_builder.cpp196 static uint16_t hid_device_record_size(uint16_t descriptor_size, const char * name){ in hid_device_record_size()
201 const char * name; in TEST() local
221 static uint16_t hfp_hf_record_size(const char * name){ in hfp_hf_record_size()
226 const char * name; in TEST() local
246 static uint16_t hfp_ag_record_size(const char * name){ in hfp_ag_record_size()
251 const char * name; in TEST() local
272 static uint16_t hsp_ag_record_size(const char * name){ in hsp_ag_record_size()
277 const char * name; in TEST() local
297 static uint16_t hsp_hs_record_size(const char * name){ in hsp_hs_record_size()
302 const char * name; in TEST() local
[all …]
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dmemp.h48 #define LWIP_MEMPOOL(name,num,size,desc) argument
53 #define LWIP_MEMPOOL(name,num,size,desc) MEMP_##name, argument
67 #define LWIP_MEMPOOL_PROTOTYPE(name) extern const struct memp_desc memp_ ## name argument
71 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument
95 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument
117 #define LWIP_MEMPOOL_INIT(name) memp_init_pool(&memp_ ## name) argument
122 #define LWIP_MEMPOOL_ALLOC(name) memp_malloc_pool(&memp_ ## name) argument
127 #define LWIP_MEMPOOL_FREE(name, x) memp_free_pool(&memp_ ## name, (x)) argument
H A Ddns.h75 const char *name; member
80 #define DNS_LOCAL_HOSTLIST_ELEM(name, addr_init) {name, addr_init, NULL} argument
/btstack/3rd-party/lwip/core/src/api/
H A Dnetifapi.c52 #define NETIFAPI_VAR_REF(name) API_VAR_REF(name) argument
53 #define NETIFAPI_VAR_DECLARE(name) API_VAR_DECLARE(struct netifapi_msg, name) argument
54 #define NETIFAPI_VAR_ALLOC(name) API_VAR_ALLOC(struct netifapi_msg, MEMP_NETIFAPI_MSG, name, ERR… argument
55 #define NETIFAPI_VAR_FREE(name) API_VAR_FREE(MEMP_NETIFAPI_MSG, name) argument
327 netifapi_netif_name_to_index(const char *name, u8_t *idx) in netifapi_netif_name_to_index()
359 netifapi_netif_index_to_name(u8_t idx, char *name) in netifapi_netif_index_to_name()
H A Dsockets.c83 #define API_SELECT_CB_VAR_REF(name) API_VAR_REF(name) argument
84 #define API_SELECT_CB_VAR_DECLARE(name) API_VAR_DECLARE(struct lwip_select_cb, name) argument
85 #define API_SELECT_CB_VAR_ALLOC(name, retblock) API_VAR_ALLOC_EXT(struct lwip_select_cb, MEMP_SEL… argument
86 #define API_SELECT_CB_VAR_FREE(name) API_VAR_FREE(MEMP_SELECT_CB, name) argument
121 #define IS_SOCK_ADDR_TYPE_VALID(name) (((name)->sa_family == AF_INET) || \ argument
123 #define SOCK_ADDR_TYPE_MATCH(name, sock) \ argument
137 #define IS_SOCK_ADDR_TYPE_VALID(name) ((name)->sa_family == AF_INET6) argument
138 #define SOCK_ADDR_TYPE_MATCH(name, sock) 1 argument
146 #define IS_SOCK_ADDR_TYPE_VALID(name) ((name)->sa_family == AF_INET) argument
147 #define SOCK_ADDR_TYPE_MATCH(name, sock) 1 argument
[all …]
H A Dtcpip.c53 #define TCPIP_MSG_VAR_REF(name) API_VAR_REF(name) argument
54 #define TCPIP_MSG_VAR_DECLARE(name) API_VAR_DECLARE(struct tcpip_msg, name) argument
55 #define TCPIP_MSG_VAR_ALLOC(name) API_VAR_ALLOC(struct tcpip_msg, MEMP_TCPIP_MSG_API, name, ERR_M… argument
56 #define TCPIP_MSG_VAR_FREE(name) API_VAR_FREE(MEMP_TCPIP_MSG_API, name) argument
H A Dapi_lib.c78 #define API_MSG_VAR_REF(name) API_VAR_REF(name) argument
79 #define API_MSG_VAR_DECLARE(name) API_VAR_DECLARE(struct api_msg, name) argument
80 #define API_MSG_VAR_ALLOC(name) API_VAR_ALLOC(struct api_msg, MEMP_API_MSG, name, ERR_M… argument
81 #define API_MSG_VAR_ALLOC_RETURN_NULL(name) API_VAR_ALLOC(struct api_msg, MEMP_API_MSG, name, NULL) argument
82 #define API_MSG_VAR_FREE(name) API_VAR_FREE(MEMP_API_MSG, name) argument
1271 netconn_gethostbyname_addrtype(const char *name, ip_addr_t *addr, u8_t dns_addrtype)
/btstack/src/classic/
H A Dpan.c67 uint32_t service_uuid, uint16_t * network_packet_types, const char *name, const char *descriptor, in pan_create_service()
223 …e, uint32_t service_record_handle, uint16_t * network_packet_types, const char *name, const char *… in pan_create_nap_sdp_record()
229 …e, uint32_t service_record_handle, uint16_t * network_packet_types, const char *name, const char *… in pan_create_gn_sdp_record()
234 …e, uint32_t service_record_handle, uint16_t * network_packet_types, const char *name, const char *… in pan_create_panu_sdp_record()
H A Dspp_server.c58 …32_t service_record_handle, const uint8_t * service_uuid128, int rfcomm_channel, const char *name){ in spp_create_sdp_record_internal()
139 …sdp_record(uint8_t *service, uint32_t service_record_handle, int rfcomm_channel, const char *name){ in spp_create_sdp_record()
143 …32_t service_record_handle, const uint8_t * service_uuid128, int rfcomm_channel, const char *name){ in spp_create_custom_sdp_record()
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dpppapi.c48 #define PPPAPI_VAR_REF(name) API_VAR_REF(name) argument
49 #define PPPAPI_VAR_DECLARE(name) API_VAR_DECLARE(struct pppapi_msg, name) argument
50 #define PPPAPI_VAR_ALLOC(name) API_VAR_ALLOC_POOL(struct pppapi_msg, PPPAPI_MSG, name, … argument
51 #define PPPAPI_VAR_ALLOC_RETURN_NULL(name) API_VAR_ALLOC_POOL(struct pppapi_msg, PPPAPI_MSG, name, … argument
52 #define PPPAPI_VAR_FREE(name) API_VAR_FREE_POOL(PPPAPI_MSG, name) argument
/btstack/3rd-party/lwip/core/src/core/
H A Dstats.c64 stats_display_proto(struct stats_proto *proto, const char *name) in stats_display_proto()
83 stats_display_igmp(struct stats_igmp *igmp, const char *name) in stats_display_igmp()
105 stats_display_mem(struct stats_mem *mem, const char *name) in stats_display_mem()
/btstack/tool/metrics/
H A Dmetrics-lizard.py22 def metric_sum(name, value): argument
30 def metric_list(name, item): argument
38 def metric_max(name, max): argument
H A Dmetrics_ccsm.py52 def metric_sum(name, value): argument
60 def metric_list(name, item): argument
68 def metric_max(name, max): argument
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/core/template/
H A Dcompiler.h43 #define SECTION(name) _Pragma(QUOTE_(location=name)) argument
86 #define SECTION(name) __attribute__((section(name))) argument
129 #define SECTION(name) __attribute__((section(name))) argument
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/RTOS2/Include/
H A Dcmsis_os2.h241 const char *name; ///< name of the thread member
254 const char *name; ///< name of the timer member
262 const char *name; ///< name of the event flags member
270 const char *name; ///< name of the mutex member
278 const char *name; ///< name of the semaphore member
286 const char *name; ///< name of the memory pool member
296 const char *name; ///< name of the message queue member
/btstack/3rd-party/lc3-google/
H A Dpyproject.toml6 name = "lc3" qkey
10 { name="Antoine Soulier", email="[email protected]" }, qkey
/btstack/tool/
H A Dbluetooth_sdp.py40 def camel_to_underscore(name): argument
44 def create_pretty_define(name): argument
/btstack/test/hfp/
H A Dcvsd_plc_test.cpp193 static void fprintf_array_int16(FILE * oct_file, char * name, int data_len, int16_t * data){ in fprintf_array_int16()
203 static void fprintf_plot_history(FILE * oct_file, char * name, int data_len, int16_t * data){ in fprintf_plot_history()
255 char * name; in TEST() local
/btstack/example/
H A Dle_credit_based_flow_control_mode_client.c96 char name; member
131 static bool advertisement_report_contains_name(const char * name, uint8_t * advertisement_report){ in advertisement_report_contains_name()
338 static void usage(const char *name){ in usage()
H A Dle_streamer_client.c61 char name; member
185 static bool advertisement_contains_name(const char * name, uint8_t adv_len, const uint8_t * adv_dat… in advertisement_contains_name()
484 static void usage(const char *name){ in usage()
H A Davrcp_browsing_client.c107 char name[AVRCP_BROWSING_MAX_BROWSABLE_ITEM_NAME_LEN]; member
113 char name[AVRCP_BROWSING_MAX_BROWSABLE_ITEM_NAME_LEN]; member
124 char name[AVRCP_BROWSING_MAX_BROWSABLE_ITEM_NAME_LEN]; member
139 char name[AVRCP_BROWSING_MAX_BROWSABLE_ITEM_NAME_LEN]; member

12345