HomeSort by relevance Sort by last modified time
    Searched refs:_SS_ALIGNSIZE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
socket.h 210 #define _SS_ALIGNSIZE (sizeof(int64_t))
211 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(unsigned char) - sizeof(sa_family_t))
213 _SS_PAD1SIZE - _SS_ALIGNSIZE)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h 255 #define _SS_ALIGNSIZE (8)
257 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof (short))
258 #define _SS_PAD2SIZE (_SS_MAXSIZE - (sizeof (short) + _SS_PAD1SIZE + _SS_ALIGNSIZE))
    [all...]

Completed in 35 milliseconds