Home
last modified time | relevance | path

Searched refs:PVT (Results 1 – 25 of 29) sorted by relevance

12

/external/syslinux/core/fs/fat/
Dfat.c104 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 …]
Dfat_fs.h158 #define PVT(i) ((struct fat_pvt_inode *)((i)->pvt)) macro
/external/syslinux/core/fs/pxe/
Dftp.c35 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()
Dgpxeurl.c6 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()
Dtftp.c22 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()
Dpxe.c45 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()
Dcore.c289 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()
Dpxe.h151 #define PVT(i) ((struct pxe_pvt_inode *)((i)->pvt)) macro
Dhttp.c158 struct pxe_pvt_inode *socket = PVT(inode); in http_open()
/external/syslinux/core/fs/ext2/
Dbmap.c54 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()
Dext2.c158 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()
Dext2_fs.h303 #define PVT(i) ((struct ext2_pvt_inode *)((i)->pvt)) macro
/external/syslinux/core/fs/ufs/
Dbmap.c142 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()
Dufs.h208 #define PVT(p) ((struct ufs_inode_pvt *) p->pvt) macro
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D19847228785f83487ed5ad325b298364.000008bb.honggfuzz.cov9 � ! �BPVT/z��A�}��&��\sS*/*�z��Ҙ��W +|@�M�5���������������7��8&�8�a
21 � ! �BPVT/z��A�}��&��\sS*/*�z��Ҙ��W +|@�M�5���������������7��8&�8�a
33 � ! �BPVT/z��A�}��&��\sS*/*�z��Ҙ��W +|@�M�5���������������7��8&�8�a
/external/syslinux/core/fs/iso9660/
Diso9660.c101 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()
Diso9660_fs.h54 #define PVT(i) ((struct iso9660_pvt_inode *)((i)->pvt)) macro
/external/syslinux/core/fs/btrfs/
Dbtrfs.c439 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()
Dbtrfs.h293 #define PVT(i) ((struct btrfs_pvt_inode *)((i)->pvt)) macro
/external/syslinux/efi/
Dtcp.c176 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/
DDAGCombiner.cpp133 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/
DDAGCombiner.cpp207 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/
DPPCISelLowering.cpp8656 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/
DX86ISelLowering.h579 virtual bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const;
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp3183 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()

12