reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2011 if (MP_ALLOC(z) < min) { 2015 if ((void *)z->digits == (void *)z) { 2015 if ((void *)z->digits == (void *)z) { 2019 COPY(MP_DIGITS(z), tmp, MP_USED(z)); 2019 COPY(MP_DIGITS(z), tmp, MP_USED(z)); 2021 else if ((tmp = s_realloc(MP_DIGITS(z), MP_ALLOC(z), nsize)) == NULL) 2021 else if ((tmp = s_realloc(MP_DIGITS(z), MP_ALLOC(z), nsize)) == NULL) 2024 MP_DIGITS(z) = tmp; 2025 MP_ALLOC(z) = nsize;