Home | History | Annotate | Download | only in amd64

Lines Matching defs:buf2

5 char buf1[64], buf2[64];
11 uintptr_t b1 = (uintptr_t) buf1, b2 = (uintptr_t) buf2;
23 if (memcmp (buf2, "abcd", 5) != 0
24 || rdi != (uintptr_t) buf2 + 4
34 if (memcmp (buf2, "0 0 0 ", 7) != 0
35 || rdi != (uintptr_t) buf2 + 6
43 if (rsi != (uintptr_t) buf2 + 4
48 memcpy (buf2, "abcdefghijklmnO", 16);
52 if (rdi != (uintptr_t) buf2 + 15
57 memcpy (buf2, "ababababababababcdab", 20);
62 if (rdi != (uintptr_t) buf2 + 18
71 if (rdi != (uintptr_t) buf2 + 18