HomeSort by: relevance | last modified time | path
    Searched refs:MP_ALLOC (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/imath/
imath.h 67 static inline mp_size MP_ALLOC(mp_int Z) { return Z->alloc; }
imath.c 1718 if (MP_ALLOC(z) < min) {
1725 } else if ((tmp = s_realloc(MP_DIGITS(z), MP_ALLOC(z), nsize)) == NULL) {
2577 r.alloc = MP_ALLOC(u);

Completed in 18 milliseconds