Home
last modified time | relevance | path

Searched refs:n_fields (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_structseq.py72 self.assertEqual(len(t), t.n_fields)
73 self.assertEqual(t.n_fields, t.n_sequence_fields+t.n_unnamed_fields)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstructseq.c376 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields; in structseq_reduce() local
379 n_fields = REAL_SIZE(self); in structseq_reduce()
398 for (; i < n_fields; i++) { in structseq_reduce()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstructseq.c377 Py_ssize_t n_fields, n_visible_fields, n_unnamed_fields; in structseq_reduce() local
380 n_fields = REAL_SIZE(self); in structseq_reduce()
399 for (; i < n_fields; i++) { in structseq_reduce()