Home
last modified time | relevance | path

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

12

/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
106 #elif SIZEOF_VOID_P == SIZEOF_SIZE_T
/third_party/python/Include/cpython/
Dobjimpl.h21 #if ((SIZEOF_VOID_P - 1) & SIZEOF_VOID_P) != 0
28 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()
/third_party/python/Modules/_multiprocessing/
Dmultiprocessing.h52 #if SIZEOF_VOID_P == SIZEOF_LONG
55 #elif SIZEOF_VOID_P == SIZEOF_LONG_LONG
/third_party/gstreamer/gstplugins_good/
Dconfig.h482 #define SIZEOF_VOID_P 8 macro
484 #define SIZEOF_VOID_P 4 macro
/third_party/gstreamer/gstplugins_base/
Dconfig.h462 #define SIZEOF_VOID_P 8 macro
464 #define SIZEOF_VOID_P 4 macro
/third_party/gstreamer/gstreamer/
Dconfig.h514 #define SIZEOF_VOID_P 8 macro
516 #define SIZEOF_VOID_P 4 macro
/third_party/glib/
Dconfig.h389 #define SIZEOF_VOID_P 8 macro
395 #define SIZEOF_VOID_P 4 macro
Dmeson.build1349 glib_conf.set('SIZEOF_VOID_P', voidp_size)
/third_party/python/PC/
Dpyconfig.h286 # define SIZEOF_VOID_P 8 macro
301 # define SIZEOF_VOID_P 4 macro
/third_party/python/Modules/_ctypes/
Dcfield.c1326 #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/
Dpyhash.c137 y = (y >> 4) | (y << (8 * SIZEOF_VOID_P - 4)); in _Py_HashPointerRaw()
/third_party/pyyaml/yaml/
D_yaml.pxd18 SIZEOF_VOID_P
/third_party/python/Modules/_sha3/
Dsha3module.c43 #elif SIZEOF_VOID_P == 8
/third_party/python/Objects/
Dobject.c1047 _PyObject_ASSERT(obj, dictoffset % SIZEOF_VOID_P == 0); in _PyObject_GetDictPtr()
1224 _PyObject_ASSERT(obj, dictoffset % SIZEOF_VOID_P == 0); in _PyObject_GenericGetAttrWithDict()
Ddictobject.c296 #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()
Dlongobject.c1098 #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()
Dobmalloc.c846 #if SIZEOF_VOID_P > 4
/third_party/glib/glib/
Dghash.c249 #define BIG_ENTRY_SIZE (SIZEOF_VOID_P)
/third_party/glib/glib/tests/
Dhash.c1393 #define BIG_ENTRY_SIZE (SIZEOF_VOID_P)
/third_party/python/Modules/
Dselectmodule.c1769 #if (SIZEOF_UINTPTR_T != SIZEOF_VOID_P)
/third_party/python/
Dpyconfig.h.in1475 #undef SIZEOF_VOID_P

12