/btstack/3rd-party/lwip/core/src/core/ |
H A D | memp.c | 78 #define LWIP_MEMPOOL(name,num,size,desc) LWIP_MEMPOOL_DECLARE(name,num,size,desc) argument 82 #define LWIP_MEMPOOL(name,num,size,desc) &memp_ ## name, argument 101 memp_sanity(const struct memp_desc *desc) in memp_sanity() 128 memp_overflow_check_element(struct memp *p, const struct memp_desc *desc) in memp_overflow_check_element() 137 memp_overflow_init_element(struct memp *p, const struct memp_desc *desc) in memp_overflow_init_element() 175 memp_init_pool(const struct memp_desc *desc) in memp_init_pool() 245 do_memp_malloc_pool(const struct memp_desc *desc) in do_memp_malloc_pool() 311 memp_malloc_pool(const struct memp_desc *desc) in memp_malloc_pool() 359 do_memp_free_pool(const struct memp_desc *desc, void *mem) in do_memp_free_pool() 403 memp_free_pool(const struct memp_desc *desc, void *mem) in memp_free_pool()
|
/btstack/3rd-party/lwip/core/src/include/lwip/priv/ |
H A D | memp_priv.h | 84 #define LWIP_MEMPOOL(name,num,size,desc) argument 93 #define LWIP_MEMPOOL(name,num,size,desc) argument 111 const char *desc; member 134 #define DECLARE_LWIP_MEMPOOL_DESC(desc) (desc), argument 136 #define DECLARE_LWIP_MEMPOOL_DESC(desc) argument
|
H A D | memp_std.h | 31 #define LWIP_PBUF_MEMPOOL(name, num, payload, desc) LWIP_MEMPOOL(name, num, (LWIP_MEM_ALIGN_SIZE(si… argument
|
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | memp.h | 48 #define LWIP_MEMPOOL(name,num,size,desc) argument 53 #define LWIP_MEMPOOL(name,num,size,desc) MEMP_##name, argument 71 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument 95 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument
|
/btstack/test/mock/ |
H A D | mock_gatt_client.c | 320 …mock_gatt_client_characteristic_descriptor_t * desc = (mock_gatt_client_characteristic_descriptor_… in mock_gatt_client_get_characteristic_descriptor_for_handle() local 549 …mock_gatt_client_characteristic_descriptor_t * desc = (mock_gatt_client_characteristic_descriptor_… in mock_gatt_client_run_once() local 635 …mock_gatt_client_characteristic_descriptor_t * desc = (mock_gatt_client_characteristic_descriptor_… in mock_gatt_client_reset() local 693 …mock_gatt_client_characteristic_descriptor_t * desc = (mock_gatt_client_characteristic_descriptor_… in mock_gatt_client_dump_services() local 754 …mock_gatt_client_characteristic_descriptor_t * desc = (mock_gatt_client_characteristic_descriptor_… in mock_gatt_client_add_characteristic_descriptor() local 764 …mock_gatt_client_characteristic_descriptor_t * desc = mock_gatt_client_add_characteristic_descript… in mock_gatt_client_add_characteristic_descriptor_uuid16() local 771 …mock_gatt_client_characteristic_descriptor_t * desc = mock_gatt_client_add_characteristic_descript… in mock_gatt_client_add_characteristic_descriptor_uuid128() local
|
/btstack/test/sdp/ |
H A D | sdp_record_builder.cpp | 383 const char * desc; in TEST() local 422 const char * desc; in TEST() local 461 const char * desc; in TEST() local
|
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Src/ |
H A D | usbh_hid.c | 702 static void USBH_HID_ParseHIDDesc(HID_DescTypeDef *desc, uint8_t *buf) in USBH_HID_ParseHIDDesc()
|
/btstack/platform/libusb/ |
H A D | hci_transport_h2_libusb.c | 169 static struct libusb_device_descriptor desc; variable
|