Home
last modified time | relevance | path

Searched refs:SIZEOF_PID_T (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h206 #if SIZEOF_PID_T > SIZEOF_LONG
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyport.h206 #if SIZEOF_PID_T > SIZEOF_LONG
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/X64/
Dpyconfig.h1063 #define SIZEOF_PID_T 4 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ia32/
Dpyconfig.h1019 #define SIZEOF_PID_T 4 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ipf/
Dpyconfig.h1019 #define SIZEOF_PID_T 4 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dpyport.h221 #if SIZEOF_PID_T > SIZEOF_LONG
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Ia32/
Dpyconfig.h1058 #define SIZEOF_PID_T 4 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/X64/
Dpyconfig.h1061 #define SIZEOF_PID_T 4 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyport.h206 #if SIZEOF_PID_T > SIZEOF_LONG
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c122 #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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c121 #if !defined(SIZEOF_PID_T) || SIZEOF_PID_T == SIZEOF_INT
125 #elif SIZEOF_PID_T == SIZEOF_LONG
129 #elif defined(SIZEOF_LONG_LONG) && SIZEOF_PID_T == SIZEOF_LONG_LONG
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c315 #if !defined(SIZEOF_PID_T) || SIZEOF_PID_T == SIZEOF_INT
319 #elif SIZEOF_PID_T == SIZEOF_LONG
323 #elif defined(SIZEOF_LONG_LONG) && SIZEOF_PID_T == SIZEOF_LONG_LONG