Home
last modified time | relevance | path

Searched refs:mem_ptr_t (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Darch.h70 typedef uintptr_t mem_ptr_t; typedef
147 #define LWIP_MEM_ALIGN(addr) ((void *)(((mem_ptr_t)(addr) + MEM_ALIGNMENT - 1) & ~(mem_ptr_t)(MEM_A…
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Darch.h70 typedef uintptr_t mem_ptr_t; typedef
147 #define LWIP_MEM_ALIGN(addr) ((void *)(((mem_ptr_t)(addr) + MEM_ALIGNMENT - 1) & ~(mem_ptr_t)(MEM_A…
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/arch/
A Dcc.h56 #ifndef mem_ptr_t
59 typedef uintptr_t mem_ptr_t; typedef
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dmem.c424 LWIP_ASSERT("mem_free: sanity check alignment", (((mem_ptr_t)rmem) & (MEM_ALIGNMENT-1)) == 0); in mem_free()
720 (mem_ptr_t)mem + SIZEOF_STRUCT_MEM + size <= (mem_ptr_t)ram_end); in mem_malloc()
722 ((mem_ptr_t)mem + SIZEOF_STRUCT_MEM) % MEM_ALIGNMENT == 0); in mem_malloc()
724 (((mem_ptr_t)mem) & (MEM_ALIGNMENT-1)) == 0); in mem_malloc()
A Dinet_chksum.c140 int odd = ((mem_ptr_t)pb & 1); in lwip_standard_chksum()
198 int odd = ((mem_ptr_t)pb & 1); in lwip_standard_chksum()
207 if (((mem_ptr_t)ps & 3) && len > 1) { in lwip_standard_chksum()
A Dmemp.c326 ((mem_ptr_t)memp % MEM_ALIGNMENT) == 0); in do_memp_malloc_pool()
410 ((mem_ptr_t)mem % MEM_ALIGNMENT) == 0); in do_memp_free_pool()
A Dpbuf.c336 ((mem_ptr_t)p->payload % MEM_ALIGNMENT) == 0); in pbuf_alloc_ext()
404 ((mem_ptr_t)q->payload % MEM_ALIGNMENT) == 0); in pbuf_alloc_ext()
435 ((mem_ptr_t)p->payload % MEM_ALIGNMENT) == 0); in pbuf_alloc_ext()
A Dtcp_out.c812 …LWIP_ASSERT("seg->tcphdr not aligned", ((mem_ptr_t)seg->tcphdr % LWIP_MIN(MEM_ALIGNMENT, 4)) == 0); in tcp_enqueue_flags()
/AliOS-Things-master/components/py_engine/engine/extmod/lwip-include/arch/
A Dcc.h15 typedef u32_t mem_ptr_t; typedef
/AliOS-Things-master/hardware/chip/rtl872xd/arch/
A Dcc.h116 typedef u32_t mem_ptr_t;
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dsockets.c151 #define IS_SOCK_ADDR_ALIGNED(name) ((((mem_ptr_t)(name)) % 4) == 0)

Completed in 32 milliseconds