Lines Matching refs:TINFO
34 tst_resm(TINFO, "\tBuf:"); in ft_dumpiov()
45 tst_resm(TINFO, "\t%" PRIx32 "x,", in ft_dumpiov()
48 tst_resm(TINFO, "\t%d*%" PRIx32 "x, ", i - idx, in ft_dumpiov()
55 tst_resm(TINFO, "\t ... more"); in ft_dumpiov()
61 tst_resm(TINFO, "\t%" PRIx32 "x", buf[idx] & 0xff); in ft_dumpiov()
63 tst_resm(TINFO, "\t%d*%" PRIx32 "x", i - idx, buf[idx]); in ft_dumpiov()
73 tst_resm(TINFO, "\tBits array:"); in ft_dumpbits()
76 tst_resm(TINFO, "\t%td:\t", 8 * (buf - bits)); in ft_dumpbits()
79 tst_resm(TINFO, "\t%td:\t", 8 * (buf - bits)); in ft_dumpbits()
81 tst_resm(TINFO, "\t%02" PRIx32 "x ", *((char *)buf) & 0xff); in ft_dumpbits()
84 tst_resm(TINFO, "\t"); in ft_dumpbits()
105 tst_resm(TINFO, "\tBuf:"); in ft_dumpbuf()
113 tst_resm(TINFO, "\t%x, ", buf[idx] & 0xff); in ft_dumpbuf()
115 tst_resm(TINFO, "\t%d*%x, ", i - idx, in ft_dumpbuf()
121 tst_resm(TINFO, "\t ... more"); in ft_dumpbuf()
127 tst_resm(TINFO, "\t%x", buf[idx] & 0xff); in ft_dumpbuf()
129 tst_resm(TINFO, "\t%d*%x", i - idx, buf[idx]); in ft_dumpbuf()