Home
last modified time | relevance | path

Searched defs:buffertype (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Objects/
Dmemoryobject.c240 PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char fort) in PyMemoryView_GetContiguous()
/external/python/cpython3/Modules/
D_testbuffer.c2394 PyObject *buffertype; in get_contiguous() local
/external/python/cpython3/Objects/
Dmemoryobject.c926 PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char order) in PyMemoryView_GetContiguous()