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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
socketmodule.h 87 # define SIZEOF_SOCKET_T 8
89 # define SIZEOF_SOCKET_T 4
93 # define SIZEOF_SOCKET_T SIZEOF_INT
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.h 87 # define SIZEOF_SOCKET_T 8
89 # define SIZEOF_SOCKET_T 4
93 # define SIZEOF_SOCKET_T SIZEOF_INT
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.h 87 # define SIZEOF_SOCKET_T 8
89 # define SIZEOF_SOCKET_T 4
93 # define SIZEOF_SOCKET_T SIZEOF_INT
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
socketmodule.h 87 # define SIZEOF_SOCKET_T 8
89 # define SIZEOF_SOCKET_T 4
93 # define SIZEOF_SOCKET_T SIZEOF_INT
socketmodule.c     [all...]
  /external/python/cpython3/Modules/
socketmodule.h 116 # define SIZEOF_SOCKET_T 8
118 # define SIZEOF_SOCKET_T 4
122 # define SIZEOF_SOCKET_T SIZEOF_INT
125 #if SIZEOF_SOCKET_T <= SIZEOF_LONG
socketmodule.c     [all...]
  /external/selinux/libselinux/src/
audit2why.c 2 #ifndef SIZEOF_SOCKET_T
3 #define SIZEOF_SOCKET_T SIZEOF_INT

Completed in 277 milliseconds