HomeSort by relevance Sort by last modified time
    Searched refs:PY_FORMAT_SIZE_T (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymacconfig.h 95 * of PY_FORMAT_SIZE_T
97 #undef PY_FORMAT_SIZE_T
pyport.h 210 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
228 * fprintf(stderr, "index %" PY_FORMAT_SIZE_T "d sucks\n", index);
233 #ifndef PY_FORMAT_SIZE_T
235 # define PY_FORMAT_SIZE_T ""
237 # define PY_FORMAT_SIZE_T "l"
239 # define PY_FORMAT_SIZE_T "I"
241 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
245 /* PY_FORMAT_LONG_LONG is analogous to PY_FORMAT_SIZE_T above, but for
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymacconfig.h 95 * of PY_FORMAT_SIZE_T
97 #undef PY_FORMAT_SIZE_T
pyport.h 210 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
228 * fprintf(stderr, "index %" PY_FORMAT_SIZE_T "d sucks\n", index);
233 #ifndef PY_FORMAT_SIZE_T
235 # define PY_FORMAT_SIZE_T ""
237 # define PY_FORMAT_SIZE_T "l"
239 # define PY_FORMAT_SIZE_T "I"
241 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
245 /* PY_FORMAT_LONG_LONG is analogous to PY_FORMAT_SIZE_T above, but for
  /external/python/cpython2/Include/
pymacconfig.h 95 * of PY_FORMAT_SIZE_T
97 #undef PY_FORMAT_SIZE_T
pyport.h 210 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
228 * fprintf(stderr, "index %" PY_FORMAT_SIZE_T "d sucks\n", index);
233 #ifndef PY_FORMAT_SIZE_T
235 # define PY_FORMAT_SIZE_T ""
237 # define PY_FORMAT_SIZE_T "l"
239 # define PY_FORMAT_SIZE_T "I"
241 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
245 /* PY_FORMAT_LONG_LONG is analogous to PY_FORMAT_SIZE_T above, but for
  /external/python/cpython3/Include/
pymacconfig.h 95 * of PY_FORMAT_SIZE_T
97 #undef PY_FORMAT_SIZE_T
pyport.h 113 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
132 * fprintf(stderr, "index %" PY_FORMAT_SIZE_T "d sucks\n", index);
137 #ifndef PY_FORMAT_SIZE_T
139 # define PY_FORMAT_SIZE_T ""
141 # define PY_FORMAT_SIZE_T "l"
143 # define PY_FORMAT_SIZE_T "I"
145 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymacconfig.h 95 * of PY_FORMAT_SIZE_T
97 #undef PY_FORMAT_SIZE_T
pyport.h 212 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
230 * fprintf(stderr, "index %" PY_FORMAT_SIZE_T "d sucks\n", index);
235 #ifndef PY_FORMAT_SIZE_T
237 # define PY_FORMAT_SIZE_T ""
239 # define PY_FORMAT_SIZE_T "l"
241 # define PY_FORMAT_SIZE_T "I"
243 # define PY_FORMAT_SIZE_T "z"
245 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
249 /* PY_FORMAT_LONG_LONG is analogous to PY_FORMAT_SIZE_T above, but for
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pymacconfig.h 95 * of PY_FORMAT_SIZE_T
97 #undef PY_FORMAT_SIZE_T
pyport.h 212 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
230 * fprintf(stderr, "index %" PY_FORMAT_SIZE_T "d sucks\n", index);
235 #ifndef PY_FORMAT_SIZE_T
237 # define PY_FORMAT_SIZE_T ""
239 # define PY_FORMAT_SIZE_T "l"
241 # define PY_FORMAT_SIZE_T "I"
243 # define PY_FORMAT_SIZE_T "z"
245 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
249 /* PY_FORMAT_LONG_LONG is analogous to PY_FORMAT_SIZE_T above, but for
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymacconfig.h 95 * of PY_FORMAT_SIZE_T
97 #undef PY_FORMAT_SIZE_T
pyport.h 212 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
230 * fprintf(stderr, "index %" PY_FORMAT_SIZE_T "d sucks\n", index);
235 #ifndef PY_FORMAT_SIZE_T
237 # define PY_FORMAT_SIZE_T ""
239 # define PY_FORMAT_SIZE_T "l"
241 # define PY_FORMAT_SIZE_T "I"
243 # define PY_FORMAT_SIZE_T "z"
245 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
249 /* PY_FORMAT_LONG_LONG is analogous to PY_FORMAT_SIZE_T above, but for
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymacconfig.h 95 * of PY_FORMAT_SIZE_T
97 #undef PY_FORMAT_SIZE_T
pyport.h 212 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
230 * fprintf(stderr, "index %" PY_FORMAT_SIZE_T "d sucks\n", index);
235 #ifndef PY_FORMAT_SIZE_T
237 # define PY_FORMAT_SIZE_T ""
239 # define PY_FORMAT_SIZE_T "l"
241 # define PY_FORMAT_SIZE_T "I"
243 # define PY_FORMAT_SIZE_T "z"
245 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
249 /* PY_FORMAT_LONG_LONG is analogous to PY_FORMAT_SIZE_T above, but for
    [all...]
  /external/python/cpython3/Modules/
sre_lib.h 282 TRACE(("|%p|%p|COUNT %" PY_FORMAT_SIZE_T "d\n", pattern, ptr,
287 TRACE(("|%p|%p|COUNT %" PY_FORMAT_SIZE_T "d\n", pattern, ptr,
373 TRACE(("allocating %s in %" PY_FORMAT_SIZE_T "d " \
374 "(%" PY_FORMAT_SIZE_T "d)\n", \
388 TRACE(("looking up %s at %" PY_FORMAT_SIZE_T "d\n", Py_STRINGIFY(type), pos)); \
394 TRACE(("copy data in %p to %" PY_FORMAT_SIZE_T "d " \
395 "(%" PY_FORMAT_SIZE_T "d)\n", \
409 TRACE(("copy data to %p from %" PY_FORMAT_SIZE_T "d " \
410 "(%" PY_FORMAT_SIZE_T "d)\n", \
419 TRACE(("discard data from %" PY_FORMAT_SIZE_T "d "
    [all...]
hashtable.c 242 PY_FORMAT_SIZE_T "u/%" PY_FORMAT_SIZE_T "u (%.0f%%), ",
246 printf("max_chain_len=%" PY_FORMAT_SIZE_T "u, %" PY_FORMAT_SIZE_T "u kB\n",
  /external/python/cpython3/Python/
pyhash.c 199 char *fmt = "%2i %8" PY_FORMAT_SIZE_T "d %8" PY_FORMAT_SIZE_T "d\n";
207 fprintf(stderr, "> %8" PY_FORMAT_SIZE_T "d %8" PY_FORMAT_SIZE_T "d\n",
  /external/python/cpython3/Objects/
object.c 42 "[%" PY_FORMAT_SIZE_T "d refs, "
43 "%" PY_FORMAT_SIZE_T "d blocks]\n",
117 fprintf(f, "%s alloc'd: %" PY_FORMAT_SIZE_T "d, "
118 "freed: %" PY_FORMAT_SIZE_T "d, "
119 "max in use: %" PY_FORMAT_SIZE_T "d\n",
122 fprintf(f, "fast tuple allocs: %" PY_FORMAT_SIZE_T "d, "
123 "empty: %" PY_FORMAT_SIZE_T "d\n",
125 fprintf(f, "fast int allocs: pos: %" PY_FORMAT_SIZE_T "d, "
126 "neg: %" PY_FORMAT_SIZE_T "d\n",
128 fprintf(f, "null strings: %" PY_FORMAT_SIZE_T "d,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 210 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
228 * fprintf(stderr, "index %" PY_FORMAT_SIZE_T "d sucks\n", index);
233 #ifndef PY_FORMAT_SIZE_T
235 # define PY_FORMAT_SIZE_T ""
237 # define PY_FORMAT_SIZE_T "l"
239 # define PY_FORMAT_SIZE_T "I"
241 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
245 /* PY_FORMAT_LONG_LONG is analogous to PY_FORMAT_SIZE_T above, but for
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 225 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
243 * fprintf(stderr, "index %" PY_FORMAT_SIZE_T "d sucks\n", index);
248 #ifndef PY_FORMAT_SIZE_T
250 # define PY_FORMAT_SIZE_T ""
252 # define PY_FORMAT_SIZE_T "l"
254 # define PY_FORMAT_SIZE_T "I"
256 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
260 /* PY_FORMAT_LONG_LONG is analogous to PY_FORMAT_SIZE_T above, but for
    [all...]
  /external/python/cpython2/Modules/_multiprocessing/
pipe_connection.c 28 PyErr_Format(PyExc_ValueError, "Cannnot send %" PY_FORMAT_SIZE_T "d bytes over connection", length);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c 95 fprintf(f, "%s alloc'd: %" PY_FORMAT_SIZE_T "d, "
96 "freed: %" PY_FORMAT_SIZE_T "d, "
97 "max in use: %" PY_FORMAT_SIZE_T "d\n",
100 fprintf(f, "fast tuple allocs: %" PY_FORMAT_SIZE_T "d, "
101 "empty: %" PY_FORMAT_SIZE_T "d\n",
103 fprintf(f, "fast int allocs: pos: %" PY_FORMAT_SIZE_T "d, "
104 "neg: %" PY_FORMAT_SIZE_T "d\n",
106 fprintf(f, "null strings: %" PY_FORMAT_SIZE_T "d, "
107 "1-strings: %" PY_FORMAT_SIZE_T "d\n",
198 "%" PY_FORMAT_SIZE_T "d",
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c 95 fprintf(f, "%s alloc'd: %" PY_FORMAT_SIZE_T "d, "
96 "freed: %" PY_FORMAT_SIZE_T "d, "
97 "max in use: %" PY_FORMAT_SIZE_T "d\n",
100 fprintf(f, "fast tuple allocs: %" PY_FORMAT_SIZE_T "d, "
101 "empty: %" PY_FORMAT_SIZE_T "d\n",
103 fprintf(f, "fast int allocs: pos: %" PY_FORMAT_SIZE_T "d, "
104 "neg: %" PY_FORMAT_SIZE_T "d\n",
106 fprintf(f, "null strings: %" PY_FORMAT_SIZE_T "d, "
107 "1-strings: %" PY_FORMAT_SIZE_T "d\n",
198 "%" PY_FORMAT_SIZE_T "d",
    [all...]

Completed in 637 milliseconds

1 2 3 4