Home
last modified time | relevance | path

Searched refs:SIZEOF_UINTPTR_T (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/
H A Dpymacconfig.h19 # undef SIZEOF_UINTPTR_T macro
46 # define SIZEOF_UINTPTR_T 8 macro
59 # define SIZEOF_UINTPTR_T 4 macro
/third_party/python/Modules/
H A Dselectmodule.c1756 #if (SIZEOF_UINTPTR_T != SIZEOF_VOID_P)
1758 #elif (SIZEOF_UINTPTR_T == SIZEOF_LONG_LONG)
1763 #elif (SIZEOF_UINTPTR_T == SIZEOF_LONG)
1768 #elif (SIZEOF_UINTPTR_T == SIZEOF_INT)

Completed in 4 milliseconds