Home
last modified time | relevance | path

Searched refs:SIZEOF_VOID_P (Results 1 – 23 of 23) sorted by relevance

/third_party/python/Include/
Dpymacconfig.h17 # undef SIZEOF_VOID_P
45 # define SIZEOF_VOID_P 8 macro
58 # define SIZEOF_VOID_P 4 macro
Dlongobject.h55 #if SIZEOF_VOID_P == SIZEOF_INT
58 #elif SIZEOF_VOID_P == SIZEOF_LONG
61 #elif defined(SIZEOF_LONG_LONG) && SIZEOF_VOID_P == SIZEOF_LONG_LONG
Dpyhash.h24 #if SIZEOF_VOID_P >= 8
Dpyport.h85 #if SIZEOF_VOID_P >= 8
108 #elif SIZEOF_VOID_P == SIZEOF_SIZE_T
/third_party/python/Include/cpython/
Dobjimpl.h17 #if ((SIZEOF_VOID_P - 1) & SIZEOF_VOID_P) != 0
24 SIZEOF_VOID_P)
/third_party/python/Include/internal/
Dpycore_pymem.h48 #if SIZEOF_VOID_P == 8 in _PyMem_IsPtrFreed()
53 #elif SIZEOF_VOID_P == 4 in _PyMem_IsPtrFreed()
Dpycore_atomic_funcs.h44 #if SIZEOF_VOID_P == 8
64 #if SIZEOF_VOID_P == 8
/third_party/python/Modules/_multiprocessing/
Dmultiprocessing.h52 #if SIZEOF_VOID_P == SIZEOF_LONG
55 #elif SIZEOF_VOID_P == SIZEOF_LONG_LONG
/third_party/python/PC/
Dpyconfig.h286 # define SIZEOF_VOID_P 8 macro
302 # define SIZEOF_VOID_P 4 macro
/third_party/python/Modules/_ctypes/
Dcfield.c1295 #if SIZEOF_VOID_P == SIZEOF_LONG_LONG in z_set()
1333 #if SIZEOF_VOID_P == SIZEOF_LONG_LONG in Z_set()
1450 #if SIZEOF_VOID_P <= SIZEOF_LONG in P_set()
1453 #if SIZEOF_LONG_LONG < SIZEOF_VOID_P in P_set()
/third_party/python/Python/
Dpyhash.c143 y = (y >> 4) | (y << (8 * SIZEOF_VOID_P - 4)); in _Py_HashPointerRaw()
/third_party/PyYAML/yaml/
D_yaml.pxd25 SIZEOF_VOID_P
/third_party/python/Objects/
Dobmalloc.c846 #if SIZEOF_VOID_P > 4
904 #if SIZEOF_VOID_P > 4
1291 #if SIZEOF_VOID_P == 8
1305 #elif SIZEOF_VOID_P == 4
Dobject.c1087 _PyObject_ASSERT(obj, dictoffset % SIZEOF_VOID_P == 0); in _PyObject_GetDictPtr()
1266 _PyObject_ASSERT(obj, dictoffset % SIZEOF_VOID_P == 0); in _PyObject_GenericGetAttrWithDict()
Ddictobject.c300 #if SIZEOF_VOID_P > 4
356 #if SIZEOF_VOID_P > 4 in dictkeys_get_index()
388 #if SIZEOF_VOID_P > 4 in dictkeys_set_index()
581 #if SIZEOF_VOID_P > 4 in new_keys_object()
Dlongobject.c979 #if SIZEOF_VOID_P <= SIZEOF_LONG in PyLong_FromVoidPtr()
983 #if SIZEOF_LONG_LONG < SIZEOF_VOID_P in PyLong_FromVoidPtr()
996 #if SIZEOF_VOID_P <= SIZEOF_LONG in PyLong_AsVoidPtr()
1005 #if SIZEOF_LONG_LONG < SIZEOF_VOID_P in PyLong_AsVoidPtr()
Dunicodeobject.c5131 #if SIZEOF_SIZE_T <= SIZEOF_VOID_P in ascii_decode()
/third_party/python/Modules/_sha3/
Dsha3module.c43 #elif SIZEOF_VOID_P == 8
/third_party/python/Modules/
Dselectmodule.c1735 #if (SIZEOF_UINTPTR_T != SIZEOF_VOID_P)
D_testcapimodule.c78 CHECK_SIZEOF(SIZEOF_VOID_P, void*); in test_config()
/third_party/python/
Dpyconfig.h.in1503 #undef SIZEOF_VOID_P
Dconfigure.ac5443 #elif SIZEOF_VOID_P == SIZEOF_LONG
/third_party/glib/patch/
Dbackport-openharmony-adapt.patch398 +#define SIZEOF_VOID_P 8
404 +#define SIZEOF_VOID_P 4