Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/imath/
H A Dimath.c1700 static mp_digit *s_realloc(mp_digit *old, mp_size osize, mp_size nsize) { in s_realloc() function
1725 } else if ((tmp = s_realloc(MP_DIGITS(z), MP_ALLOC(z), nsize)) == NULL) { in s_pad()