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

1 2 3

  /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
  /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...]
pyconfig.h 968 #define PY_FORMAT_SIZE_T "z"
    [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...]
pyconfig.h 968 #define PY_FORMAT_SIZE_T "z"
    [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...]
pyconfig.h 968 #define PY_FORMAT_SIZE_T "z"
    [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...]
pyconfig.h 968 #define PY_FORMAT_SIZE_T "z"
    [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...]
obmalloc.c     [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...]
  /external/python/cpython2/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 452 milliseconds

1 2 3