Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dsethostent.cpp50 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) & ~ALIGNBYTES) macro
124 ptr = (char*) ALIGN(ptr); in _hf_gethtbyname2()
Dgethnamaddr.cpp93 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) & ~ALIGNBYTES) macro
367 bp = (char*) ALIGN(bp); in getanswer()