/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_hs_adv.c | 27 uint8_t type; member 36 ble_hs_adv_set_hdr(uint8_t type, uint8_t data_len, uint8_t max_len, in ble_hs_adv_set_hdr() 65 ble_hs_adv_set_flat_mbuf(uint8_t type, int data_len, const void *data, in ble_hs_adv_set_flat_mbuf() 89 ble_hs_adv_set_flat(uint8_t type, int data_len, const void *data, in ble_hs_adv_set_flat() 101 ble_hs_adv_set_array_uuid16(uint8_t type, uint8_t num_elems, in ble_hs_adv_set_array_uuid16() 131 ble_hs_adv_set_array_uuid32(uint8_t type, uint8_t num_elems, in ble_hs_adv_set_array_uuid32() 167 ble_hs_adv_set_array_uuid128(uint8_t type, uint8_t num_elems, in ble_hs_adv_set_array_uuid128() 197 ble_hs_adv_set_array16(uint8_t type, uint8_t num_elems, const uint16_t *elems, in ble_hs_adv_set_array16() 236 uint8_t type; in adv_set_fields() local 547 uint8_t type; in ble_hs_adv_parse_one_field() local [all …]
|
H A D | ble_store_util.c | 151 ble_store_util_delete_all(int type, const union ble_store_key *key) in ble_store_util_delete_all() 180 ble_store_util_count(int type, int *out_count) in ble_store_util_count()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/ |
H A D | tcpip_priv.h | 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 84 #define API_VAR_DECLARE(type, name) type name argument 85 #define API_VAR_ALLOC_EXT(type, pool, name, errorblock) argument 86 #define API_VAR_ALLOC(type, pool, name, errorval) argument 87 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) argument 130 enum tcpip_msg_type type; member
|
/nrf52832-nimble/rt-thread/components/finsh/ |
H A D | finsh_api.h | 55 #define FINSH_VAR_EXPORT(name, type, desc) \ argument 79 #define FINSH_VAR_EXPORT(name, type, desc) \ argument 102 #define FINSH_VAR_EXPORT(name, type, desc) \ argument 126 #define FINSH_VAR_EXPORT(name, type, desc) \ argument 145 #define FINSH_VAR_EXPORT(name, type, desc) \ argument 164 #define FINSH_VAR_EXPORT(name, type, desc) \ argument
|
H A D | finsh_error.c | 40 int finsh_error_set(uint8_t type) in finsh_error_set() 52 const char* finsh_error_string(uint8_t type) in finsh_error_string()
|
H A D | finsh_parser.c | 49 #define check_token(token, lex, type) if ( (token) != (type) ) \ argument 66 #define match_token(token, lex, type) next_token(token, lex); \ argument 80 enum finsh_type type; in proc_variable_decl() local 256 enum finsh_type type; in proc_type() local 659 enum finsh_type type; in proc_cast_expr() local 878 static struct finsh_node* make_sys_node(uint8_t type, struct finsh_node* node1, struct finsh_node* … in make_sys_node()
|
H A D | finsh_var.c | 25 int finsh_var_insert(const char* name, int type) in finsh_var_insert() 88 void finsh_sysvar_append(const char* name, uint8_t type, void* var_addr) in finsh_sysvar_append()
|
H A D | finsh_node.c | 26 struct finsh_node* finsh_node_allocate(uint8_t type) in finsh_node_allocate() 49 unsigned char type; in finsh_node_new_id() local
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/ |
H A D | queue.h | 114 #define SLIST_HEAD(name, type) \ argument 122 #define SLIST_ENTRY(type) \ argument 155 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 175 #define STAILQ_HEAD(name, type) \ argument 184 #define STAILQ_ENTRY(type) \ argument 224 #define STAILQ_LAST(head, type, field) \ argument 232 #define STAILQ_REMOVE(head, elm, type, field) do { \ argument 266 #define LIST_HEAD(name, type) \ argument 274 #define LIST_ENTRY(type) \ argument 331 #define TAILQ_HEAD(name, type) \ argument [all …]
|
/nrf52832-nimble/rt-thread/include/ |
H A D | rtservice.h | 33 #define rt_container_of(ptr, type, member) \ argument 126 #define rt_list_entry(node, type, member) \ argument 179 #define rt_list_first_entry(ptr, type, member) \ argument 265 #define rt_slist_entry(node, type, member) \ argument 295 #define rt_slist_first_entry(ptr, type, member) \ argument 306 #define rt_slist_tail_entry(ptr, type, member) \ argument
|
H A D | rtdebug.h | 79 #define RT_DEBUG_LOG(type, message) \ argument 136 #define RT_DEBUG_LOG(type, message) argument
|
/nrf52832-nimble/rt-thread/components/drivers/sensors/ |
H A D | sensor.cpp | 19 SensorBase::SensorBase(int type) in SensorBase() 133 SensorBase *SensorManager::getDefaultSensor(int type) in getDefaultSensor() 150 int SensorManager::subscribe(int type, SensorEventHandler_t handler, void *user_data) in subscribe() 188 rt_sensor_t rt_sensor_get_default(int type) in rt_sensor_get_default()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/ |
H A D | tcpip_priv.h | 57 #define API_VAR_DECLARE(type, name) type * name argument 58 #define API_VAR_ALLOC(type, pool, name, errorval) do { \ argument 64 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \ argument 83 #define API_VAR_DECLARE(type, name) type name argument 84 #define API_VAR_ALLOC(type, pool, name, errorval) argument 85 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) argument 124 enum tcpip_msg_type type; member
|
/nrf52832-nimble/rt-thread/src/ |
H A D | object.c | 219 rt_object_get_information(enum rt_object_class_type type) in rt_object_get_information() 239 enum rt_object_class_type type, in rt_object_init() 319 rt_object_t rt_object_allocate(enum rt_object_class_type type, const char *name) in rt_object_allocate() 460 rt_object_t rt_object_find(const char *name, rt_uint8_t type) in rt_object_find()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/ipv6/lwip/ |
H A D | icmp.h | 72 u8_t type; member 80 u8_t type; member 87 u8_t type; member
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/ |
H A D | expr.c | 25 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one() 33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() 42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() 141 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() 519 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() 808 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare() 886 enum symbol_type type, in expr_parse_string()
|
H A D | menu.c | 112 void menu_set_type(int type) in menu_set_type() 128 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop() 178 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt() 189 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() 194 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 531 enum prop_type type; in menu_get_parent_menu() local
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | ip6_zone.h | 177 #define ip6_addr_has_scope(ip6addr, type) \ argument 198 #define ip6_addr_assign_zone(ip6addr, type, netif) \ argument 228 #define ip6_addr_lacks_zone(ip6addr, type) \ argument
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/ |
H A D | icmp6.c | 309 icmp6_send_response(struct pbuf *p, u8_t code, u32_t data, u8_t type) in icmp6_send_response() 346 icmp6_send_response_with_addrs(struct pbuf *p, u8_t code, u32_t data, u8_t type, in icmp6_send_response_with_addrs() 385 icmp6_send_response_with_addrs_and_netif(struct pbuf *p, u8_t code, u32_t data, u8_t type, in icmp6_send_response_with_addrs_and_netif()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/ |
H A D | icmp.c | 79 u8_t type; in icmp_input() local 291 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) in icmp_send_response()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | icmp.c | 82 u8_t type; in icmp_input() local 333 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) in icmp_send_response()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | icmp.c | 82 u8_t type; in icmp_input() local 340 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) in icmp_send_response()
|
/nrf52832-nimble/rt-thread/components/libc/pthreads/ |
H A D | pthread_mutex.c | 45 int pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *type) in pthread_mutexattr_gettype() 63 int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type) in pthread_mutexattr_settype()
|
/nrf52832-nimble/rt-thread/components/CMSIS/RTOS/ |
H A D | cmsis_os.h | 563 #define osPoolDef(name, no, type) \ argument 566 #define osPoolDef(name, no, type) \ argument 617 #define osMessageQDef(name, queue_sz, type) \ argument 620 #define osMessageQDef(name, queue_sz, type) \ argument 668 #define osMailQDef(name, queue_sz, type) \ argument 671 #define osMailQDef(name, queue_sz, type) \ argument
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | memp.h | 87 #define memp_malloc(type) mem_malloc(memp_sizes[type]) argument 88 #define memp_free(type, mem) mem_free(mem) argument
|