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

  /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;
  /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

Completed in 233 milliseconds