Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:test2

37 __u32 test2[] = {
73 printf("swab32(0x%08x) = 0x%08x\n", test2[i],
74 ext2fs_swab32(test2[i]));
75 if (ext2fs_swab32(test2[i]) != test2[i+1]) {
77 ext2fs_swab32(test2[i]), test2[i+1]);
80 if (ext2fs_swab32(test2[i+1]) != test2[i]) {
82 ext2fs_swab32(test2[i+1]), test2[i]);
86 } while (test2[i] != 0);