Searched defs:bpb (Results 1 – 7 of 7) sorted by relevance
161 struct bpb { struct162 u_int bpbBytesPerSec; /* bytes per sector */ argument163 u_int bpbSecPerClust; /* sectors per cluster */ argument164 u_int bpbResSectors; /* reserved sectors */ argument165 u_int bpbFATs; /* number of FATs */ argument166 u_int bpbRootDirEnts; /* root directory entries */ argument167 u_int bpbSectors; /* total sectors */ argument168 u_int bpbMedia; /* media descriptor */ argument169 u_int bpbFATsecs; /* sectors per FAT */ argument170 u_int bpbSecPerTrack; /* sectors per track */ argument[all …]
43 const uint32_t bpb = fmtl->bpb; in gen9_calc_std_image_alignment_sa() local
2701 uint32_t bpb, in isl_tiling_get_intratile_offset_el()
1118 uint16_t bpb; /**< Bits per block */ member
53 UChar32 bmg, bpb; member
47 unsigned bw, bh, bpb, total_size, i; in svga_surface_size() local
2412 get_copy_format_for_bpb(const struct isl_device *isl_dev, unsigned bpb) in get_copy_format_for_bpb()