Home
last modified time | relevance | path

Searched defs:HeaderSize (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/common/
DPoolAlloc.h102 static constexpr size_t HeaderSize() { return sizeof(Allocation); } in HeaderSize() function
105 static constexpr size_t HeaderSize() { return 0; } in HeaderSize() function
/third_party/skia/third_party/externals/angle2/src/common/
DPoolAlloc.cpp116 static constexpr size_t HeaderSize() { return sizeof(Allocation); } in HeaderSize() function in angle::Allocation
119 static constexpr size_t HeaderSize() { return 0; } in HeaderSize() function in angle::Allocation
/third_party/ffmpeg/libavformat/
Dcinedec.c61 int HeaderSize; in cine_read_probe() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeHeader.h158 size_t HeaderSize; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWindowsResource.h62 support::ulittle32_t HeaderSize; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp343 uint64_t HeaderSize = DWARFListTableHeader::getHeaderSize(Format); in parseListTableHeader() local
535 uint64_t HeaderSize = DWARFListTableHeader::getHeaderSize(Header.getFormat()); in tryExtractDIEsIfNeeded() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp103 auto HeaderSize = OS.tell() - HeaderStart; in EmitDebugAranges() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTF.h58 HeaderSize = 24, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h284 support::ulittle32_t HeaderSize; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp803 uint64_t HeaderSize = SecHdrTable.front().Offset; in dumpSectionInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp1511 uint32_t HeaderSize = in recognizeAndInsertFFS() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp203 unsigned HeaderSize = Obj.is64Bit() ? sizeof(MachO::mach_header_64) in getFirstLoadCommandInfo() local
214 unsigned HeaderSize = Obj.is64Bit() ? sizeof(MachO::mach_header_64) in getNextLoadCommandInfo() local
/third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/
Dndis.h775 UINT HeaderSize; member