Home
last modified time | relevance | path

Searched refs:SIZEOF_UINTPTR_T (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython2/Include/
Dpymacconfig.h19 # undef SIZEOF_UINTPTR_T
46 # define SIZEOF_UINTPTR_T 8 macro
59 # define SIZEOF_UINTPTR_T 4 macro
/external/python/cpython3/Include/
Dpymacconfig.h19 # undef SIZEOF_UINTPTR_T
46 # define SIZEOF_UINTPTR_T 8 macro
59 # define SIZEOF_UINTPTR_T 4 macro
/external/python/cpython3/android/
Dlauncher_main.cpp37 static_assert(sizeof(uintptr_t) == SIZEOF_UINTPTR_T);
/external/python/cpython2/android_arm/pyconfig/
Dpyconfig.h1043 #define SIZEOF_UINTPTR_T 4 macro
/external/python/cpython2/android_x86/pyconfig/
Dpyconfig.h1043 #define SIZEOF_UINTPTR_T 4 macro
/external/python/cpython2/android_arm64/pyconfig/
Dpyconfig.h1043 #define SIZEOF_UINTPTR_T 8 macro
/external/python/cpython2/android_x86_64/pyconfig/
Dpyconfig.h1043 #define SIZEOF_UINTPTR_T 8 macro
/external/python/cpython2/Modules/
Dselectmodule.c1222 #if (SIZEOF_UINTPTR_T != SIZEOF_VOID_P)
1224 #elif defined(HAVE_LONG_LONG) && (SIZEOF_UINTPTR_T == SIZEOF_LONG_LONG)
1229 #elif (SIZEOF_UINTPTR_T == SIZEOF_LONG)
1234 #elif (SIZEOF_UINTPTR_T == SIZEOF_INT)
1356 #if defined(HAVE_LONG_LONG) && (SIZEOF_UINTPTR_T == SIZEOF_LONG_LONG) in kqueue_event_init()
/external/python/cpython2/darwin_x86_64/pyconfig/
Dpyconfig.h1049 #define SIZEOF_UINTPTR_T 8 macro
/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h1051 #define SIZEOF_UINTPTR_T 8 macro
/external/python/cpython3/android/darwin_x86_64/pyconfig/
Dpyconfig.h1473 #define SIZEOF_UINTPTR_T 8 macro
/external/python/cpython3/android/bionic/pyconfig/
Dpyconfig.h1479 #define SIZEOF_UINTPTR_T SIZEOF_LONG macro
/external/python/cpython3/android/linux_x86_64/pyconfig/
Dpyconfig.h1473 #define SIZEOF_UINTPTR_T 8 macro
/external/python/cpython2/RISCOS/
Dpyconfig.h278 #undef SIZEOF_UINTPTR_T
/external/python/cpython3/Modules/
Dselectmodule.c1769 #if (SIZEOF_UINTPTR_T != SIZEOF_VOID_P)
1771 #elif (SIZEOF_UINTPTR_T == SIZEOF_LONG_LONG)
1776 #elif (SIZEOF_UINTPTR_T == SIZEOF_LONG)
1781 #elif (SIZEOF_UINTPTR_T == SIZEOF_INT)
/external/python/cpython2/
Dpyconfig.h.in1074 #undef SIZEOF_UINTPTR_T
/external/python/cpython3/
Dpyconfig.h.in1472 #undef SIZEOF_UINTPTR_T