Home
last modified time | relevance | path

Searched refs:PRI_mpd_ssize_t (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
Dmpdecimal.h160 #define PRI_mpd_ssize_t PRIi64 macro
205 #define PRI_mpd_ssize_t PRIi32 macro
/third_party/python/Modules/_decimal/
D_decimal.c2547 n = snprintf(cp, MPD_EXPDIGITS+2, "%" PRI_mpd_ssize_t, exp); in dectuple_as_str()