Searched refs:fh_map_count (Results 1 – 5 of 5) sorted by relevance
80 nmappings = be32toh(fh->fh_map_count[map_index]); in print_mappings()120 if (fh->fh_map_count[i] > 0) in print_info()127 be32toh(fh->fh_map_count[0]), in print_info()128 be32toh(fh->fh_map_count[1]), in print_info()129 be32toh(fh->fh_map_count[2]), in print_info()130 be32toh(fh->fh_map_count[3])); in print_info()
116 uint32_t fh_map_count[VFNT_MAPS]; member
777 fh.fh_map_count[0] = htobe32(map_folded_count[0]); in write_fnt()778 fh.fh_map_count[1] = htobe32(map_folded_count[1]); in write_fnt()779 fh.fh_map_count[2] = htobe32(map_folded_count[2]); in write_fnt()780 fh.fh_map_count[3] = htobe32(map_folded_count[3]); in write_fnt()
433 vfnt.map_count[i] = be32toh(fh.fh_map_count[i]); in load_vt4font()
2514 fp->vf_map_count[i] = be32toh(fh.fh_map_count[i]); in load_font()