Searched refs:UNNAMED_FIELDS_TP (Results 1 – 2 of 2) sorted by relevance
26 #define UNNAMED_FIELDS_TP(tp) PyLong_AsSsize_t( \ macro28 #define UNNAMED_FIELDS(op) UNNAMED_FIELDS_TP(Py_TYPE(op))112 n_unnamed_fields = UNNAMED_FIELDS_TP(type); in structseq_new_impl()
24 #define UNNAMED_FIELDS_TP(tp) PyInt_AsLong( \ macro26 #define UNNAMED_FIELDS(op) UNNAMED_FIELDS_TP(Py_TYPE(op))173 n_unnamed_fields = UNNAMED_FIELDS_TP(type); in structseq_new()