Home
last modified time | relevance | path

Searched defs:bpb (Results 1 – 7 of 7) sorted by relevance

/external/newfs_msdos/
Dmkfs_msdos.c161 struct bpb { struct
162 u_int bpbBytesPerSec; /* bytes per sector */ argument
163 u_int bpbSecPerClust; /* sectors per cluster */ argument
164 u_int bpbResSectors; /* reserved sectors */ argument
165 u_int bpbFATs; /* number of FATs */ argument
166 u_int bpbRootDirEnts; /* root directory entries */ argument
167 u_int bpbSectors; /* total sectors */ argument
168 u_int bpbMedia; /* media descriptor */ argument
169 u_int bpbFATsecs; /* sectors per FAT */ argument
170 u_int bpbSecPerTrack; /* sectors per track */ argument
[all …]
/external/mesa3d/src/intel/isl/
Disl_gen9.c43 const uint32_t bpb = fmtl->bpb; in gen9_calc_std_image_alignment_sa() local
Disl.c2701 uint32_t bpb, in isl_tiling_get_intratile_offset_el()
Disl.h1118 uint16_t bpb; /**< Bits per block */ member
/external/icu/icu4c/source/tools/toolutil/
Dppucd.h53 UChar32 bmg, bpb; member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c47 unsigned bw, bh, bpb, total_size, i; in svga_surface_size() local
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c2412 get_copy_format_for_bpb(const struct isl_device *isl_dev, unsigned bpb) in get_copy_format_for_bpb()