Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtypeobject.c6173 slotptr(PyTypeObject *type, int ioffset) function
6235 ptr = slotptr(type, (*pp)->offset);
6259 void **ptr = slotptr(type, offset);
6513 ptr = slotptr(type, p->offset);