Searched defs:PY_FORMAT_SIZE_T (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython2/Include/
H A Dpymacconfig.h95 * of PY_FORMAT_SIZE_T
97 #undef PY_FORMAT_SIZE_T macro
H A Dpyport.h210 /* 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 "" macro
237 # define PY_FORMAT_SIZE_T "l" macro
239 # define PY_FORMAT_SIZE_T "I" macro
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/
H A Dpymacconfig.h95 * of PY_FORMAT_SIZE_T
97 #undef PY_FORMAT_SIZE_T macro
H A Dpyport.h113 /* 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 "" macro
141 # define PY_FORMAT_SIZE_T "l" macro
143 # define PY_FORMAT_SIZE_T "I" macro
145 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
/external/python/cpython2/darwin_x86_64/pyconfig/
H A Dpyconfig.h977 #define PY_FORMAT_SIZE_T "z" macro
/external/python/cpython2/linux_x86_64/pyconfig/
H A Dpyconfig.h979 #define PY_FORMAT_SIZE_T "z" macro

Completed in 188 milliseconds