Home
last modified time | relevance | path

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

12345678910>>...16

/external/clang/lib/Rewrite/Core/
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()
470 RopePieceBTreeNode *RopePieceBTreeInterior::split(unsigned Offset) { in split()
496 RopePieceBTreeNode *RopePieceBTreeInterior::insert(unsigned Offset, in insert()
565 void RopePieceBTreeInterior::erase(unsigned Offset, unsigned NumBytes) { in erase()
626 RopePieceBTreeNode *RopePieceBTreeNode::split(unsigned Offset) { in split()
639 RopePieceBTreeNode *RopePieceBTreeNode::insert(unsigned Offset, in insert()
649 void RopePieceBTreeNode::erase(unsigned Offset, unsigned NumBytes) { in erase()
739 void RopePieceBTree::insert(unsigned Offset, const RopePiece &R) { in insert()
[all …]
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dsmall_glyph_metrics.h28 struct Offset { struct
29 enum {
Debdt_table.h29 struct Offset { struct
30 enum {
Dbig_glyph_metrics.h27 struct Offset { struct
28 enum {
Debsc_table.h27 struct Offset { struct
37 kBitmapScaleTable_vert = EblcTable::Offset::kSbitLineMetricsLength, argument
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
Dsmall_glyph_metrics.h28 struct Offset { struct
29 enum {
Debdt_table.h29 struct Offset { struct
30 enum {
Dbig_glyph_metrics.h27 struct Offset { struct
28 enum {
Debsc_table.h27 struct Offset { struct
37 kBitmapScaleTable_vert = EblcTable::Offset::kSbitLineMetricsLength, argument
/external/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/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
Dhorizontal_metrics_table.h60 struct Offset { struct
66 // Offset within an hMetric argument
Dhorizontal_device_metrics_table.h58 struct Offset { struct
65 // Offsets within a device record argument
Dhorizontal_header_table.h86 struct Offset { struct
98 kCaretOffset = 22, argument
Dmaximum_profile_table.h90 struct Offset { struct
91 enum {
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
Dfont_factory.h97 struct Offset { struct
99 // Offsets within the main directory. argument
/external/sfntly/cpp/src/sfntly/table/core/
Dhorizontal_metrics_table.h60 struct Offset { struct
66 // Offset within an hMetric argument
Dhorizontal_device_metrics_table.h58 struct Offset { struct
65 // Offsets within a device record argument
Dhorizontal_header_table.h86 struct Offset { struct
98 kCaretOffset = 22, argument
Dmaximum_profile_table.h90 struct Offset { struct
91 enum {
/external/sfntly/cpp/src/sfntly/
Dfont_factory.h97 struct Offset { struct
99 // Offsets within the main directory. argument
/external/compiler-rt/lib/ubsan/
Dubsan_type_hash.h26 sptr Offset; variable
30 DynamicTypeInfo(const char *MDTN, sptr Offset, const char *STN) in DynamicTypeInfo()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp250 SDValue Offset, Base; in SelectLoad() local
431 SDValue Addr, Offset, Base; in SelectLoadVector() local
818 SDValue Base, Offset, Addr; in SelectLDGLDUVector() local
1348 SDValue Offset, Base; in SelectStore() local
1529 SDValue Addr, Offset, Base; in SelectStoreVector() local
1904 SDValue Offset = Node->getOperand(2); in SelectLoadParam() local
2034 SDValue Offset = N->getOperand(1); in SelectStoreRetval() local
2159 SDValue Offset = N->getOperand(2); in SelectStoreParam() local
2334 SDNode *OpNode, SDValue Addr, SDValue &Base, SDValue &Offset, MVT mvt) { in SelectADDRsi_imp()
2349 SDValue &Base, SDValue &Offset) { in SelectADDRsi()
[all …]
/external/llvm/lib/DebugInfo/
DDWARFDebugFrame.cpp29 FrameEntry(FrameKind K, DataExtractor D, uint64_t Offset, uint64_t Length) in FrameEntry()
58 uint64_t Offset; member in llvm::FrameEntry
101 void FrameEntry::parseInstructions(uint32_t *Offset, uint32_t EndOffset) { in parseInstructions()
205 CIE(DataExtractor D, uint64_t Offset, uint64_t Length, uint8_t Version, in CIE()
251 FDE(DataExtractor D, uint64_t Offset, uint64_t Length, in FDE()
299 uint32_t Offset, int Length) { in dumpDataAux()
310 uint32_t Offset = 0; in parse() local
/external/llvm/lib/Support/
DMemoryBuffer.cpp186 static uint64_t getLegalMapOffset(uint64_t Offset) { in getLegalMapOffset()
190 static uint64_t getLegalMapSize(uint64_t Len, uint64_t Offset) { in getLegalMapSize()
194 const char *getStart(uint64_t Len, uint64_t Offset) { in getStart()
200 uint64_t Offset, error_code EC) in MemoryBufferMMapFile()
274 off_t Offset, in shouldUseMmap()
316 int64_t Offset, bool RequiresNullTerminator) { in getOpenFileImpl()
403 uint64_t MapSize, int64_t Offset) { in getOpenFileSlice()
/external/clang/lib/AST/
DExternalASTSource.cpp37 Stmt *ExternalASTSource::GetExternalDeclStmt(uint64_t Offset) { in GetExternalDeclStmt()
42 ExternalASTSource::GetExternalCXXBaseSpecifiers(uint64_t Offset) { in GetExternalCXXBaseSpecifiers()

12345678910>>...16