Searched refs:hdp_width (Results 1 – 1 of 1) sorted by relevance
50 uint8_t hdp_width; /* bytes per row */ member176 for (uint_t i = 0; i < hdp->hdp_width; i++) { in hexdump_header()192 for (uint_t i = 0; i < hdp->hdp_width; i++) { in hexdump_header()216 for (uint_t i = 0; i < hdp->hdp_width; i++) { in hexdump_data()237 for (uint_t i = 0; i < hdp->hdp_width; i++) { in hexdump_data()328 hdp.hdp_width = HD_DEFWIDTH; in hexdumph()337 hdp.hdp_width = h->h_width; in hexdumph()343 if (hdp.hdp_width == 0) in hexdumph()344 hdp.hdp_width = HD_DEFWIDTH; in hexdumph()355 if (!ISP2(hdp.hdp_grouping) || hdp.hdp_width % hdp.hdp_grouping != 0) in hexdumph()[all …]