/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
D | Header.h | 45 struct Header { struct 49 uint32_t Magic; 54 uint16_t Version; 56 uint8_t AddrOffSize; 58 uint8_t UUIDSize; 62 uint64_t BaseAddress; 64 uint32_t NumAddresses; 72 uint32_t StrtabOffset; 80 uint32_t StrtabSize; 109 /// \returns A Header or an error describing the issue that was argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugArangeSet.h | 23 struct Header { struct 26 uint32_t Length; 29 uint32_t CuOffset; 53 Header HeaderData; argument
|
D | DWARFDebugAddr.h | 31 struct Header { struct 49 Header HeaderData; argument
|
D | DWARFUnitIndex.h | 34 struct Header { struct 35 uint32_t Version; 36 uint32_t NumColumns; 37 uint32_t NumUnits; 38 uint32_t NumBuckets = 0; 70 struct Header Header; variable
|
D | DWARFListTable.h | 57 struct Header { struct 74 Header HeaderData; argument 140 DWARFListTableHeader Header; variable
|
D | DWARFAcceleratorTable.h | 84 struct Header { struct 90 uint32_t HeaderDataLength; argument 105 struct Header Hdr; argument 245 struct Header : public HeaderPOD { struct 246 SmallString<8> AugmentationString;
|
/third_party/skia/src/gpu/ |
D | GrMemoryPool.h | 108 struct Header { struct 109 int fStart; 110 int fEnd; 112 int fID; // ID that can be used to track down leaks by clients. 115 int fSentinel; // set to a known value to check for memory stomping; poisoned in ASAN mode
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 119 struct Header { struct in __anon323e0a120311::AppleAccelTableWriter 120 uint32_t Magic = MagicHash; 121 uint16_t Version = 1; 122 uint16_t HashFunction = dwarf::DW_hash_function_djb; 123 uint32_t BucketCount; 124 uint32_t HashCount; 125 uint32_t HeaderDataLength; 128 static const uint32_t MagicHash = 0x48415348; 130 Header(uint32_t BucketCount, uint32_t UniqueHashCount, uint32_t DataLength) in Header() argument 137 void dump() const { print(dbgs()); } in dump() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_info.h | 86 struct Header { // counts of: struct 87 std::size_t timecnt; // transition times 88 std::size_t typecnt; // transition types 89 std::size_t charcnt; // zone abbreviation characters 90 std::size_t leapcnt; // leap seconds (we expect none) 91 std::size_t ttisstdcnt; // UTC/local indicators (unused) 92 std::size_t ttisutcnt; // standard/wall indicators (unused)
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | PoolAlloc.h | 207 struct Header struct 209 Header(Header *nextPage, size_t pageCount) in Header() argument 218 ~Header() in ~Header() argument 226 Header *nextPage; argument 236 Header *page; argument
|
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
D | Hyphenator.cpp | 87 struct Header { struct 88 uint32_t magic; 89 uint32_t version; 90 uint32_t alphabet_offset; 91 uint32_t trie_offset; 92 uint32_t pattern_offset; 93 uint32_t file_size; 96 const uint8_t* bytes() const { in bytes() 99 uint32_t alphabetVersion() const { in alphabetVersion() 102 const AlphabetTable0* alphabetTable0() const { in alphabetTable0() [all …]
|
/third_party/flutter/txt/src/minikin/ |
D | Hyphenator.cpp | 87 struct Header { struct 88 uint32_t magic; 89 uint32_t version; 90 uint32_t alphabet_offset; 91 uint32_t trie_offset; 92 uint32_t pattern_offset; 93 uint32_t file_size; 96 const uint8_t* bytes() const { in bytes() 99 uint32_t alphabetVersion() const { in alphabetVersion() 102 const AlphabetTable0* alphabetTable0() const { in alphabetTable0() [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/ |
D | Header.java | 34 public final class Header { class 67 public Header(int tag, long checksum, int offset, int length) { in Header() method in Header 85 public Header(int tag, int length) { in Header() method in Header 102 public Header(int tag) { in Header() method in Header
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/ |
D | Header.java | 34 public final class Header { class 67 public Header(int tag, long checksum, int offset, int length) { in Header() method in Header 85 public Header(int tag, int length) { in Header() method in Header 102 public Header(int tag) { in Header() method in Header
|
/third_party/nghttp2/src/ |
D | http2.h | 48 struct Header { struct 56 Header() : token(-1), no_index(false) {} in Header() function 72 struct HeaderRef { argument
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/ |
D | header.cc | 24 Header::Header(int32_t tag) in Header() function in sfntly::Header 34 Header::Header(int32_t tag, int32_t length) in Header() function in sfntly::Header 44 Header::Header(int32_t tag, int64_t checksum, int32_t offset, int32_t length) in Header() function in sfntly::Header
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/ |
D | header.cc | 24 Header::Header(int32_t tag) in Header() function in sfntly::Header 34 Header::Header(int32_t tag, int32_t length) in Header() function in sfntly::Header 44 Header::Header(int32_t tag, int64_t checksum, int32_t offset, int32_t length) in Header() function in sfntly::Header
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | IRSymtab.h | 129 struct Header { struct 133 Word Version; 134 enum { kCurrentVersion = 2 }; 140 Str Producer; 142 Range<Module> Modules; 143 Range<Comdat> Comdats; 144 Range<Symbol> Symbols; 145 Range<Uncommon> Uncommons; 147 Str TargetTriple, SourceFileName; 150 Str COFFLinkerOpts; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTF.h | 75 struct Header { struct 76 uint16_t Magic; ///< Magic value 77 uint8_t Version; ///< Version number 78 uint8_t Flags; ///< Extra flags 79 uint32_t HdrLen; ///< Length of this header 82 uint32_t TypeOff; ///< Offset of type section 83 uint32_t TypeLen; ///< Length of type section 84 uint32_t StrOff; ///< Offset of string section 85 uint32_t StrLen; ///< Length of string section
|
/third_party/flutter/skia/src/gpu/ |
D | GrTRecorder.h | 90 struct Header { struct 91 Header* fNext = nullptr; argument 94 TBase* get() const { return reinterpret_cast<TBase*>(const_cast<Header*>(this) + 1); } in get() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | COFFYAML.h | 70 COFF::section Header; member 84 COFF::symbol Header; member 99 COFF::PE32Header Header; member 105 COFF::header Header; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Minidump.h | 32 struct Header { struct 46 static_assert(sizeof(Header) == 32, ""); argument
|
/third_party/gn/src/gn/ |
D | immutable_vector.h | 84 struct Header { struct 89 ImmutableVectorView(Header* header) : header_(header) {} in ImmutableVectorView() argument 213 using Header = typename ImmutableVectorView<T>::Header; variable
|
/third_party/node/deps/npm/node_modules/tar/ |
D | README.md | 865 #### constructor(data, [offset=0]) 872 #### decode(block, offset) 878 #### set(data) 882 #### encode(buffer, offset)
|
/third_party/flutter/skia/src/gpu/geometry/ |
D | GrQuadBuffer.h | 141 struct alignas(int32_t) Header { struct 148 static_assert(sizeof(Header) == sizeof(int32_t), "Header should be 4 bytes"); argument
|