Home | History | Annotate | Download | only in s390x

Lines Matching refs:overlap

7 char overlap[]= "012345678901234567890";
24 /* Destructive overlap #1 */
25 printf("------- Destructive overlap #1\n");
26 printf("before: |%s|\n", overlap);
28 ::"a" (overlap),"a" (overlap): "memory");
29 printf("after: |%s|\n", overlap);
31 /* Destructive overlap #2 */
32 printf("------- Destructive overlap #2\n");
40 /* Destructive overlap #3 */
41 printf("------- Destructive overlap #3 (max length)\n");
53 /* Non-destructive overlap */
54 printf("------- Non-destructive overlap buf[0:4] = buf[10:14]\n");