/external/python/cpython3/Modules/ |
D | sre_lib.h | 326 TRACE(("|%p|%p|COUNT %" PY_FORMAT_SIZE_T "d\n", pattern, ptr, in SRE() 331 TRACE(("|%p|%p|COUNT %" PY_FORMAT_SIZE_T "d\n", pattern, ptr, in SRE() 417 TRACE(("allocating %s in %" PY_FORMAT_SIZE_T "d " \ 418 "(%" PY_FORMAT_SIZE_T "d)\n", \ 432 TRACE(("looking up %s at %" PY_FORMAT_SIZE_T "d\n", Py_STRINGIFY(type), pos)); \ 438 TRACE(("copy data in %p to %" PY_FORMAT_SIZE_T "d " \ 439 "(%" PY_FORMAT_SIZE_T "d)\n", \ 453 TRACE(("copy data to %p from %" PY_FORMAT_SIZE_T "d " \ 454 "(%" PY_FORMAT_SIZE_T "d)\n", \ 463 TRACE(("discard data from %" PY_FORMAT_SIZE_T "d " \ [all …]
|
D | hashtable.c | 242 PY_FORMAT_SIZE_T "u/%" PY_FORMAT_SIZE_T "u (%.0f%%), ", in _Py_hashtable_print_stats() 246 printf("max_chain_len=%" PY_FORMAT_SIZE_T "u, %" PY_FORMAT_SIZE_T "u KiB\n", in _Py_hashtable_print_stats()
|
/external/python/cpython3/Include/ |
D | pyport.h | 137 #ifndef PY_FORMAT_SIZE_T 139 # define PY_FORMAT_SIZE_T "" macro 141 # define PY_FORMAT_SIZE_T "l" macro 143 # define PY_FORMAT_SIZE_T "I" macro
|
D | pymacconfig.h | 97 #undef PY_FORMAT_SIZE_T
|
/external/python/cpython3/Objects/ |
D | object.c | 36 "[%" PY_FORMAT_SIZE_T "d refs, " in _PyDebug_PrintTotalRefs() 37 "%" PY_FORMAT_SIZE_T "d blocks]\n", in _PyDebug_PrintTotalRefs() 106 fprintf(f, "%s alloc'd: %" PY_FORMAT_SIZE_T "d, " in dump_counts() 107 "freed: %" PY_FORMAT_SIZE_T "d, " in dump_counts() 108 "max in use: %" PY_FORMAT_SIZE_T "d\n", in dump_counts() 111 fprintf(f, "fast tuple allocs: %" PY_FORMAT_SIZE_T "d, " in dump_counts() 112 "empty: %" PY_FORMAT_SIZE_T "d\n", in dump_counts() 114 fprintf(f, "fast int allocs: pos: %" PY_FORMAT_SIZE_T "d, " in dump_counts() 115 "neg: %" PY_FORMAT_SIZE_T "d\n", in dump_counts() 117 fprintf(f, "null strings: %" PY_FORMAT_SIZE_T "d, " in dump_counts() [all …]
|
D | obmalloc.c | 2340 fprintf(stderr, " %" PY_FORMAT_SIZE_T "u bytes originally " in _PyObject_DebugDumpAddress() 2396 fprintf(stderr, " The block was made by call #%" PY_FORMAT_SIZE_T in _PyObject_DebugDumpAddress() 2471 "%d %ss * %" PY_FORMAT_SIZE_T "d bytes each", in _PyDebugAllocatorStats() 2613 "%11" PY_FORMAT_SIZE_T "u " in _PyObject_DebugMallocStats() 2614 "%15" PY_FORMAT_SIZE_T "u " in _PyObject_DebugMallocStats() 2615 "%13" PY_FORMAT_SIZE_T "u\n", in _PyObject_DebugMallocStats() 2631 "%" PY_FORMAT_SIZE_T "u arenas * %d bytes/arena", in _PyObject_DebugMallocStats()
|
D | tupleobject.c | 52 fprintf(stderr, "Tuples created: %" PY_FORMAT_SIZE_T "d\n", in show_track() 54 fprintf(stderr, "Tuples tracked by the GC: %" PY_FORMAT_SIZE_T in show_track()
|
/external/python/cpython3/Python/ |
D | pyhash.c | 199 const char *fmt = "%2i %8" PY_FORMAT_SIZE_T "d %8" PY_FORMAT_SIZE_T "d\n"; in _PyHash_Fini() 207 fprintf(stderr, "> %8" PY_FORMAT_SIZE_T "d %8" PY_FORMAT_SIZE_T "d\n", in _PyHash_Fini()
|
D | getargs.c | 454 "argument %" PY_FORMAT_SIZE_T "d", iarg); in seterror() 542 "expected %d arguments, not %" PY_FORMAT_SIZE_T "d", in converttuple() 548 "not %" PY_FORMAT_SIZE_T "d", in converttuple()
|
/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()
|
/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/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 | 982 #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/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.
|