Home
last modified time | relevance | path

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

/third_party/python/Python/
Dtraceback.c656 _Py_DumpHexadecimal(int fd, uintptr_t value, Py_ssize_t width) in _Py_DumpHexadecimal() function
752 _Py_DumpHexadecimal(fd, ch, 2); in _Py_DumpASCII()
756 _Py_DumpHexadecimal(fd, ch, 4); in _Py_DumpASCII()
760 _Py_DumpHexadecimal(fd, ch, 8); in _Py_DumpASCII()
874 _Py_DumpHexadecimal(fd, in write_thread_id()
Dpylifecycle.c2524 _Py_DumpHexadecimal(fd, (uintptr_t)finalizing, sizeof(finalizing) * 2); in fatal_error_dump_runtime()
/third_party/python/Include/internal/
Dpycore_traceback.h81 PyAPI_FUNC(void) _Py_DumpHexadecimal(
/third_party/python/Modules/
Dfaulthandler.c412 _Py_DumpHexadecimal(fd, code, 8); in faulthandler_exc_handler()