Home
last modified time | relevance | path

Searched defs:mview (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Objects/
Dmemoryobject.c58 PyMemoryViewObject *mview; in PyMemoryView_FromBuffer() local
75 PyMemoryViewObject *mview; in PyMemoryView_FromObject() local
/external/python/cpython3/Modules/
D_testbuffer.c398 PyObject *format = NULL, *mview = NULL, *zero = NULL; in pack_single() local
574 PyObject *x, *unpack_from, *mview; in unpack_single() local
610 unpack_rec(PyObject *unpack_from, char *ptr, PyObject *mview, char *item, in unpack_rec()
661 PyObject *lst = NULL, *mview = NULL; in ndarray_as_list() local
825 PyObject *mview; in init_simple() local
/external/python/cpython3/Python/
Dmarshal.c664 PyObject *res, *mview; in r_string() local
/external/python/cpython3/Objects/
Dmemoryobject.c1914 PyObject *mview; /* cached memoryview */ member