Home
last modified time | relevance | path

Searched refs:uintptr_t (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
Dstdint.h162 typedef unsigned __int64 uintptr_t; typedef
165 typedef _W64 unsigned int uintptr_t; typedef
/packages/modules/DnsResolver/
Dsethostent.cpp49 #define ALIGNBYTES (sizeof(uintptr_t) - 1)
50 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) & ~ALIGNBYTES)
Dgethnamaddr.cpp92 #define ALIGNBYTES (sizeof(uintptr_t) - 1)
93 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) & ~ALIGNBYTES)
327 bp += sizeof(align) - (size_t)((uintptr_t)bp % sizeof(align)); in getanswer()
625 int i = (int)(sizeof(align) - (size_t)((uintptr_t)*bpp % sizeof(align))); in convert_v4v6_hostent()