Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstructseq.c72 structseq_slice(PyStructSequence *obj, Py_ssize_t low, Py_ssize_t high) in structseq_slice() function
229 return structseq_slice(obj, 0, VISIBLE_SIZE(obj)); in make_tuple()
417 (ssizessizeargfunc)structseq_slice, /* sq_slice */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstructseq.c72 structseq_slice(PyStructSequence *obj, Py_ssize_t low, Py_ssize_t high) in structseq_slice() function
230 return structseq_slice(obj, 0, VISIBLE_SIZE(obj)); in make_tuple()
418 (ssizessizeargfunc)structseq_slice, /* sq_slice */