Home
last modified time | relevance | path

Searched defs:BlockHeader (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/gpu/
DGrMemoryPool.h83 struct BlockHeader { struct
87 BlockHeader* fNext; ///< doubly-linked list of blocks. argument
88 BlockHeader* fPrev; argument
105 BlockHeader* fHeader; ///< pointer back to the block header in which an alloc resides argument
/external/libwebm/webm_parser/src/
Dblock_header_parser.h22 struct BlockHeader { struct
27 bool operator==(const BlockHeader& other) const { argument
/external/icing/icing/index/main/
Dindex-block.h195 struct BlockHeader { struct
209 BlockHeader* header_; argument
/external/llvm-project/compiler-rt/lib/xray/
Dxray_profile_collector.cpp53 struct BlockHeader { struct
54 u32 BlockSize;
55 u32 BlockNum;
56 u64 ThreadId;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DProfile.cpp45 struct BlockHeader { struct
46 uint32_t Size;
47 uint32_t Number;
48 uint64_t Thread;
/external/llvm-project/llvm/lib/XRay/
DProfile.cpp45 struct BlockHeader { struct
46 uint32_t Size;
47 uint32_t Number;
48 uint64_t Thread;
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp25 const LineBlockFragmentHeader *BlockHeader; in operator ()() local
114 LineBlockFragmentHeader BlockHeader; in commit() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp25 const LineBlockFragmentHeader *BlockHeader; in operator ()() local
114 LineBlockFragmentHeader BlockHeader; in commit() local
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.cc100 struct PersistentMemoryAllocator::BlockHeader { struct in base::PersistentMemoryAllocator
101 uint32_t size; // Number of bytes in this block, including header.
102 uint32_t cookie; // Constant value indicating completed allocation.
103 std::atomic<uint32_t> type_id; // Arbitrary number indicating data type.
104 std::atomic<uint32_t> next; // Pointer to the next block when iterating.
/external/llvm/include/llvm/DebugInfo/CodeView/
DModuleSubstreamVisitor.h35 const LineFileBlockHeader *BlockHeader; in operator() local
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cpp143 struct BlockHeader { struct
144 u64 magic;
/external/ImageMagick/MagickCore/
Dmemory.c103 #define BlockHeader(block) ((size_t *) (block)-1) macro