Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpalloc.h40 int mpd_switch_to_dyn(mpd_t *result, mpd_ssize_t size, uint32_t *status);
Dmemory.c214 mpd_switch_to_dyn(mpd_t *result, mpd_ssize_t nwords, uint32_t *status) in mpd_switch_to_dyn() function
Dmpdecimal.c507 return mpd_switch_to_dyn(result, nwords, status); in mpd_qresize()