/third_party/python/Include/ |
D | pymacconfig.h | 17 # undef SIZEOF_VOID_P 45 # define SIZEOF_VOID_P 8 macro 58 # define SIZEOF_VOID_P 4 macro
|
D | longobject.h | 55 #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
|
D | pyhash.h | 24 #if SIZEOF_VOID_P >= 8
|
D | pyport.h | 85 #if SIZEOF_VOID_P >= 8 106 #elif SIZEOF_VOID_P == SIZEOF_SIZE_T
|
/third_party/python/Include/cpython/ |
D | objimpl.h | 21 #if ((SIZEOF_VOID_P - 1) & SIZEOF_VOID_P) != 0 28 SIZEOF_VOID_P)
|
/third_party/python/Include/internal/ |
D | pycore_pymem.h | 48 #if SIZEOF_VOID_P == 8 in _PyMem_IsPtrFreed() 53 #elif SIZEOF_VOID_P == 4 in _PyMem_IsPtrFreed()
|
/third_party/python/Modules/_multiprocessing/ |
D | multiprocessing.h | 52 #if SIZEOF_VOID_P == SIZEOF_LONG 55 #elif SIZEOF_VOID_P == SIZEOF_LONG_LONG
|
/third_party/gstreamer/gstplugins_good/ |
D | config.h | 482 #define SIZEOF_VOID_P 8 macro 484 #define SIZEOF_VOID_P 4 macro
|
/third_party/gstreamer/gstplugins_base/ |
D | config.h | 462 #define SIZEOF_VOID_P 8 macro 464 #define SIZEOF_VOID_P 4 macro
|
/third_party/gstreamer/gstreamer/ |
D | config.h | 514 #define SIZEOF_VOID_P 8 macro 516 #define SIZEOF_VOID_P 4 macro
|
/third_party/glib/ |
D | config.h | 389 #define SIZEOF_VOID_P 8 macro 395 #define SIZEOF_VOID_P 4 macro
|
D | meson.build | 1349 glib_conf.set('SIZEOF_VOID_P', voidp_size)
|
/third_party/python/PC/ |
D | pyconfig.h | 286 # define SIZEOF_VOID_P 8 macro 301 # define SIZEOF_VOID_P 4 macro
|
/third_party/python/Modules/_ctypes/ |
D | cfield.c | 1326 #if SIZEOF_VOID_P == SIZEOF_LONG_LONG in z_set() 1364 #if SIZEOF_VOID_P == SIZEOF_LONG_LONG in Z_set() 1481 #if SIZEOF_VOID_P <= SIZEOF_LONG in P_set() 1484 #if SIZEOF_LONG_LONG < SIZEOF_VOID_P in P_set()
|
/third_party/python/Python/ |
D | pyhash.c | 137 y = (y >> 4) | (y << (8 * SIZEOF_VOID_P - 4)); in _Py_HashPointerRaw()
|
/third_party/pyyaml/yaml/ |
D | _yaml.pxd | 18 SIZEOF_VOID_P
|
/third_party/python/Modules/_sha3/ |
D | sha3module.c | 43 #elif SIZEOF_VOID_P == 8
|
/third_party/python/Objects/ |
D | object.c | 1047 _PyObject_ASSERT(obj, dictoffset % SIZEOF_VOID_P == 0); in _PyObject_GetDictPtr() 1224 _PyObject_ASSERT(obj, dictoffset % SIZEOF_VOID_P == 0); in _PyObject_GenericGetAttrWithDict()
|
D | dictobject.c | 296 #if SIZEOF_VOID_P > 4 352 #if SIZEOF_VOID_P > 4 in dictkeys_get_index() 384 #if SIZEOF_VOID_P > 4 in dictkeys_set_index() 554 #if SIZEOF_VOID_P > 4 in new_keys_object()
|
D | longobject.c | 1098 #if SIZEOF_VOID_P <= SIZEOF_LONG in PyLong_FromVoidPtr() 1102 #if SIZEOF_LONG_LONG < SIZEOF_VOID_P in PyLong_FromVoidPtr() 1115 #if SIZEOF_VOID_P <= SIZEOF_LONG in PyLong_AsVoidPtr() 1124 #if SIZEOF_LONG_LONG < SIZEOF_VOID_P in PyLong_AsVoidPtr()
|
D | obmalloc.c | 846 #if SIZEOF_VOID_P > 4
|
/third_party/glib/glib/ |
D | ghash.c | 249 #define BIG_ENTRY_SIZE (SIZEOF_VOID_P)
|
/third_party/glib/glib/tests/ |
D | hash.c | 1393 #define BIG_ENTRY_SIZE (SIZEOF_VOID_P)
|
/third_party/python/Modules/ |
D | selectmodule.c | 1769 #if (SIZEOF_UINTPTR_T != SIZEOF_VOID_P)
|
/third_party/python/ |
D | pyconfig.h.in | 1475 #undef SIZEOF_VOID_P
|