Lines Matching defs:dst

38    the dst pointers are off by 1 or whatever.  The magic DEADVAL initial
82 When alignment means a dst isn't hard against the redzone, check the
98 When there's no overlap, run with both src>dst and src<dst. A subtle
100 relative location of src and dst.
306 char dst[2];
412 mp_srcptr dst = fun.d[0].p;
427 if (! refmpn_equal_anynail (tp, dst, size))
430 mpn_trace ("fun ", dst, size);
693 p->dst[0] = 1;
724 p->dst[0] = 1;
738 p->dst[0] = 1;
759 p->dst[0] = 1;
781 p->dst[0] = 1;
822 p->dst[0] = 1;
858 p->dst[0] = 1;
859 p->dst[1] = 1;
871 p->dst[0] = 1;
878 p->dst[0] = 1;
885 p->dst[0] = 1;
892 p->dst[0] = 1;
953 p->dst[0] = 1;
991 p->dst[0] = 1;
1004 p->dst[0] = 1;
1014 p->dst[0] = 1;
1045 p->dst[0] = 1;
1094 p->dst[0] = 1;
1118 p->dst[0] = 1;
1130 p->dst[0] = 1;
1160 p->dst[0] = 1;
1161 p->dst[1] = 1;
1171 p->dst[0] = 1;
1172 p->dst[1] = 1;
1183 p->dst[0] = 1;
1184 p->dst[1] = 1;
1193 p->dst[0] = 1;
1201 p->dst[0] = 1;
1202 p->dst[1] = 1;
1209 p->dst[0] = 1;
1216 p->dst[0] = 1;
1310 mpn_toom22_mul_fun (mp_ptr dst, mp_srcptr src1, mp_srcptr src2, mp_size_t size)
1316 mpn_toom22_mul (dst, src1, size, src2, size, tspace);
1320 mpn_toom2_sqr_fun (mp_ptr dst, mp_srcptr src, mp_size_t size)
1326 mpn_toom2_sqr (dst, src, size, tspace);
1330 mpn_toom33_mul_fun (mp_ptr dst, mp_srcptr src1, mp_srcptr src2, mp_size_t size)
1336 mpn_toom33_mul (dst, src1, size, src2, size, tspace);
1340 mpn_toom3_sqr_fun (mp_ptr dst, mp_srcptr src, mp_size_t size)
1346 mpn_toom3_sqr (dst, src, size, tspace);
1350 mpn_toom44_mul_fun (mp_ptr dst, mp_srcptr src1, mp_srcptr src2, mp_size_t size)
1356 mpn_toom44_mul (dst, src1, size, src2, size, tspace);
1360 mpn_toom4_sqr_fun (mp_ptr dst, mp_srcptr src, mp_size_t size)
1366 mpn_toom4_sqr (dst, src, size, tspace);
1730 #define MPN_RANDOM_ALT(index,dst,size) \
1731 (((index) & 1) ? refmpn_random (dst, size) : refmpn_random2 (dst, size))
1823 : tr->dst[1] ? 9 \
1825 : tr->dst[0] ? 2 \
1896 if (tr->dst[i])
1938 if (tr->dst[i])
2001 if (! tr->dst[i])
2349 char *dst;
2356 dst = (char *) e->d[0].p + fill;
2360 dst = (char *) e->d[0].p;
2361 memset (dst + sizeinbase, 0xBA, fill);
2365 e->retval = CALLING_CONVENTIONS (function) (dst, base,
2371 e->retval = CALLING_CONVENTIONS (function) (dst, base,
2664 if (! tr->dst[i])
2795 total *= HIGH_COUNT (tr->dst[0]);
2796 total *= HIGH_COUNT (tr->dst[1]);
2800 total *= ALIGN_COUNT (tr->dst[0]);
2801 total *= ALIGN_COUNT (tr->dst[1]);
2822 HIGH_ITERATION(d,0, tr->dst[0])
2823 HIGH_ITERATION(d,1, tr->dst[1])
2827 ALIGN_ITERATION(d,0, tr->dst[0])
2828 ALIGN_ITERATION(d,1, tr->dst[1])