Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dsethostent.cpp49 #define ALIGNBYTES (sizeof(uintptr_t) - 1) macro
50 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) & ~ALIGNBYTES)
Dgethnamaddr.cpp92 #define ALIGNBYTES (sizeof(uintptr_t) - 1) macro
93 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) & ~ALIGNBYTES)