Searched refs:startkey (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | setobject.c | 85 PyObject *startkey; in set_lookkey() local 96 startkey = entry->key; in set_lookkey() 97 Py_INCREF(startkey); in set_lookkey() 98 cmp = PyObject_RichCompareBool(startkey, key, Py_EQ); in set_lookkey() 99 Py_DECREF(startkey); in set_lookkey() 102 if (table == so->table && entry->key == startkey) { in set_lookkey() 129 startkey = entry->key; in set_lookkey() 130 Py_INCREF(startkey); in set_lookkey() 131 cmp = PyObject_RichCompareBool(startkey, key, Py_EQ); in set_lookkey() 132 Py_DECREF(startkey); in set_lookkey() [all …]
|
D | dictobject.c | 329 PyObject *startkey; in lookdict() local 340 startkey = ep->me_key; in lookdict() 341 Py_INCREF(startkey); in lookdict() 342 cmp = PyObject_RichCompareBool(startkey, key, Py_EQ); in lookdict() 343 Py_DECREF(startkey); in lookdict() 346 if (ep0 == mp->ma_table && ep->me_key == startkey) { in lookdict() 372 startkey = ep->me_key; in lookdict() 373 Py_INCREF(startkey); in lookdict() 374 cmp = PyObject_RichCompareBool(startkey, key, Py_EQ); in lookdict() 375 Py_DECREF(startkey); in lookdict() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | setobject.c | 85 PyObject *startkey; in set_lookkey() local 96 startkey = entry->key; in set_lookkey() 97 Py_INCREF(startkey); in set_lookkey() 98 cmp = PyObject_RichCompareBool(startkey, key, Py_EQ); in set_lookkey() 99 Py_DECREF(startkey); in set_lookkey() 102 if (table == so->table && entry->key == startkey) { in set_lookkey() 129 startkey = entry->key; in set_lookkey() 130 Py_INCREF(startkey); in set_lookkey() 131 cmp = PyObject_RichCompareBool(startkey, key, Py_EQ); in set_lookkey() 132 Py_DECREF(startkey); in set_lookkey() [all …]
|
D | dictobject.c | 329 PyObject *startkey; in lookdict() local 340 startkey = ep->me_key; in lookdict() 341 Py_INCREF(startkey); in lookdict() 342 cmp = PyObject_RichCompareBool(startkey, key, Py_EQ); in lookdict() 343 Py_DECREF(startkey); in lookdict() 346 if (ep0 == mp->ma_table && ep->me_key == startkey) { in lookdict() 372 startkey = ep->me_key; in lookdict() 373 Py_INCREF(startkey); in lookdict() 374 cmp = PyObject_RichCompareBool(startkey, key, Py_EQ); in lookdict() 375 Py_DECREF(startkey); in lookdict() [all …]
|