Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/libmpdec/
Dmpalloc.h42 int mpd_switch_to_dyn(mpd_t *result, mpd_ssize_t nwords, uint32_t *status);
Dmpalloc.c211 mpd_switch_to_dyn(mpd_t *result, mpd_ssize_t nwords, uint32_t *status) in mpd_switch_to_dyn() function
Dmpdecimal.c511 return mpd_switch_to_dyn(result, nwords, status); in mpd_qresize()