Home
last modified time | relevance | path

Searched refs:SIZEOF_VOID_P (Results 1 - 21 of 21) sorted by relevance

/third_party/python/Include/cpython/
H A Dobjimpl.h17 #if ((SIZEOF_VOID_P - 1) & SIZEOF_VOID_P) != 0
18 # error "_PyObject_VAR_SIZE requires SIZEOF_VOID_P be a power of 2"
24 SIZEOF_VOID_P)
/third_party/python/Include/
H A Dpymacconfig.h17 # undef SIZEOF_VOID_P macro
45 # define SIZEOF_VOID_P 8 macro
58 # define SIZEOF_VOID_P 4 macro
H A Dlongobject.h50 #if SIZEOF_VOID_P == SIZEOF_INT
53 #elif SIZEOF_VOID_P == SIZEOF_LONG
56 #elif defined(SIZEOF_LONG_LONG) && SIZEOF_VOID_P == SIZEOF_LONG_LONG
61 #endif /* SIZEOF_VOID_P */
H A Dpyhash.h24 #if SIZEOF_VOID_P >= 8
H A Dpyport.h133 #elif SIZEOF_VOID_P == SIZEOF_SIZE_T
/third_party/python/Include/internal/
H A Dpycore_pymem.h48 #if SIZEOF_VOID_P == 8 in _PyMem_IsPtrFreed()
53 #elif SIZEOF_VOID_P == 4 in _PyMem_IsPtrFreed()
H A Dpycore_atomic_funcs.h44 #if SIZEOF_VOID_P == 8 in _Py_atomic_size_get()
64 #if SIZEOF_VOID_P == 8 in _Py_atomic_size_set()
H A Dpycore_code.h418 #if SIZEOF_VOID_P == 8 in write_obj()
420 #elif SIZEOF_VOID_P == 4 in write_obj()
423 #error "SIZEOF_VOID_P must be 4 or 8" in write_obj()
431 #if SIZEOF_VOID_P == 8 in read_obj()
433 #elif SIZEOF_VOID_P == 4 in read_obj()
436 #error "SIZEOF_VOID_P must be 4 or 8" in read_obj()
H A Dpycore_dict.h120 Dynamically sized, SIZEOF_VOID_P is minimum. */
142 #if SIZEOF_VOID_P > 4
/third_party/python/Modules/_multiprocessing/
H A Dmultiprocessing.h54 #if SIZEOF_VOID_P == SIZEOF_LONG
57 #elif SIZEOF_VOID_P == SIZEOF_LONG_LONG
/third_party/python/PC/
H A Dpyconfig.h293 # define SIZEOF_VOID_P 8 macro
309 # define SIZEOF_VOID_P 4 macro
/third_party/python/Modules/_sre/
H A Dsre.h24 # define SRE_MAXGROUPS ((SRE_CODE)PY_SSIZE_T_MAX / SIZEOF_VOID_P / 2)
/third_party/python/Modules/_ctypes/
H A Dcfield.c1296 #if SIZEOF_VOID_P == SIZEOF_LONG_LONG in z_set()
1334 #if SIZEOF_VOID_P == SIZEOF_LONG_LONG in Z_set()
1451 #if SIZEOF_VOID_P <= SIZEOF_LONG in P_set()
1454 #if SIZEOF_LONG_LONG < SIZEOF_VOID_P in P_set()
/third_party/python/Objects/
H A Dobmalloc.c878 #if SIZEOF_VOID_P > 4
935 #if SIZEOF_VOID_P > 4
1331 #if SIZEOF_VOID_P == 8
1350 #elif SIZEOF_VOID_P == 4
1360 #endif /* SIZEOF_VOID_P */
H A Dlongobject.c1063 #if SIZEOF_VOID_P <= SIZEOF_LONG in PyLong_FromVoidPtr()
1067 #if SIZEOF_LONG_LONG < SIZEOF_VOID_P in PyLong_FromVoidPtr()
1071 #endif /* SIZEOF_VOID_P <= SIZEOF_LONG */ in PyLong_FromVoidPtr()
1080 #if SIZEOF_VOID_P <= SIZEOF_LONG in PyLong_AsVoidPtr()
1089 #if SIZEOF_LONG_LONG < SIZEOF_VOID_P in PyLong_AsVoidPtr()
1099 #endif /* SIZEOF_VOID_P <= SIZEOF_LONG */ in PyLong_AsVoidPtr()
H A Ddictobject.c343 #if SIZEOF_VOID_P > 4 in dictkeys_get_index()
376 #if SIZEOF_VOID_P > 4 in dictkeys_set_index()
610 #if SIZEOF_VOID_P > 4 in new_keys_object()
H A Dobject.c1083 _PyObject_ASSERT(obj, dictoffset % SIZEOF_VOID_P == 0); in _PyObject_DictPointer()
H A Dunicodeobject.c5045 #if SIZEOF_SIZE_T <= SIZEOF_VOID_P in ascii_decode()
/third_party/python/Python/
H A Dpyhash.c143 y = (y >> 4) | (y << (8 * SIZEOF_VOID_P - 4)); in _Py_HashPointerRaw()
/third_party/python/Modules/
H A Dselectmodule.c1756 #if (SIZEOF_UINTPTR_T != SIZEOF_VOID_P)
H A D_testcapimodule.c88 CHECK_SIZEOF(SIZEOF_VOID_P, void*); in test_config()

Completed in 63 milliseconds