Home | History | Annotate | Download | only in ext2fs

Lines Matching full:test1

28 __u16 test1[] = {
55 printf("swab16(0x%04x) = 0x%04x\n", test1[i],
56 ext2fs_swab16(test1[i]));
57 if (ext2fs_swab16(test1[i]) != test1[i+1]) {
59 ext2fs_swab16(test1[i]), test1[i+1]);
62 if (ext2fs_swab16(test1[i+1]) != test1[i]) {
64 ext2fs_swab16(test1[i+1]), test1[i]);
68 } while (test1[i] != 0);