/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 | gcmodule.c | 1046 " %"PY_FORMAT_SIZE_T"d", in show_stats_each_generations() 1285 "gc: done, %" PY_FORMAT_SIZE_T "d unreachable, " in collect() 1286 "%" PY_FORMAT_SIZE_T "d uncollectable, %.4fs elapsed\n", in collect()
|
/external/python/cpython3/Python/ |
D | pyhash.c | 205 const char *fmt = "%2i %8" PY_FORMAT_SIZE_T "d %8" PY_FORMAT_SIZE_T "d\n"; in _PyHash_Fini() 213 fprintf(stderr, "> %8" PY_FORMAT_SIZE_T "d %8" PY_FORMAT_SIZE_T "d\n", in _PyHash_Fini()
|
D | getargs.c | 455 "argument %" PY_FORMAT_SIZE_T "d", iarg); in seterror() 543 "expected %d argument%s, not %" PY_FORMAT_SIZE_T "d", in converttuple() 551 "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()
|
/external/python/cpython3/Include/ |
D | pymacconfig.h | 97 #undef PY_FORMAT_SIZE_T
|
D | pyport.h | 159 #ifndef PY_FORMAT_SIZE_T 160 # define PY_FORMAT_SIZE_T "z" macro
|
/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/cpython3/Objects/ |
D | obmalloc.c | 2423 fprintf(stderr, " %" PY_FORMAT_SIZE_T "u bytes originally " in _PyObject_DebugDumpAddress() 2480 fprintf(stderr, " The block was made by call #%" PY_FORMAT_SIZE_T in _PyObject_DebugDumpAddress() 2556 "%d %ss * %" PY_FORMAT_SIZE_T "d bytes each", in _PyDebugAllocatorStats() 2698 "%11" PY_FORMAT_SIZE_T "u " in _PyObject_DebugMallocStats() 2699 "%15" PY_FORMAT_SIZE_T "u " in _PyObject_DebugMallocStats() 2700 "%13" PY_FORMAT_SIZE_T "u\n", in _PyObject_DebugMallocStats() 2719 "%" PY_FORMAT_SIZE_T "u arenas * %d bytes/arena", in _PyObject_DebugMallocStats()
|
D | object.c | 69 "[%" PY_FORMAT_SIZE_T "d refs, " in _PyDebug_PrintTotalRefs() 70 "%" PY_FORMAT_SIZE_T "d blocks]\n", in _PyDebug_PrintTotalRefs() 1879 fprintf(fp, "%p [%" PY_FORMAT_SIZE_T "d] ", (void *)op, Py_REFCNT(op)); in _Py_PrintReferences() 1895 fprintf(fp, "%p [%" PY_FORMAT_SIZE_T "d] %s\n", (void *)op, in _Py_PrintReferenceAddresses()
|
/external/python/cpython2/darwin_x86_64/pyconfig/ |
D | pyconfig.h | 980 #define PY_FORMAT_SIZE_T "z" macro
|
/external/python/cpython2/linux_x86_64/pyconfig/ |
D | pyconfig.h | 982 #define PY_FORMAT_SIZE_T "z" macro
|
/external/python/cpython3/android/darwin_x86_64/pyconfig/ |
D | pyconfig.h | 1396 #define PY_FORMAT_SIZE_T "z" macro
|
/external/python/cpython3/android/bionic/pyconfig/ |
D | pyconfig.h | 1398 #define PY_FORMAT_SIZE_T "z" macro
|
/external/python/cpython3/android/linux_x86_64/pyconfig/ |
D | pyconfig.h | 1396 #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.
|