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

  /external/e2fsprogs/lib/blkid/
getsize.c 149 if (pp->p_size)
150 return pp->p_size << 9;
  /external/libnfc-nci/src/nfc/nci/
nci_hmsgs.c 339 UINT8 *pp, *p_size, *p_start; local
354 p_size = pp;
363 *p_size = (UINT8) (pp - p_start);
364 p->len = NCI_MSG_HDR_SIZE + *p_size;
451 UINT8 *pp, *p_size, *p_start; local
467 p_size = pp;
477 *p_size = (UINT8) (pp - p_start);
478 p->len = NCI_MSG_HDR_SIZE + *p_size;
  /external/e2fsprogs/lib/ext2fs/
getsize.c 229 if (pp->p_size) {
230 *retblocks = pp->p_size / (blocksize / 512);
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
genhd.h 136 __le32 p_size; /* number of sectors in partition */ member in struct:bsd_disklabel::bsd_partition
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
genhd.h 136 __le32 p_size; /* number of sectors in partition */ member in struct:bsd_disklabel::bsd_partition
  /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 594 dl.d_partitions[DISKPART(st.st_rdev)].p_size;
    [all...]

Completed in 209 milliseconds