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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 146 #define _SS_ALIGNSIZE (sizeof(PY_LONG_LONG))
148 #define _SS_ALIGNSIZE (sizeof(double))
150 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2)
152 _SS_PAD1SIZE - _SS_ALIGNSIZE)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 145 #define _SS_ALIGNSIZE (sizeof(PY_LONG_LONG))
147 #define _SS_ALIGNSIZE (sizeof(double))
149 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2)
151 _SS_PAD1SIZE - _SS_ALIGNSIZE)
socketmodule.c 239 #ifdef _SS_ALIGNSIZE
311 #if defined(__sgi) && _COMPILER_VERSION>700 && defined(_SS_ALIGNSIZE)
313 * _SS_ALIGNSIZE is defined in sys/socket.h by 6.5.21,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 155 #define _SS_ALIGNSIZE (sizeof(PY_LONG_LONG))
157 #define _SS_ALIGNSIZE (sizeof(double))
159 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2)
161 _SS_PAD1SIZE - _SS_ALIGNSIZE)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 146 #define _SS_ALIGNSIZE (sizeof(PY_LONG_LONG))
148 #define _SS_ALIGNSIZE (sizeof(double))
150 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2)
152 _SS_PAD1SIZE - _SS_ALIGNSIZE)
socketmodule.c 234 #ifdef _SS_ALIGNSIZE
306 #if defined(__sgi) && _COMPILER_VERSION>700 && defined(_SS_ALIGNSIZE)
308 * _SS_ALIGNSIZE is defined in sys/socket.h by 6.5.21,
    [all...]
  /external/python/cpython2/Modules/
addrinfo.h 145 #define _SS_ALIGNSIZE (sizeof(PY_LONG_LONG))
147 #define _SS_ALIGNSIZE (sizeof(double))
149 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2)
151 _SS_PAD1SIZE - _SS_ALIGNSIZE)
socketmodule.c 263 #ifdef _SS_ALIGNSIZE
335 #if defined(__sgi) && _COMPILER_VERSION>700 && defined(_SS_ALIGNSIZE)
337 * _SS_ALIGNSIZE is defined in sys/socket.h by 6.5.21,
    [all...]
  /external/python/cpython3/Modules/
addrinfo.h 144 #define _SS_ALIGNSIZE (sizeof(long long))
145 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - sizeof(u_char) * 2)
147 _SS_PAD1SIZE - _SS_ALIGNSIZE)
socketmodule.c 262 #ifdef _SS_ALIGNSIZE
359 #if defined(__sgi) && _COMPILER_VERSION>700 && defined(_SS_ALIGNSIZE)
361 * _SS_ALIGNSIZE is defined in sys/socket.h by 6.5.21,
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 229 #define _SS_ALIGNSIZE (sizeof(__int64_t))
230 #define _SS_PAD1SIZE (_SS_ALIGNSIZE - 2)
232 _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 74 milliseconds