Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_struct.c.h285 unpack_from(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in unpack_from() function
/third_party/python/Modules/
D_testbuffer.c574 PyObject *x, *unpack_from, *mview; in unpack_single() local
610 unpack_rec(PyObject *unpack_from, char *ptr, PyObject *mview, char *item, in unpack_rec()
660 PyObject *structobj = NULL, *unpack_from = NULL; in ndarray_as_list() local
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py46 def unpack_from(fmt, buf, offset=0): function
/third_party/python/Objects/
Dmemoryobject.c1922 PyObject *unpack_from; /* Struct.unpack_from(format) */ member