Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c2531 #define MAX_LONG_LONG_CHARS (2 + (SIZEOF_LONG_LONG*53-1) / 22) macro
2707 char buffer[MAX_LONG_LONG_CHARS]; in unicode_fromformat_arg()
2772 char number[MAX_LONG_LONG_CHARS]; in unicode_fromformat_arg()