HomeSort by: relevance | last modified time | path
    Searched defs:s_realloc (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/isl/dist/imath/
imath.c 1700 static mp_digit *s_realloc(mp_digit *old, mp_size osize, mp_size nsize) { function
1725 } else if ((tmp = s_realloc(MP_DIGITS(z), MP_ALLOC(z), nsize)) == NULL) {

Completed in 24 milliseconds