Home
last modified time | relevance | path

Searched refs:PY_FORMAT_SIZE_T (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/
H A Dpymacconfig.h95 * of PY_FORMAT_SIZE_T
97 #undef PY_FORMAT_SIZE_T macro
H A Dpyport.h158 * PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
178 * fprintf(stderr, "index %" PY_FORMAT_SIZE_T "d sucks\n", index);
183 #ifndef PY_FORMAT_SIZE_T
184 # define PY_FORMAT_SIZE_T "z" macro
/third_party/python/Modules/_ctypes/
H A D_ctypes.c399 sprintf(buf, "%"PY_FORMAT_SIZE_T"d,", shape[k]); in _ctypes_alloc_format_string_with_shape()
401 sprintf(buf, "%"PY_FORMAT_SIZE_T"d)", shape[k]); in _ctypes_alloc_format_string_with_shape()

Completed in 8 milliseconds