/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | memp.c | 79 #define LWIP_MEMPOOL(name,num,size,desc) LWIP_MEMPOOL_DECLARE(name,num,size,desc) argument 83 #define LWIP_MEMPOOL(name,num,size,desc) &memp_ ## name, argument 98 memp_sanity(const struct memp_desc *desc) in memp_sanity() 125 memp_overflow_check_element_overflow(struct memp *p, const struct memp_desc *desc) in memp_overflow_check_element_overflow() 152 memp_overflow_check_element_underflow(struct memp *p, const struct memp_desc *desc) in memp_overflow_check_element_underflow() 175 memp_overflow_init_element(struct memp *p, const struct memp_desc *desc) in memp_overflow_init_element() 227 memp_init_pool(const struct memp_desc *desc) in memp_init_pool() 289 do_memp_malloc_pool(const struct memp_desc *desc) in do_memp_malloc_pool() 356 memp_malloc_pool(const struct memp_desc *desc) in memp_malloc_pool() 404 do_memp_free_pool(const struct memp_desc* desc, void *mem) in do_memp_free_pool() [all …]
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | memp.h | 46 #define LWIP_MEMPOOL(name,num,size,desc) argument 51 #define LWIP_MEMPOOL(name,num,size,desc) MEMP_##name, argument 69 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument 93 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | memp.h | 46 #define LWIP_MEMPOOL(name,num,size,desc) argument 51 #define LWIP_MEMPOOL(name,num,size,desc) MEMP_##name, argument 69 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument 93 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/ |
A D | memp_priv.h | 106 #define LWIP_MEMPOOL(name,num,size,desc) argument 115 #define LWIP_MEMPOOL(name,num,size,desc) argument 133 const char *desc; member 156 #define DECLARE_LWIP_MEMPOOL_DESC(desc) (desc), argument 158 #define DECLARE_LWIP_MEMPOOL_DESC(desc) argument
|
A D | memp_std.h | 31 #define LWIP_PBUF_MEMPOOL(name, num, payload, desc) LWIP_MEMPOOL(name, num, (MEMP_ALIGN_SIZE(sizeof… argument
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/ |
A D | memp_priv.h | 106 #define LWIP_MEMPOOL(name,num,size,desc) argument 115 #define LWIP_MEMPOOL(name,num,size,desc) argument 133 const char *desc; member 156 #define DECLARE_LWIP_MEMPOOL_DESC(desc) (desc), argument 158 #define DECLARE_LWIP_MEMPOOL_DESC(desc) argument
|
/AliOS-Things-master/components/drivers/peripheral/flash/src/ |
A D | mtdnor.c | 15 static int _nor_read(aos_mtd_t *mtd, off_t from, struct mtd_io_desc *desc) in _nor_read() 29 static int _nor_write(aos_mtd_t *mtd, off_t to, struct mtd_io_desc *desc) in _nor_write()
|
A D | mtdnand.c | 16 static uint8_t *nand_fill_oob(aos_nand_t *chip, uint8_t *oob, size_t len, struct mtd_io_desc *desc) in nand_fill_oob() 46 static uint8_t *nand_transfer_oob(aos_nand_t *chip, uint8_t *oob, struct mtd_io_desc *desc, size_t … in nand_transfer_oob() 196 static int nand_do_read_desc(aos_nand_t *chip, off_t from, struct mtd_io_desc *desc) in nand_do_read_desc() 292 static int nand_do_write_desc(aos_nand_t *chip, off_t to, struct mtd_io_desc *desc) in nand_do_write_desc() 385 static int nand_only_read_oob(aos_nand_t *chip, off_t from, struct mtd_io_desc *desc) in nand_only_read_oob() 428 static int nand_only_write_oob(aos_nand_t *chip, off_t to, struct mtd_io_desc *desc) in nand_only_write_oob() 485 static int nand_read(aos_mtd_t *mtd, off_t from, struct mtd_io_desc *desc) in nand_read() 513 static int nand_write(aos_mtd_t *mtd, off_t to, struct mtd_io_desc *desc) in nand_write()
|
/AliOS-Things-master/components/cli/include/aos/ |
A D | cli.h | 36 const char *desc; /* description of cli cmd */ member 40 #define ALIOS_CLI_CMD_REGISTER(name, cmd, desc) \ argument
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/os/ |
A D | osif_customer.c | 68 xqueue_desc *desc = aos_malloc(sizeof(xqueue_desc)); in os_msg_queue_create_intern() local 85 xqueue_desc *desc = (xqueue_desc *)p_handle; in os_msg_queue_delete_intern() local 98 xqueue_desc *desc = (xqueue_desc *)p_handle; in os_msg_send_intern() local 110 xqueue_desc *desc = (xqueue_desc *)p_handle; in os_msg_recv_intern() local
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | uctypes_sizeof_layout.py | 7 desc = { variable
|
A D | uctypes_array_assign_le.py | 7 desc = { variable
|
A D | uctypes_array_assign_native_le.py | 13 desc = { variable
|
A D | uctypes_array_assign_native_le_intbig.py | 13 desc = { variable
|
A D | uctypes_bytearray.py | 7 desc = { variable
|
A D | uctypes_le_float.py | 7 desc = { variable
|
A D | uctypes_native_float.py | 7 desc = { variable
|
A D | uctypes_sizeof.py | 7 desc = { variable
|
A D | uctypes_sizeof_od.py | 8 desc = OrderedDict( variable
|
A D | uctypes_array_load_store.py | 13 desc = {"arr": (uctypes.ARRAY | 0, getattr(uctypes, type_) | N)} variable
|
A D | uctypes_ptr_le.py | 13 desc = { variable
|
A D | uctypes_ptr_native_le.py | 14 desc = { variable
|
A D | uctypes_le.py | 7 desc = { variable
|
A D | uctypes_native_le.py | 17 desc = { variable
|
A D | uctypes_print.py | 11 desc = {"arr": (uctypes.ARRAY | 0, uctypes.UINT8 | 1)} variable
|