Home | History | Annotate | Download | only in string

Lines Matching defs:a0

25 	unsigned int a0, a1, t0, t1;
86 for (a0 = 0; a0 < sizeof(long); ++a0) {
91 memcpy(&buf0[a0], tab[t0].val,
96 ret = f(&buf0[a0], &buf1[a1]);
102 if (&buf0[a0] != ret) {
103 fprintf(stderr, "a0 %d, a1 %d, "
105 a0, a1, t0, t1);
111 if (memcmp(&buf0[a0] + tab[t0].len,
114 fprintf(stderr, "a0 %d, a1 %d, "
116 a0, a1, t0, t1);