Searched refs:memory_tobytes (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | memoryobject.c | 406 memory_tobytes(PyMemoryViewObject *self, PyObject *noargs) in memory_tobytes() function 458 {"tobytes", (PyCFunction)memory_tobytes, METH_NOARGS, NULL},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | memoryobject.c | 406 memory_tobytes(PyMemoryViewObject *self, PyObject *noargs) in memory_tobytes() function 458 {"tobytes", (PyCFunction)memory_tobytes, METH_NOARGS, NULL},
|