Home
last modified time | relevance | path

Searched defs:Offset (Results 1 – 25 of 806) sorted by relevance

12345678910>>...33

/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h25 template<typename T> struct Offset { struct
27 Offset() : o(0) {} in Offset() function
28 Offset(uoffset_t _o) : o(_o) {} in Offset() argument
29 Offset<void> Union() const { return Offset<void>(o); } in Union() argument
53 // we want to just read T, but in the case of Offset, we want to actually argument
/external/llvm/tools/llvm-readobj/
DARMAttributeParser.cpp75 uint32_t &Offset) { in ParseInteger()
83 uint32_t &Offset) { in ParseString()
91 uint32_t &Offset) { in IntegerAttribute()
97 uint32_t &Offset) { in StringAttribute()
121 uint32_t &Offset) { in CPU_arch()
135 uint32_t &Offset) { in CPU_arch_profile()
152 uint32_t &Offset) { in ARM_ISA_use()
162 uint32_t &Offset) { in THUMB_ISA_use()
172 uint32_t &Offset) { in FP_arch()
185 uint32_t &Offset) { in WMMX_arch()
[all …]
DARMWinEHPrinter.cpp97 uint64_t Offset = 0) { in formatSymbol()
218 uint64_t Offset) { in getRelocatedSymbol()
227 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_0xxxxxxx()
238 bool Decoder::opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_10Lxxxxx()
257 bool Decoder::opcode_1100xxxx(const uint8_t *OC, unsigned &Offset, in opcode_1100xxxx()
269 bool Decoder::opcode_11010Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11010Lxx()
286 bool Decoder::opcode_11011Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11011Lxx()
303 bool Decoder::opcode_11100xxx(const uint8_t *OC, unsigned &Offset, in opcode_11100xxx()
317 bool Decoder::opcode_111010xx(const uint8_t *OC, unsigned &Offset, in opcode_111010xx()
330 bool Decoder::opcode_1110110L(const uint8_t *OC, unsigned &Offset, in opcode_1110110L()
[all …]
DWin64EHDumper.cpp116 const coff_section *Section, uint64_t Offset, in formatSymbol()
143 uint64_t Offset, in resolveRelocation()
167 uint64_t Offset, in printRuntimeFunctionEntry()
238 off_t Offset, const UnwindInfo &UI) { in printUnwindInfo()
289 uint64_t Offset; in printRuntimeFunction() local
/external/llvm/lib/DebugInfo/CodeView/
DByteStream.cpp18 static Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Src, in writeBytes()
24 static Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Src, in writeBytes()
36 Error ByteStream<Writable>::readBytes(uint32_t Offset, uint32_t Size, in readBytes()
48 uint32_t Offset, ArrayRef<uint8_t> &Buffer) const { in readLongestContiguousChunk()
56 Error ByteStream<Writable>::writeBytes(uint32_t Offset, in writeBytes()
/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamRef.h24 StreamRef(const StreamInterface &Stream, uint32_t Offset, uint32_t Length) in StreamRef()
30 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes()
41 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk()
57 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) const { in writeBytes()
82 StreamRef slice(uint32_t Offset, uint32_t Len) const { in slice()
/external/clang/lib/Rewrite/
DRewriteRope.cpp234 RopePieceBTreeNode *RopePieceBTreeLeaf::split(unsigned Offset) { in split()
275 RopePieceBTreeNode *RopePieceBTreeLeaf::insert(unsigned Offset, in insert()
336 void RopePieceBTreeLeaf::erase(unsigned Offset, unsigned NumBytes) { in erase()
472 RopePieceBTreeNode *RopePieceBTreeInterior::split(unsigned Offset) { in split()
498 RopePieceBTreeNode *RopePieceBTreeInterior::insert(unsigned Offset, in insert()
567 void RopePieceBTreeInterior::erase(unsigned Offset, unsigned NumBytes) { in erase()
628 RopePieceBTreeNode *RopePieceBTreeNode::split(unsigned Offset) { in split()
641 RopePieceBTreeNode *RopePieceBTreeNode::insert(unsigned Offset, in insert()
651 void RopePieceBTreeNode::erase(unsigned Offset, unsigned NumBytes) { in erase()
741 void RopePieceBTree::insert(unsigned Offset, const RopePiece &R) { in insert()
[all …]
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObject.cpp131 StringRef MachOObject::getData(size_t Offset, size_t Size) const { in getData()
147 uint64_t Offset; in getLoadCommandInfo() local
267 uint64_t Offset = (DLC.IndirectSymbolTableOffset + in ReadIndirectSymbolTableEntry() local
290 uint64_t Offset = (LCI.Offset + sizeof(macho::SegmentLoadCommand) + in ReadSection() local
313 uint64_t Offset = (LCI.Offset + sizeof(macho::Segment64LoadCommand) + in ReadSection64() local
326 uint64_t Offset = (RelocationTableOffset + in ReadRelocationEntry() local
340 uint64_t Offset = (SymbolTableOffset + in ReadSymbolTableEntry() local
354 uint64_t Offset = (SymbolTableOffset + in ReadSymbol64TableEntry() local
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1270 int Offset = SignExtend32<16>(Insn & 0xffff); in DecodeMem() local
1292 int Offset = SignExtend32<9>(Insn >> 7); in DecodeMemEVA() local
1313 int Offset = SignExtend32<9>(Insn & 0x1ff); in DecodeLoadByte9() local
1331 int Offset = SignExtend32<16>(Insn & 0xffff); in DecodeLoadByte15() local
1349 int Offset = SignExtend32<16>(Insn & 0xffff); in DecodeCacheOp() local
1366 int Offset = SignExtend32<12>(Insn & 0xfff); in DecodeCacheOpMM() local
1383 int Offset = SignExtend32<9>(Insn & 0x1ff); in DecodePrefeOpMM() local
1400 int Offset = SignExtend32<9>(Insn >> 7); in DecodeCacheeOp_CacheOpR6() local
1417 int Offset = SignExtend32<9>(Insn & 0x1ff); in DecodeStoreEvaOpMM() local
1435 int Offset = SignExtend32<16>(Insn & 0xffff); in DecodeSyncI() local
[all …]
/external/llvm/lib/Support/
DMemoryBuffer.cpp181 uint64_t Offset) { in getFileSlice()
197 static uint64_t getLegalMapOffset(uint64_t Offset) { in getLegalMapOffset()
201 static uint64_t getLegalMapSize(uint64_t Len, uint64_t Offset) { in getLegalMapSize()
205 const char *getStart(uint64_t Len, uint64_t Offset) { in getStart()
211 uint64_t Offset, std::error_code &EC) in MemoryBufferMMapFile()
269 uint64_t Offset, bool RequiresNullTerminator, bool IsVolatileSize) { in getFileAux()
285 off_t Offset, in shouldUseMmap()
340 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, in getOpenFileImpl()
425 int64_t Offset) { in getOpenFileSlice()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp35 void DwarfExpression::AddRegIndirect(int DwarfReg, int Offset, bool Deref) { in AddRegIndirect()
69 unsigned MachineReg, int Offset) { in AddMachineRegIndirect()
140 unsigned Offset = TRI.getSubRegIdxOffset(Idx); in AddMachineRegPiece() local
187 unsigned Offset = 0; in AddUnsignedConstant() local
231 unsigned Offset = I->getArg(0); in AddMachineRegExpression() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DMemoryBuffer.cpp181 uint64_t Offset) { in getFileSlice()
197 static uint64_t getLegalMapOffset(uint64_t Offset) { in getLegalMapOffset()
201 static uint64_t getLegalMapSize(uint64_t Len, uint64_t Offset) { in getLegalMapSize()
205 const char *getStart(uint64_t Len, uint64_t Offset) { in getStart()
211 uint64_t Offset, std::error_code &EC) in MemoryBufferMMapFile()
269 uint64_t Offset, bool RequiresNullTerminator, bool IsVolatileSize) { in getFileAux()
285 off_t Offset, in shouldUseMmap()
340 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, in getOpenFileImpl()
425 int64_t Offset) { in getOpenFileSlice()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DOutputBuffer.h126 void fixhalf(unsigned short X, unsigned Offset) { in fixhalf()
131 void fixword(unsigned X, unsigned Offset) { in fixword()
138 void fixxword(uint64_t X, unsigned Offset) { in fixxword()
149 void fixaddr(uint64_t X, unsigned Offset) { in fixaddr()
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp55 FrameRef(MachineBasicBlock::iterator I, int64_t Offset, int Idx) : in FrameRef()
135 int FrameIdx, int64_t &Offset, in AdjustStackOffset()
170 bool StackGrowsDown, int64_t &Offset, in AssignProtectedObjSet()
190 int64_t Offset = 0; in calculateFrameObjectOffsets() local
263 int64_t Offset = FrameSizeAdjust + LocalFrameOffset - BaseOffset; in lookupCandidateBaseReg() local
351 int64_t Offset = 0; in insertFrameReferenceRegisters() local
/external/gemmlowp/meta/
Dstreams.h50 static const InType* Offset(const RowMajor& params, const InType* source, in Offset() function
57 static InType* Offset(const RowMajor& params, InType* source, in Offset() function
72 static const InType* Offset(const RowMajorWithSum& params, in Offset() function
80 static InType* Offset(const RowMajorWithSum& params, InType* source, in Offset() function
97 static const InType* Offset(const ColumnMajorWithSum& params, in Offset() function
105 static const InType* Offset(const ColumnMajorWithSum& params, InType* source, in Offset() function
/external/sfntly/cpp/src/sfntly/table/bitmap/
Debdt_table.h29 struct Offset { struct
30 enum {
Dsmall_glyph_metrics.h28 struct Offset { struct
29 enum {
/external/llvm/lib/Target/XCore/
DXCoreRegisterInfo.cpp64 unsigned Reg, unsigned FrameReg, int Offset ) { in InsertFPImmInst()
96 int Offset, RegScavenger *RS ) { in InsertFPConstInst()
131 unsigned Reg, int Offset) { in InsertSPImmInst()
164 unsigned Reg, int Offset, RegScavenger *RS ) { in InsertSPConstInst()
274 int Offset = MF.getFrameInfo()->getObjectOffset(FrameIndex); in eliminateFrameIndex() local
/external/clang/lib/AST/
DExternalASTSource.cpp46 void ExternalASTSource::FindFileRegionDecls(FileID File, unsigned Offset, in FindFileRegionDecls()
86 Stmt *ExternalASTSource::GetExternalDeclStmt(uint64_t Offset) { in GetExternalDeclStmt()
91 ExternalASTSource::GetExternalCXXCtorInitializers(uint64_t Offset) { in GetExternalCXXCtorInitializers()
96 ExternalASTSource::GetExternalCXXBaseSpecifiers(uint64_t Offset) { in GetExternalCXXBaseSpecifiers()
/external/llvm/lib/Analysis/
DTypeMetadataUtils.cpp25 bool *HasNonCallUses, Value *FPtr, uint64_t Offset) { in findCallsAtConstantOffset()
44 Value *VPtr, int64_t Offset) { in findLoadCallsAtConstantOffset()
94 auto *Offset = dyn_cast<ConstantInt>(CI->getArgOperand(1)); in findDevirtualizableCallsForTypeCheckedLoad() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLocalStackSlotAllocation.cpp50 FrameRef(MachineBasicBlock::iterator I, int64_t Offset) : in FrameRef()
119 int FrameIdx, int64_t &Offset, in AdjustStackOffset()
158 int64_t Offset = 0; in calculateFrameObjectOffsets() local
212 int64_t Offset = FrameSizeAdjust + LocalFrameOffset - RegOffset.second; in lookupCandidateBaseReg() local
295 int64_t Offset = 0; in insertFrameReferenceRegisters() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp737 SDValue Offset, Base; in tryLoad() local
918 SDValue Addr, Offset, Base; in tryLoadVector() local
1335 SDValue Base, Offset, Addr; in tryLDGLDU() local
2171 SDValue Offset, Base; in tryStore() local
2354 SDValue Addr, Offset, Base; in tryStoreVector() local
2728 SDValue Offset = Node->getOperand(2); in tryLoadParam() local
2857 SDValue Offset = N->getOperand(1); in tryStoreRetval() local
2983 SDValue Offset = N->getOperand(2); in tryStoreParam() local
5090 SDNode *OpNode, SDValue Addr, SDValue &Base, SDValue &Offset, MVT mvt) { in SelectADDRsi_imp()
5106 SDValue &Base, SDValue &Offset) { in SelectADDRsi()
[all …]
/external/sfntly/cpp/src/sfntly/table/core/
Dhorizontal_device_metrics_table.h58 struct Offset { struct
65 // Offsets within a device record argument
Dhorizontal_metrics_table.h60 struct Offset { struct
66 // Offset within an hMetric argument
/external/sfntly/cpp/src/sfntly/
Dfont_factory.h97 struct Offset { struct
99 // Offsets within the main directory. argument

12345678910>>...33