Home
last modified time | relevance | path

Searched refs:PY_FORMAT_SIZE_T (Results 1 – 25 of 43) sorted by relevance

12

/external/python/cpython3/Modules/
Dsre_lib.h326 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 …]
Dhashtable.c242 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/
Dpyport.h137 #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
Dpymacconfig.h97 #undef PY_FORMAT_SIZE_T
/external/python/cpython3/Objects/
Dobject.c36 "[%" 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 …]
Dobmalloc.c2340 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()
Dtupleobject.c52 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/
Dpyhash.c199 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()
Dgetargs.c454 "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/
Dpyport.h233 #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
Dpymacconfig.h97 #undef PY_FORMAT_SIZE_T
/external/python/cpython2/Objects/
Dobject.c95 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 …]
Dobmalloc.c1669 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()
Dtupleobject.c38 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()
Ddictobject.c174 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()
Dstringobject.c330 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()
Dlistobject.c84 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.c275 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 …]
Dgcmodule.c892 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/
Dpipe_connection.c28 …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/
Dpyconfig.h982 #define PY_FORMAT_SIZE_T "z" macro
/external/python/cpython2/darwin_x86_64/pyconfig/
Dpyconfig.h980 #define PY_FORMAT_SIZE_T "z" macro
/external/python/cpython2/Misc/NEWS.d/
D2.6rc1.rst16 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/
Dbytes.rst63 .. % when necessary via interpolating PY_FORMAT_SIZE_T.
/external/python/cpython2/Doc/c-api/
Dstring.rst80 .. % when necessary via interpolating PY_FORMAT_SIZE_T.

12