Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dbasearith.c308 mpd_uint_t vstatic[MPD_MINALLOC_MAX]; in _mpd_basedivmod() local
310 mpd_uint_t *v = vstatic; in _mpd_basedivmod()
397 if (v != vstatic) mpd_free(v); in _mpd_basedivmod()