Searched defs:bpb (Results 1 – 13 of 13) sorted by relevance
/third_party/FreeBSD/sbin/newfs_msdos/ |
D | mkfs_msdos.c | 157 struct bpb { struct 158 u_int bpbBytesPerSec; /* bytes per sector */ argument 159 u_int bpbSecPerClust; /* sectors per cluster */ argument 160 u_int bpbResSectors; /* reserved sectors */ argument 161 u_int bpbFATs; /* number of FATs */ argument 162 u_int bpbRootDirEnts; /* root directory entries */ argument 163 u_int bpbSectors; /* total sectors */ argument 164 u_int bpbMedia; /* media descriptor */ argument 165 u_int bpbFATsecs; /* sectors per FAT */ argument 166 u_int bpbSecPerTrack; /* sectors per track */ argument [all …]
|
/third_party/mesa3d/src/intel/isl/ |
D | isl_gfx9.c | 43 const uint32_t bpb = fmtl->bpb; in gfx9_calc_std_image_alignment_sa() local
|
D | isl.c | 3102 uint32_t bpb, in isl_tiling_get_intratile_offset_el()
|
D | isl.h | 1329 uint16_t bpb; /**< Bits per block */ member
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | ppucd.h | 53 UChar32 bmg, bpb; member
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | ppucd.h | 53 UChar32 bmg, bpb; member
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | ppucd.h | 53 UChar32 bmg, bpb; member
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | ppucd.h | 53 UChar32 bmg, bpb; member
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen_cache.c | 47 unsigned bw, bh, bpb, total_size, i; in svga_surface_size() local
|
/third_party/exfatprogs/include/ |
D | exfat_ondisk.h | 128 struct bpb64 bpb; member
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_image.c | 478 unsigned bpb = isl_format_get_layout(format)->bpb; in storage_image_format_supports_atomic() local
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 2618 get_copy_format_for_bpb(const struct isl_device *isl_dev, unsigned bpb) in get_copy_format_for_bpb()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | layout.h | 73 /*0x0b*/BIOS_PARAMETER_BLOCK bpb; /* See BIOS_PARAMETER_BLOCK. */ member
|