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

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

Completed in 56 milliseconds