Home
last modified time | relevance | path

Searched refs:sq_length (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dabstract.c71 if (m && m->sq_length) in PyObject_Size()
72 return m->sq_length(o); in PyObject_Size()
1850 if (m && m->sq_length)
1851 return m->sq_length(s);
1982 if (m->sq_length) {
1983 Py_ssize_t l = (*m->sq_length)(s);
2006 if (m->sq_length) {
2007 Py_ssize_t l = (*m->sq_length)(s);
2043 if (m->sq_length) {
2044 Py_ssize_t l = (*m->sq_length)(s);
[all …]
Dobject.c1583 v->ob_type->tp_as_sequence->sq_length != NULL) in PyObject_IsTrue()
1584 res = (*v->ob_type->tp_as_sequence->sq_length)(v); in PyObject_IsTrue()
Dtypeobject.c3852 COPYSEQ(sq_length);
4395 if (sq && sq->sq_length) {
4396 Py_ssize_t n = (*sq->sq_length)(self);
6029 SQSLOT("__len__", sq_length, slot_sq_length, wrap_lenfunc,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dabstract.c71 if (m && m->sq_length) in PyObject_Size()
72 return m->sq_length(o); in PyObject_Size()
1850 if (m && m->sq_length)
1851 return m->sq_length(s);
1982 if (m->sq_length) {
1983 Py_ssize_t l = (*m->sq_length)(s);
2006 if (m->sq_length) {
2007 Py_ssize_t l = (*m->sq_length)(s);
2043 if (m->sq_length) {
2044 Py_ssize_t l = (*m->sq_length)(s);
[all …]
Dobject.c1576 v->ob_type->tp_as_sequence->sq_length != NULL) in PyObject_IsTrue()
1577 res = (*v->ob_type->tp_as_sequence->sq_length)(v); in PyObject_IsTrue()
Dtypeobject.c3817 COPYSEQ(sq_length);
4343 if (sq && sq->sq_length) {
4344 Py_ssize_t n = (*sq->sq_length)(self);
5825 SQSLOT("__len__", sq_length, slot_sq_length, wrap_lenfunc,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h276 lenfunc sq_length; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h276 lenfunc sq_length; member