Home | History | Annotate | Download | only in Include

Lines Matching refs:PY_FORMAT_SIZE_T

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