Home | History | Annotate | Download | only in Include

Lines Matching refs:PY_FORMAT_SIZE_T

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