reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
792 CHECK(a != NULL && c != NULL); 796 if (a == c) { 804 if (!s_pad(c, osize)) 807 out = MP_DIGITS(c); 816 if (out != MP_DIGITS(c)) { 817 if ((void *) MP_DIGITS(c) != (void *) c) 817 if ((void *) MP_DIGITS(c) != (void *) c) 818 s_free(MP_DIGITS(c)); 819 MP_DIGITS(c) = out; 820 MP_ALLOC(c) = p; 823 MP_USED(c) = osize; /* might not be true, but we'll fix it ... */ 824 CLAMP(c); /* ... right here */ 825 MP_SIGN(c) = MP_ZPOS;