Home
last modified time | relevance | path

Searched refs:_Py_DumpHexadecimal (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Python/
Dtraceback.c647 _Py_DumpHexadecimal(int fd, unsigned long value, Py_ssize_t width) in _Py_DumpHexadecimal() function
723 _Py_DumpHexadecimal(fd, ch, 2); in _Py_DumpASCII()
727 _Py_DumpHexadecimal(fd, ch, 4); in _Py_DumpASCII()
731 _Py_DumpHexadecimal(fd, ch, 8); in _Py_DumpASCII()
834 _Py_DumpHexadecimal(fd, in write_thread_id()
/external/python/cpython3/Include/
Dtraceback.h109 PyAPI_FUNC(void) _Py_DumpHexadecimal(
/external/python/cpython3/Modules/
Dfaulthandler.c405 _Py_DumpHexadecimal(fd, code, 8); in faulthandler_exc_handler()