Searched refs:SRC_SIZE (Results 1 – 2 of 2) sorted by relevance
288 #define SRC_SIZE(n) ((n) == 1 && tr->size2 ? size2 : size) macro2382 mpn_trace (NULL, s[i].p, SRC_SIZE(i)); in print_all()3080 s[i].p = s[i].region.ptr + s[i].region.size - SRC_SIZE(i) - s[i].align; in try_one()3099 t_random (s[i].p, SRC_SIZE(i)); in try_one()3103 if (refmpn_zero_p (s[i].p, SRC_SIZE(i))) in try_one()3120 s[i].p[SRC_SIZE(i)-1] += (s[i].p[SRC_SIZE(i)-1] == 0); in try_one()3139 if (refmpn_zero_p (s[i].p+1, SRC_SIZE(i)-1) in try_one()3148 _mpz_realloc (p, SRC_SIZE(i)); in try_one()3149 MPN_COPY (PTR(p), s[i].p, SRC_SIZE(i)); in try_one()3150 SIZ(p) = SRC_SIZE(i); in try_one()[all …]
341 #define SRC_SIZE 0x4000 macro