HomeSort by relevance Sort by last modified time
    Searched defs:PY_FORMAT_SIZE_T (Results 1 - 17 of 17) sorted by null

  /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"
  /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/darwin_x86_64/pyconfig/
pyconfig.h 980 #define PY_FORMAT_SIZE_T "z"
    [all...]
  /external/python/cpython2/linux_x86_64/pyconfig/
pyconfig.h 982 #define PY_FORMAT_SIZE_T "z"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ia32/
pyconfig.h 965 #define PY_FORMAT_SIZE_T "z"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Ipf/
pyconfig.h 961 #define PY_FORMAT_SIZE_T "z"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Ia32/
pyconfig.h 1004 #define PY_FORMAT_SIZE_T "z"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/X64/
pyconfig.h 1003 #define PY_FORMAT_SIZE_T "z"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/X64/
pyconfig.h 1005 #define PY_FORMAT_SIZE_T "z"
    [all...]

Completed in 461 milliseconds