HomeSort by relevance Sort by last modified time
    Searched refs:_SS_ALIGNSIZE (Results 1 - 11 of 11) 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 258 #ifdef _SS_ALIGNSIZE
389 #if defined(__sgi) && _COMPILER_VERSION>700 && defined(_SS_ALIGNSIZE)
391 * _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)

Completed in 1167 milliseconds