HomeSort by relevance Sort by last modified time
    Searched refs:SIZEOF_PID_T (Results 1 - 25 of 28) sorted by null

1 2

  /external/python/cpython3/Include/
longobject.h 39 #if !defined(SIZEOF_PID_T) || SIZEOF_PID_T == SIZEOF_INT
43 #elif SIZEOF_PID_T == SIZEOF_LONG
47 #elif defined(SIZEOF_LONG_LONG) && SIZEOF_PID_T == SIZEOF_LONG_LONG
53 #endif /* SIZEOF_PID_T */
  /external/python/cpython2/android_arm/pyconfig/
pyconfig.h 1022 #define SIZEOF_PID_T 4
    [all...]
  /external/python/cpython2/android_arm64/pyconfig/
pyconfig.h 1022 #define SIZEOF_PID_T 4
    [all...]
  /external/python/cpython2/android_x86/pyconfig/
pyconfig.h 1022 #define SIZEOF_PID_T 4
    [all...]
  /external/python/cpython2/android_x86_64/pyconfig/
pyconfig.h 1022 #define SIZEOF_PID_T 4
    [all...]
  /external/python/cpython2/darwin_x86_64/pyconfig/
pyconfig.h 1031 #define SIZEOF_PID_T 4
    [all...]
  /external/python/cpython2/linux_x86_64/pyconfig/
pyconfig.h 1033 #define SIZEOF_PID_T 4
    [all...]
  /external/python/cpython3/PC/
pyconfig.h 650 #define SIZEOF_PID_T SIZEOF_INT
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyconfig.h 1025 #define SIZEOF_PID_T 4
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyconfig.h 1025 #define SIZEOF_PID_T 4
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyconfig.h 1025 #define SIZEOF_PID_T 4
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyconfig.h 1025 #define SIZEOF_PID_T 4
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ia32/
pyconfig.h 1019 #define SIZEOF_PID_T 4
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ipf/
pyconfig.h 1019 #define SIZEOF_PID_T 4
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 206 #if SIZEOF_PID_T > SIZEOF_LONG
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Ia32/
pyconfig.h 1058 #define SIZEOF_PID_T 4
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 206 #if SIZEOF_PID_T > SIZEOF_LONG
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 221 #if SIZEOF_PID_T > SIZEOF_LONG
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/X64/
pyconfig.h 1061 #define SIZEOF_PID_T 4
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 206 #if SIZEOF_PID_T > SIZEOF_LONG
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/X64/
pyconfig.h 1063 #define SIZEOF_PID_T 4
    [all...]
  /external/python/cpython2/Include/
pyport.h 206 #if SIZEOF_PID_T > SIZEOF_LONG
  /external/python/cpython2/
pyconfig.h.in 1029 #undef SIZEOF_PID_T
    [all...]
  /external/python/cpython3/
pyconfig.h.in     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 122 #if !defined(SIZEOF_PID_T) || SIZEOF_PID_T == SIZEOF_INT
126 #elif SIZEOF_PID_T == SIZEOF_LONG
130 #elif defined(SIZEOF_LONG_LONG) && SIZEOF_PID_T == SIZEOF_LONG_LONG
136 #endif /* SIZEOF_PID_T */
    [all...]

Completed in 404 milliseconds

1 2