/lk-master/top/include/lk/ |
A D | list.h | 16 #define containerof(ptr, type, member) \ argument 76 #define list_remove_head_type(list, type, element) ({\ argument 96 #define list_remove_tail_type(list, type, element) ({\ argument 114 #define list_peek_head_type(list, type, element) ({\ argument 132 #define list_peek_tail_type(list, type, element) ({\ argument 149 #define list_prev_type(list, item, type, element) ({\ argument 168 #define list_prev_wrap_type(list, item, type, element) ({\ argument 185 #define list_next_type(list, item, type, element) ({\ argument 204 #define list_next_wrap_type(list, item, type, element) ({\ argument 226 #define list_for_every_entry(list, entry, type, member) \ argument [all …]
|
/lk-master/lib/pool/include/lib/ |
A D | pool.h | 133 #define TYPED_POOL_STORAGE_SIZE(type, object_count) \ argument 136 #define TYPED_POOL_STORAGE_ALIGN(type) \ argument 139 #define DEFINE_TYPED_POOL_STORAGE(type, name, count) \ argument 142 #define TYPED_POOL_INIT(type, pool, count, storage) \ argument 145 #define TYPED_POOL_ALLOC(type, pool) \ argument 148 #define TYPED_POOL_FREE(type, pool, object) \ argument
|
/lk-master/external/platform/cc13xx/cc13xxware/driverlib/ |
A D | rf_data_entry.h | 71 uint8_t type:2; //!< \brief Type of data entry structure<br> member 98 uint8_t type:2; //!< \brief Type of data entry structure<br> member 126 uint8_t type:2; //!< \brief Type of data entry structure<br> member 156 uint8_t type:2; //!< \brief Type of data entry structure<br> member 184 uint8_t type:2; //!< \brief Type of data entry structure<br> member
|
/lk-master/external/lib/lwip/include/ipv6/lwip/ |
A D | icmp.h | 72 u8_t type; member 80 u8_t type; member 87 u8_t type; member
|
/lk-master/external/lib/lwip/core/ipv4/ |
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()
|
/lk-master/external/lib/lwip/core/ |
A D | pbuf.c | 207 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc() 367 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom() 513 u16_t type; in pbuf_header() local 620 u16_t type; in pbuf_free() local
|
A D | memp.c | 390 memp_malloc(memp_t type) in memp_malloc() 435 memp_free(memp_t type, void *mem) in memp_free()
|
/lk-master/tools/ |
A D | network.c | 48 static int inet_listen(in_addr_t addr, int type, unsigned port, int shared) { in inet_listen() 70 static int inet_connect(in_addr_t addr, int type, unsigned port) { in inet_connect()
|
A D | bootimage.c | 62 bootentry_file *bootimage_add_filedata(bootimage *img, unsigned type, void *data, unsigned len) { in bootimage_add_filedata() 186 bootentry_file *bootimage_add_file(bootimage *img, unsigned type, const char *fn) { in bootimage_add_file()
|
A D | mkimage.c | 22 unsigned type; member
|
/lk-master/external/platform/pico/rp2_common/hardware_base/include/hardware/ |
A D | address_mapped.h | 51 #define check_hw_layout(type, member, offset) static_assert(offsetof(type, member) == (offset), "hw… argument 52 #define check_hw_size(type, size) static_assert(sizeof(type) == (size), "hw size mismatch") argument
|
/lk-master/external/lib/lwip/include/lwip/ |
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
|
A D | netif.h | 233 #define NETIF_INIT_SNMP(netif, type, speed) \ argument 248 #define NETIF_INIT_SNMP(netif, type, speed) argument
|
/lk-master/arch/x86/ |
A D | descriptor.c | 19 uint8_t type : 4; member 42 … uint8_t present, uint8_t ring, uint8_t sys, uint8_t type, uint8_t gran, uint8_t bits) { in set_global_desc()
|
/lk-master/external/lib/lwip/core/snmp/ |
A D | msg_in.c | 921 u8_t type; in snmp_pdu_header_check() local 1115 u8_t type; in snmp_pdu_dec_varbindlist() local 1316 snmp_varbind_alloc(struct snmp_obj_id *oid, u8_t type, u8_t len) in snmp_varbind_alloc()
|
/lk-master/dev/include/dev/ |
A D | driver.h | 63 const char *type; member 94 #define device_get_driver_ops(dev, type, member) ({ \ argument
|
/lk-master/external/platform/nrfx/drivers/include/ |
A D | nrfx_twi.h | 136 nrfx_twi_xfer_type_t type; ///< Type of transfer. member 192 nrfx_twi_evt_type_t type; ///< Event type. member
|
A D | nrfx_twim.h | 148 nrfx_twim_xfer_type_t type; ///< Type of transfer. member 204 nrfx_twim_evt_type_t type; ///< Event type. member
|
A D | nrfx_adc.h | 72 nrfx_adc_evt_type_t type; ///< Event type. member
|
/lk-master/lib/minip/ |
A D | minip-internal.h | 52 uint8_t type; member 62 uint16_t type; member
|
/lk-master/external/platform/pico/rp2040/hardware_structs/include/hardware/structs/ |
A D | mpu.h | 14 io_ro_32 type; member
|
/lk-master/external/lib/lwip/core/ipv6/ |
A D | icmp6.c | 49 u8_t type; in icmp_input() local
|
/lk-master/lib/bootimage/ |
A D | bootimage.c | 178 status_t bootimage_get_file_section(bootimage_t *bi, uint32_t type, const void **ptr, size_t *len) { in bootimage_get_file_section()
|
/lk-master/platform/lpc43xx/ |
A D | udc-common.c | 17 static udc_descriptor_t *udc_descriptor_alloc(unsigned type, unsigned num, unsigned len) { in udc_descriptor_alloc()
|
/lk-master/lib/partition/ |
A D | partition.c | 26 uint8_t type; member
|