print_hex          52 test/datatype/unpack_ooo.c     print_hex(&bar->i[0], sizeof(int), 1);
print_hex          53 test/datatype/unpack_ooo.c     print_hex(&bar->i[2], sizeof(int), 1);
print_hex          54 test/datatype/unpack_ooo.c     print_hex(&bar->d[0], sizeof(double), 1);
print_hex          55 test/datatype/unpack_ooo.c     print_hex(&bar->d[2], sizeof(double), 1);
print_hex          57 test/datatype/unpack_ooo.c     print_hex(&pbar->i[0], sizeof(int), 1);
print_hex          58 test/datatype/unpack_ooo.c     print_hex(&pbar->i[1], sizeof(int), 1);
print_hex          59 test/datatype/unpack_ooo.c     print_hex(&pbar->d[0], sizeof(double), 1);
print_hex          60 test/datatype/unpack_ooo.c     print_hex(&pbar->d[1], sizeof(double), 1);