Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dlinuxaudiodev.c75 static PyTypeObject Ladtype; variable
136 if ((xp = PyObject_New(lad_t, &Ladtype)) == NULL) { in newladobject()
443 static PyTypeObject Ladtype = { variable