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

  /external/syslinux/core/fs/iso9660/
iso9660_fs.h 54 #define PVT(i) ((struct iso9660_pvt_inode *)((i)->pvt))
  /external/syslinux/core/fs/fat/
fat_fs.h 158 #define PVT(i) ((struct fat_pvt_inode *)((i)->pvt))
  /external/syslinux/core/fs/pxe/
pxe.h 151 #define PVT(i) ((struct pxe_pvt_inode *)((i)->pvt))
  /external/syslinux/core/fs/ufs/
ufs.h 208 #define PVT(p) ((struct ufs_inode_pvt *) p->pvt)
  /external/syslinux/core/fs/btrfs/
btrfs.h 293 #define PVT(i) ((struct btrfs_pvt_inode *)((i)->pvt))
  /external/syslinux/core/fs/ext2/
ext2_fs.h 303 #define PVT(i) ((struct ext2_pvt_inode *)((i)->pvt))
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 72 clang::QualType PVT = PVD->getOriginalType();
74 slangAssert(PVT->isPointerType() &&
78 clang::QualType RST = PVT->getPointeeType();
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 292 milliseconds