/external/syslinux/core/fs/fat/ |
D | fat.c | 104 lcluster = PVT(inode)->offset >> sbi->clust_shift; in fat_next_extent() 105 pcluster = ((PVT(inode)->here - data_area) >> sbi->clust_shift) + 2; in fat_next_extent() 107 if (lcluster > mcluster || PVT(inode)->here < data_area) { in fat_next_extent() 109 pcluster = PVT(inode)->start_cluster; in fat_next_extent() 138 PVT(inode)->offset = lcluster << sbi->clust_shift; in fat_next_extent() 139 PVT(inode)->here = ((xcluster-2) << sbi->clust_shift) + data_area; in fat_next_extent() 192 if (sector_pos < PVT(inode)->offset) { in get_the_right_sector() 195 sector = PVT(inode)->start; in get_the_right_sector() 197 where = PVT(inode)->offset; in get_the_right_sector() 198 sector = PVT(inode)->here; in get_the_right_sector() [all …]
|
D | fat_fs.h | 158 #define PVT(i) ((struct fat_pvt_inode *)((i)->pvt)) macro
|
/external/syslinux/core/fs/pxe/ |
D | ftp.c | 35 struct pxe_pvt_inode *socket = PVT(inode); in ftp_cmd_response() 153 struct pxe_pvt_inode *socket = PVT(inode); in ftp_free() 165 struct pxe_pvt_inode *socket = PVT(inode); in ftp_close_file() 169 ctlsock = socket->ctl ? PVT(socket->ctl) : NULL; in ftp_close_file() 188 struct pxe_pvt_inode *socket = PVT(inode); in ftp_open() 210 ctlsock = PVT(socket->ctl); in ftp_open()
|
D | gpxeurl.c | 6 struct pxe_pvt_inode *socket = PVT(inode); in gpxe_close_file() 20 struct pxe_pvt_inode *socket = PVT(inode); in gpxe_get_packet() 68 struct pxe_pvt_inode *socket = PVT(inode); in gpxe_open()
|
D | tftp.c | 22 struct pxe_pvt_inode *socket = PVT(inode); in tftp_close_file() 45 struct pxe_pvt_inode *socket = PVT(inode); in tftp_error() 65 struct pxe_pvt_inode *socket = PVT(inode); in ack_packet() 88 struct pxe_pvt_inode *socket = PVT(inode); in tftp_get_packet() 188 struct pxe_pvt_inode *socket = PVT(inode); in tftp_open()
|
D | pxe.c | 45 struct pxe_pvt_inode *socket = PVT(inode); in free_socket() 54 struct pxe_pvt_inode *socket = PVT(inode); in pxe_close_file() 153 struct pxe_pvt_inode *socket = PVT(inode); in pxe_getc() 176 struct pxe_pvt_inode *socket = PVT(inode); in fill_buffer() 200 struct pxe_pvt_inode *socket = PVT(inode); in pxe_getfssec() 677 struct pxe_pvt_inode *socket = PVT(inode); in pxe_readdir()
|
D | core.c | 289 struct pxe_pvt_inode *socket = PVT(inode); in core_tcp_close_file() 311 struct pxe_pvt_inode *socket = PVT(inode); in core_tcp_fill_buffer()
|
D | pxe.h | 151 #define PVT(i) ((struct pxe_pvt_inode *)((i)->pvt)) macro
|
D | http.c | 158 struct pxe_pvt_inode *socket = PVT(inode); in http_open()
|
/external/syslinux/core/fs/ext2/ |
D | bmap.c | 54 leaf = ext4_find_leaf(fs, &PVT(inode)->i_extent_hdr, block); in bmap_extent() 156 return scan_set_nblocks(&PVT(inode)->i_block[block], in bmap_traditional() 162 return bmap_indirect(fs, PVT(inode)->i_block[EXT2_IND_BLOCK], in bmap_traditional() 168 return bmap_indirect(fs, PVT(inode)->i_block[EXT2_DIND_BLOCK], in bmap_traditional() 174 return bmap_indirect(fs, PVT(inode)->i_block[EXT2_TIND_BLOCK], in bmap_traditional()
|
D | ext2.c | 158 memcpy(PVT(inode)->i_block, e_inode->i_block, sizeof PVT(inode)->i_block); in fill_inode() 232 memcpy(buf, PVT(inode)->i_block, inode->size); in ext2_readlink()
|
D | ext2_fs.h | 303 #define PVT(i) ((struct ext2_pvt_inode *)((i)->pvt)) macro
|
/external/syslinux/core/fs/ufs/ |
D | bmap.c | 142 return scan_set_nblocks((uint8_t *) PVT(inode)->direct_blk_ptr, in ufs_bmap() 149 return bmap_indirect(fs, PVT(inode)->indirect_blk_ptr, in ufs_bmap() 155 return bmap_indirect(fs, PVT(inode)->double_indirect_blk_ptr, in ufs_bmap() 161 return bmap_indirect(fs, PVT(inode)->triple_indirect_blk_ptr, in ufs_bmap()
|
D | ufs.h | 208 #define PVT(p) ((struct ufs_inode_pvt *) p->pvt) macro
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 19847228785f83487ed5ad325b298364.000008bb.honggfuzz.cov | 9 !�BPVT/z��A�}��&��\sS*/*�z�Ҙ��W+|@�M�5������78&�8�a 21 !�BPVT/z��A�}��&��\sS*/*�z�Ҙ��W+|@�M�5������78&�8�a 33 !�BPVT/z��A�}��&��\sS*/*�z�Ҙ��W+|@�M�5������78&�8�a
|
/external/syslinux/core/fs/iso9660/ |
D | iso9660.c | 101 block_t dir_block = PVT(inode)->lba; in iso_find_entry() 177 PVT(inode)->lba = de->extent_le; in iso_get_inode() 223 data = get_cache(fs->fs_dev, PVT(inode)->lba + i); in iso_readdir()
|
D | iso9660_fs.h | 54 #define PVT(i) ((struct iso9660_pvt_inode *)((i)->pvt)) macro
|
/external/syslinux/core/fs/btrfs/ |
D | btrfs.c | 439 PVT(inode)->offset = offset; in btrfs_iget_by_inr() 474 logical_physical(inode->fs, PVT(inode)->offset), in btrfs_readlink() 564 PVT(inode)->offset = offset; in btrfs_next_extent() 573 u32 off = PVT(file->inode)->offset % SECTOR_SIZE(fs); in btrfs_getfssec() 583 off = PVT(file->inode)->offset % SECTOR_SIZE(fs); in btrfs_getfssec()
|
D | btrfs.h | 293 #define PVT(i) ((struct btrfs_pvt_inode *)((i)->pvt)) macro
|
/external/syslinux/efi/ |
D | tcp.c | 176 struct pxe_pvt_inode *socket = PVT(inode); in core_tcp_close_file() 204 struct pxe_pvt_inode *socket = PVT(inode); in core_tcp_fill_buffer()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 133 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace); 134 SDValue SExtPromoteOperand(SDValue Op, EVT PVT); 135 SDValue ZExtPromoteOperand(SDValue Op, EVT PVT); 683 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand() argument 693 return DAG.getExtLoad(ExtType, dl, PVT, in PromoteOperand() 704 return DAG.getNode(ISD::AssertSext, dl, PVT, in PromoteOperand() 705 SExtPromoteOperand(Op.getOperand(0), PVT), in PromoteOperand() 708 return DAG.getNode(ISD::AssertZext, dl, PVT, in PromoteOperand() 709 ZExtPromoteOperand(Op.getOperand(0), PVT), in PromoteOperand() 714 return DAG.getNode(ExtOpc, dl, PVT, Op); in PromoteOperand() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 207 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace); 208 SDValue SExtPromoteOperand(SDValue Op, EVT PVT); 209 SDValue ZExtPromoteOperand(SDValue Op, EVT PVT); 954 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand() argument 961 ? (TLI.isLoadExtLegal(ISD::ZEXTLOAD, PVT, MemVT) ? ISD::ZEXTLOAD in PromoteOperand() 965 return DAG.getExtLoad(ExtType, dl, PVT, in PromoteOperand() 974 return DAG.getNode(ISD::AssertSext, dl, PVT, in PromoteOperand() 975 SExtPromoteOperand(Op.getOperand(0), PVT), in PromoteOperand() 978 return DAG.getNode(ISD::AssertZext, dl, PVT, in PromoteOperand() 979 ZExtPromoteOperand(Op.getOperand(0), PVT), in PromoteOperand() [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 8656 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local 8657 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjSetJmp() 8700 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjSetJmp() 8701 const int64_t TOCOffset = 3 * PVT.getStoreSize(); in emitEHSjLjSetJmp() 8702 const int64_t BPOffset = 4 * PVT.getStoreSize(); in emitEHSjLjSetJmp() 8705 const TargetRegisterClass *PtrRC = getRegClassFor(PVT); in emitEHSjLjSetJmp() 8794 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local 8795 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjLongJmp() 8799 (PVT == MVT::i64) ? &PPC::G8RCRegClass : &PPC::GPRCRegClass; in emitEHSjLjLongJmp() 8802 unsigned FP = (PVT == MVT::i64) ? PPC::X31 : PPC::R31; in emitEHSjLjLongJmp() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 579 virtual bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 3183 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local 3184 unsigned RegSize = PVT.getStoreSize(); in emitEHSjLjLongJmp() 3185 assert(PVT == MVT::i32 && "Invalid Pointer Size!"); in emitEHSjLjLongJmp() 3236 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local 3237 unsigned RegSize = PVT.getStoreSize(); in emitEHSjLjSetJmp() 3238 assert(PVT == MVT::i32 && "Invalid Pointer Size!"); in emitEHSjLjSetJmp()
|