Home
last modified time | relevance | path

Searched refs:REAL_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Dstructseq.c24 #define REAL_SIZE(op) REAL_SIZE_TP(Py_TYPE(op)) macro
66 size = REAL_SIZE(obj); in structseq_dealloc()
250 n_fields = REAL_SIZE(self); in structseq_reduce()
/external/python/cpython2/Objects/
Dstructseq.c22 #define REAL_SIZE(op) REAL_SIZE_TP(Py_TYPE(op)) macro
47 size = REAL_SIZE(obj); in structseq_dealloc()
380 n_fields = REAL_SIZE(self); in structseq_reduce()