Home
last modified time | relevance | path

Searched refs:ALIGNBYTES (Results 1 – 2 of 2) sorted by relevance

/system/netd/resolv/
Dsethostent.cpp47 #define ALIGNBYTES (sizeof(uintptr_t) - 1) macro
48 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) & ~ALIGNBYTES)
Dgethnamaddr.cpp89 #define ALIGNBYTES (sizeof(uintptr_t) - 1) macro
90 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) & ~ALIGNBYTES)