Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dstructseq.c26 #define UNNAMED_FIELDS_TP(tp) PyLong_AsSsize_t( \ macro
28 #define UNNAMED_FIELDS(op) UNNAMED_FIELDS_TP(Py_TYPE(op))
112 n_unnamed_fields = UNNAMED_FIELDS_TP(type); in structseq_new_impl()
/external/python/cpython2/Objects/
Dstructseq.c24 #define UNNAMED_FIELDS_TP(tp) PyInt_AsLong( \ macro
26 #define UNNAMED_FIELDS(op) UNNAMED_FIELDS_TP(Py_TYPE(op))
173 n_unnamed_fields = UNNAMED_FIELDS_TP(type); in structseq_new()