/external/python/cpython2/Include/ |
D | pyport.h | 233 #ifndef PY_FORMAT_SIZE_T 235 # define PY_FORMAT_SIZE_T "" macro 237 # define PY_FORMAT_SIZE_T "l" macro 239 # define PY_FORMAT_SIZE_T "I" macro
|
D | pymacconfig.h | 97 #undef PY_FORMAT_SIZE_T
|
/external/python/cpython2/Objects/ |
D | object.c | 95 fprintf(f, "%s alloc'd: %" PY_FORMAT_SIZE_T "d, " in dump_counts() 96 "freed: %" PY_FORMAT_SIZE_T "d, " in dump_counts() 97 "max in use: %" PY_FORMAT_SIZE_T "d\n", in dump_counts() 100 fprintf(f, "fast tuple allocs: %" PY_FORMAT_SIZE_T "d, " in dump_counts() 101 "empty: %" PY_FORMAT_SIZE_T "d\n", in dump_counts() 103 fprintf(f, "fast int allocs: pos: %" PY_FORMAT_SIZE_T "d, " in dump_counts() 104 "neg: %" PY_FORMAT_SIZE_T "d\n", in dump_counts() 106 fprintf(f, "null strings: %" PY_FORMAT_SIZE_T "d, " in dump_counts() 107 "1-strings: %" PY_FORMAT_SIZE_T "d\n", in dump_counts() 198 "%" PY_FORMAT_SIZE_T "d", in _Py_NegativeRefcount() [all …]
|
D | obmalloc.c | 1669 fprintf(stderr, " %" PY_FORMAT_SIZE_T "u bytes originally " in _PyObject_DebugDumpAddress() 1725 fprintf(stderr, " The block was made by call #%" PY_FORMAT_SIZE_T in _PyObject_DebugDumpAddress() 1891 "%11" PY_FORMAT_SIZE_T "u " in _PyObject_DebugMallocStats() 1892 "%15" PY_FORMAT_SIZE_T "u " in _PyObject_DebugMallocStats() 1893 "%13" PY_FORMAT_SIZE_T "u\n", in _PyObject_DebugMallocStats() 1909 "%" PY_FORMAT_SIZE_T "u arenas * %d bytes/arena", in _PyObject_DebugMallocStats()
|
D | tupleobject.c | 38 fprintf(stderr, "Tuples created: %" PY_FORMAT_SIZE_T "d\n", in show_track() 40 fprintf(stderr, "Tuples tracked by the GC: %" PY_FORMAT_SIZE_T in show_track()
|
D | dictobject.c | 174 fprintf(stderr, "Dict allocations: %" PY_FORMAT_SIZE_T "d\n", in show_alloc() 176 fprintf(stderr, "Dict reuse through freelist: %" PY_FORMAT_SIZE_T in show_alloc() 191 fprintf(stderr, "Dicts created: %" PY_FORMAT_SIZE_T "d\n", in show_track() 193 fprintf(stderr, "Dicts tracked by the GC: %" PY_FORMAT_SIZE_T in show_track()
|
D | stringobject.c | 330 sprintf(s, "%" PY_FORMAT_SIZE_T "d", in PyString_FromFormatV() 346 sprintf(s, "%" PY_FORMAT_SIZE_T "u", in PyString_FromFormatV() 4831 fprintf(stderr, "releasing %" PY_FORMAT_SIZE_T "d interned strings\n", in _Py_ReleaseInternedStrings() 4853 "%" PY_FORMAT_SIZE_T "d/%" PY_FORMAT_SIZE_T "d " in _Py_ReleaseInternedStrings()
|
D | listobject.c | 84 fprintf(stderr, "List allocations: %" PY_FORMAT_SIZE_T "d\n", in show_alloc() 86 fprintf(stderr, "List reuse through freelist: %" PY_FORMAT_SIZE_T in show_alloc()
|
D | bytesobject.c | 275 sprintf(buffer, "%" PY_FORMAT_SIZE_T "d", in PyBytes_FromFormatV() 288 sprintf(buffer, "%" PY_FORMAT_SIZE_T "u", in PyBytes_FromFormatV()
|
/external/python/cpython2/Modules/ |
D | _sre.c | 275 TRACE(("allocate/grow stack %" PY_FORMAT_SIZE_T "d\n", cursize)); in data_stack_grow() 595 TRACE(("|%p|%p|COUNT %" PY_FORMAT_SIZE_T "d\n", pattern, ptr, in SRE_COUNT() 600 TRACE(("|%p|%p|COUNT %" PY_FORMAT_SIZE_T "d\n", pattern, ptr, in SRE_COUNT() 688 TRACE(("allocating %s in %" PY_FORMAT_SIZE_T "d " \ 689 "(%" PY_FORMAT_SIZE_T "d)\n", \ 703 TRACE(("looking up %s at %" PY_FORMAT_SIZE_T "d\n", SFY(type), pos)); \ 709 TRACE(("copy data in %p to %" PY_FORMAT_SIZE_T "d " \ 710 "(%" PY_FORMAT_SIZE_T "d)\n", \ 724 TRACE(("copy data to %p from %" PY_FORMAT_SIZE_T "d " \ 725 "(%" PY_FORMAT_SIZE_T "d)\n", \ [all …]
|
D | gcmodule.c | 892 PySys_WriteStderr(" %" PY_FORMAT_SIZE_T "d", in collect() 999 "%" PY_FORMAT_SIZE_T "d unreachable, " in collect() 1000 "%" PY_FORMAT_SIZE_T "d uncollectable", in collect()
|
/external/python/cpython3/Include/ |
D | pymacconfig.h | 97 #undef PY_FORMAT_SIZE_T
|
D | pyport.h | 163 #ifndef PY_FORMAT_SIZE_T 164 # define PY_FORMAT_SIZE_T "z" macro
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | pipe_connection.c | 28 …PyErr_Format(PyExc_ValueError, "Cannnot send %" PY_FORMAT_SIZE_T "d bytes over connection", length… in conn_send_string()
|
/external/python/cpython2/linux_x86_64/pyconfig/ |
D | pyconfig.h | 985 #define PY_FORMAT_SIZE_T "z" macro
|
/external/python/cpython2/linux_arm64/pyconfig/ |
D | pyconfig.h | 1006 #define PY_FORMAT_SIZE_T "z" macro
|
/external/python/cpython2/darwin_x86_64/pyconfig/ |
D | pyconfig.h | 980 #define PY_FORMAT_SIZE_T "z" macro
|
/external/python/cpython3/android/darwin/pyconfig/ |
D | pyconfig.h | 1435 #define PY_FORMAT_SIZE_T "z" macro
|
/external/python/cpython3/android/bionic/pyconfig/ |
D | pyconfig.h | 1429 #define PY_FORMAT_SIZE_T "z" macro
|
/external/python/cpython3/android/linux_arm64/pyconfig/ |
D | pyconfig.h | 1427 #define PY_FORMAT_SIZE_T "z" macro
|
/external/python/cpython3/android/linux_x86_64/pyconfig/ |
D | pyconfig.h | 1429 #define PY_FORMAT_SIZE_T "z" macro
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6rc1.rst | 16 In a few places, PY_FORMAT_SIZE_T was incorrectly used with 18 PY_FORMAT_SIZE_T is designed to select the correct format for the OS
|
/external/python/cpython3/Doc/c-api/ |
D | bytes.rst | 63 .. % when necessary via interpolating PY_FORMAT_SIZE_T.
|
/external/python/cpython2/Doc/c-api/ |
D | string.rst | 80 .. % when necessary via interpolating PY_FORMAT_SIZE_T.
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 110 fprintf(stderr, "[%" PY_FORMAT_SIZE_T "d refs]\n", total); in _PyDebug_PrintTotalRefs()
|