HomeSort by relevance Sort by last modified time
    Searched refs:p_size (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/lib/blkid/
getsize.c 149 if (pp->p_size)
150 return pp->p_size << 9;
  /external/e2fsprogs/lib/ext2fs/
getsize.c 239 if (pp->p_size) {
240 *retblocks = pp->p_size / (blocksize / 512);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
genhd.h 136 __le32 p_size; /* number of sectors in partition */ member in struct:bsd_disklabel::bsd_partition
  /external/libvpx/vp8/decoder/x86/
onyxdxv.c 215 int p_size; local
501 p_size = vpx_get_size_of_pixel(tab->bd_tag);
533 ptr_scrn += (x * p_size) + (y * this_pitch);
  /external/kernel-headers/original/linux/
genhd.h 326 __le32 p_size; /* number of sectors in partition */ member in struct:bsd_disklabel::bsd_partition
  /external/qemu/block/
raw-posix.c 756 dl.d_partitions[DISKPART(st.st_rdev)].p_size;
    [all...]

Completed in 181 milliseconds