Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstructseq.c26 #define UNNAMED_FIELDS(op) UNNAMED_FIELDS_TP(Py_TYPE(op)) macro
381 n_unnamed_fields = UNNAMED_FIELDS(self); in structseq_reduce()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstructseq.c26 #define UNNAMED_FIELDS(op) UNNAMED_FIELDS_TP(Py_TYPE(op)) macro
382 n_unnamed_fields = UNNAMED_FIELDS(self); in structseq_reduce()