Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dstructseq.c19 #define VISIBLE_SIZE_TP(tp) PyLong_AsSsize_t( \ macro
42 Py_SIZE(obj) = VISIBLE_SIZE_TP(type); in PyStructSequence_New()
110 min_len = VISIBLE_SIZE_TP(type); in structseq_new_impl()
/external/python/cpython2/Objects/
Dstructseq.c17 #define VISIBLE_SIZE_TP(tp) PyInt_AsLong( \ macro
37 Py_SIZE(obj) = VISIBLE_SIZE_TP(type); in PyStructSequence_New()
171 min_len = VISIBLE_SIZE_TP(type); in structseq_new()