reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
711 CHECK(a != NULL && b != NULL && c != NULL); 715 mp_int_zero(c); 728 if (c == a || c == b) { 728 if (c == a || c == b) { 736 if (!s_pad(c, osize)) 739 out = MP_DIGITS(c); 749 if (out != MP_DIGITS(c)) { 750 if ((void *) MP_DIGITS(c) != (void *) c) 750 if ((void *) MP_DIGITS(c) != (void *) c) 751 s_free(MP_DIGITS(c)); 752 MP_DIGITS(c) = out; 753 MP_ALLOC(c) = p; 756 MP_USED(c) = osize; /* might not be true, but we'll fix it ... */ 757 CLAMP(c); /* ... right here */ 758 MP_SIGN(c) = osign;