reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
366 z->alloc = 1; 399 MP_ALLOC(z) = prec; 753 MP_ALLOC(c) = p; 820 MP_ALLOC(c) = p; 2011 if (MP_ALLOC(z) < min) { 2021 else if ((tmp = s_realloc(MP_DIGITS(z), MP_ALLOC(z), nsize)) == NULL) 2025 MP_ALLOC(z) = nsize; 2045 z->alloc = MP_VALUE_DIGITS(value); 2762 ZERO(MP_DIGITS(TEMP(last__ - 1)), MP_ALLOC(TEMP(last__ - 1))); 2920 r.alloc = MP_ALLOC(u); 2920 r.alloc = MP_ALLOC(u); 2921 ZERO(t.digits, t.alloc); 2996 ZERO(t.digits, t.alloc);tools/polly/lib/External/isl/isl_int_sioimath.h
259 scratch->big.alloc = ARRAY_SIZE(scratch->digits); 280 scratch->big.alloc = ARRAY_SIZE(scratch->digits); 301 scratch->big.alloc = ARRAY_SIZE(scratch->digits); 320 scratch->big.alloc = ARRAY_SIZE(scratch->digits);