Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_traceback.h85 PyAPI_FUNC(void) _Py_DumpHexadecimal(
/external/python/cpython3/Python/
Dtraceback.c657 _Py_DumpHexadecimal(int fd, unsigned long value, Py_ssize_t width) in _Py_DumpHexadecimal() function
733 _Py_DumpHexadecimal(fd, ch, 2); in _Py_DumpASCII()
737 _Py_DumpHexadecimal(fd, ch, 4); in _Py_DumpASCII()
741 _Py_DumpHexadecimal(fd, ch, 8); in _Py_DumpASCII()
854 _Py_DumpHexadecimal(fd, in write_thread_id()
/external/python/cpython3/Modules/
Dfaulthandler.c408 _Py_DumpHexadecimal(fd, code, 8); in faulthandler_exc_handler()