Home | History | Annotate | Download | only in devel

Lines Matching refs:overlap

85    as s[i].high has no effect.  Maybe encode s[i].high into overlap->s[i].
97 When there's no overlap, run with both src>dst and src<dst. A subtle
366 /* Default is allow full overlap. */
373 char overlap;
784 p->overlap = OVERLAP_NOT_DST2;
827 p->overlap = OVERLAP_LOW_TO_HIGH;
843 p->overlap = OVERLAP_NOT_SRC2;
897 p->overlap = OVERLAP_NONE;
983 p->overlap = OVERLAP_NONE;
990 p->overlap = OVERLAP_LOW_TO_HIGH;
997 p->overlap = OVERLAP_HIGH_TO_LOW;
1203 p->overlap = OVERLAP_NONE;
1263 p->overlap = OVERLAP_NOT_SRCS;
1327 p->overlap = OVERLAP_NONE;
1367 p->overlap = OVERLAP_NONE;
1380 p->overlap = OVERLAP_LOW_TO_HIGH;
1385 p->overlap = OVERLAP_HIGH_TO_LOW;
1390 p->overlap = OVERLAP_HIGH_TO_LOW;
1414 p->overlap = OVERLAP_NONE;
1425 p->overlap = OVERLAP_NONE;
1435 p->overlap = OVERLAP_NONE;
1445 p->overlap = OVERLAP_NONE;
1461 p->overlap = OVERLAP_NONE;
1468 p->overlap = OVERLAP_NONE;
1475 p->overlap = OVERLAP_NONE;
2234 struct overlap_t *overlap, *overlap_limit;
2237 (tr->overlap & OVERLAP_NONE ? 1 \
2238 : tr->overlap & OVERLAP_NOT_SRCS ? 3 \
2239 : tr->overlap & OVERLAP_NOT_SRC2 ? 2 \
2240 : tr->overlap & OVERLAP_NOT_DST2 ? 4 \
2247 for (overlap = &overlap_array[0], \
2249 overlap < overlap_limit; \
2250 overlap++)
2367 switch (overlap->s[i]) {
2369 printf ("no overlap\n");
2373 overlap->s[i],
2374 tr->overlap == OVERLAP_LOW_TO_HIGH ? "+a"
2375 : tr->overlap == OVERLAP_HIGH_TO_LOW ? "-a"
2982 for (j = 0; j < numberof (overlap->s); j++)
2983 if (overlap->s[j] == i)
2998 if (tr->overlap == OVERLAP_LOW_TO_HIGH)
3011 if (tr->overlap == OVERLAP_HIGH_TO_LOW)
3020 int o = overlap->s[i];
3023 /* no overlap */
3028 /* overlap with d[o] */
3029 if (tr->overlap == OVERLAP_HIGH_TO_LOW)
3031 else if (tr->overlap == OVERLAP_LOW_TO_HIGH)