Home
last modified time | relevance | path

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

/third_party/python/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
/third_party/python/Python/
Dmarshal.c668 PyObject *res, *mview; in r_string() local
/third_party/python/Objects/
Dmemoryobject.c1923 PyObject *mview; /* cached memoryview */ member