Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dbasearith.c307 mpd_uint_t ustatic[MPD_MINALLOC_MAX]; in _mpd_basedivmod() local
309 mpd_uint_t *u = ustatic; in _mpd_basedivmod()
397 if (u != ustatic) mpd_free(u); in _mpd_basedivmod()