Searched refs:_Py_DumpHexadecimal (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Python/ |
D | traceback.c | 656 _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()
|
D | pylifecycle.c | 2524 _Py_DumpHexadecimal(fd, (uintptr_t)finalizing, sizeof(finalizing) * 2); in fatal_error_dump_runtime()
|
/third_party/python/Include/internal/ |
D | pycore_traceback.h | 81 PyAPI_FUNC(void) _Py_DumpHexadecimal(
|
/third_party/python/Modules/ |
D | faulthandler.c | 412 _Py_DumpHexadecimal(fd, code, 8); in faulthandler_exc_handler()
|