Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstructseq.c16 #define VISIBLE_SIZE(op) Py_SIZE(op) macro
57 return VISIBLE_SIZE(obj); in structseq_length()
63 if (i < 0 || i >= VISIBLE_SIZE(obj)) { in structseq_item()
79 if (high > VISIBLE_SIZE(obj)) in structseq_slice()
80 high = VISIBLE_SIZE(obj); in structseq_slice()
103 i += VISIBLE_SIZE(self); in structseq_subscript()
105 if (i < 0 || i >= VISIBLE_SIZE(self)) { in structseq_subscript()
118 VISIBLE_SIZE(self), &start, &stop, in structseq_subscript()
229 return structseq_slice(obj, 0, VISIBLE_SIZE(obj)); in make_tuple()
260 for (i=0; i < VISIBLE_SIZE(obj); i++) { in structseq_repr()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstructseq.c16 #define VISIBLE_SIZE(op) Py_SIZE(op) macro
57 return VISIBLE_SIZE(obj); in structseq_length()
63 if (i < 0 || i >= VISIBLE_SIZE(obj)) { in structseq_item()
79 if (high > VISIBLE_SIZE(obj)) in structseq_slice()
80 high = VISIBLE_SIZE(obj); in structseq_slice()
103 i += VISIBLE_SIZE(self); in structseq_subscript()
105 if (i < 0 || i >= VISIBLE_SIZE(self)) { in structseq_subscript()
118 VISIBLE_SIZE(self), &start, &stop, in structseq_subscript()
230 return structseq_slice(obj, 0, VISIBLE_SIZE(obj)); in make_tuple()
261 for (i=0; i < VISIBLE_SIZE(obj); i++) { in structseq_repr()
[all …]