Home
last modified time | relevance | path

Searched defs:LWIP_MEM_ALIGN (Results 1 – 3 of 3) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dmem.h116 #define LWIP_MEM_ALIGN(addr) ((void *)(((mem_ptr_t)(addr) + MEM_ALIGNMENT - 1) & ~(mem_ptr_t)(MEM_A… macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Darch.h229 #define LWIP_MEM_ALIGN(addr) ((void *)(((mem_ptr_t)(addr) + MEM_ALIGNMENT - 1) & ~(mem_ptr_t)(MEM_A… macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Darch.h296 #define LWIP_MEM_ALIGN(addr) ((void *)(((mem_ptr_t)(addr) + MEM_ALIGNMENT - 1) & ~(mem_ptr_t)(MEM_A… macro

Completed in 5 milliseconds