Home
last modified time | relevance | path

Searched defs:Block (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/external/skqp/src/sksl/ir/
DSkSLBlock.h19 struct Block : public Statement { struct
22 : INHERITED(offset, kBlock_Kind) in INHERITED() argument
40 return std::unique_ptr<Statement>(new Block(fOffset, std::move(cloned), fSymbols)); in clone() argument
43 String description() const override { in description()
55 const std::shared_ptr<SymbolTable> fSymbols;
56 std::vector<std::unique_ptr<Statement>> fStatements;
58 typedef Statement INHERITED;
/external/perfetto/include/perfetto/protozero/
Dmessage_arena.h78 struct Block { struct
81 Block() { PERFETTO_ASAN_POISON(storage, sizeof(storage)); } in Block() argument
90 std::list<Block> blocks_; argument
/external/libgav1/libgav1/src/
Dtile.h751 struct Tile::Block { struct
752 Block(const Tile& tile, BlockSize size, int row4x4, int column4x4, in Block() argument
821 bool HasChroma() const { return has_chroma; } in HasChroma()
825 ReferenceFrameType TopReference(int index) const { in TopReference()
829 ReferenceFrameType LeftReference(int index) const { in LeftReference()
855 const ptrdiff_t stride = tile.BlockParametersStride(); in HasOverlappableCandidates() argument
886 const BlockSize size; argument
889 BlockSize residual_size[kMaxPlanes]; argument
896 const BlockParameters* bp_top; argument
897 const BlockParameters* bp_left; argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DBlockIndexer.h28 struct Block { struct
36 using Index = DenseMap<std::pair<uint64_t, int32_t>, std::vector<Block>>; argument
/external/llvm-project/llvm/include/llvm/XRay/
DBlockIndexer.h28 struct Block { struct
36 using Index = DenseMap<std::pair<uint64_t, int32_t>, std::vector<Block>>; argument
/external/tensorflow/tensorflow/core/platform/cloud/
Dram_file_block_cache.h169 struct Block { struct
188 /// The block map is an ordered map from Key to Block. argument
/external/crosvm/devices/src/virtio/vhost/user/
Dblock.rs32 pub struct Block { struct
39 impl Block { argument
40 pub fn new<P: AsRef<Path>>(base_features: u64, socket_path: P) -> Result<Block> { in new()
74 impl Drop for Block { implementation
87 impl VirtioDevice for Block { implementation
/external/pigweed/pw_allocator/
Dblock_test.cc26 TEST(Block, CanCreateSingleBlock) { in TEST() argument
43 TEST(Block, CannotCreateUnalignedSingleBlock) { in TEST() argument
56 TEST(Block, CannotCreateTooSmallBlock) { in TEST() argument
65 TEST(Block, CanSplitBlock) { in TEST() argument
91 TEST(Block, CanSplitBlockUnaligned) { in TEST() argument
120 TEST(Block, CanSplitMidBlock) { in TEST() argument
150 TEST(Block, CannotSplitBlockWithoutHeaderSpace) { in TEST() argument
166 TEST(Block, MustProvideNextBlockPointer) { in TEST() argument
178 TEST(Block, CannotMakeBlockLargerInSplit) { in TEST() argument
192 TEST(Block, CannotMakeSecondBlockLargerInSplit) { in TEST() argument
[all …]
/external/skqp/src/core/
DSkDeque.cpp11 struct SkDeque::Block { struct in SkDeque
12 Block* fNext;
13 Block* fPrev;
14 char* fBegin; // start of used section in this chunk
15 char* fEnd; // end of used section in this chunk
16 char* fStop; // end of the allocated chunk
18 char* start() { return (char*)(this + 1); } in start()
19 const char* start() const { return (const char*)(this + 1); } in start()
21 void init(size_t size) { in init()
/external/skia/src/core/
DSkDeque.cpp11 struct SkDeque::Block { struct in SkDeque
12 Block* fNext;
13 Block* fPrev;
14 char* fBegin; // start of used section in this chunk
15 char* fEnd; // end of used section in this chunk
16 char* fStop; // end of the allocated chunk
18 char* start() { return (char*)(this + 1); } in start()
19 const char* start() const { return (const char*)(this + 1); } in start()
21 void init(size_t size) { in init()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dram_file_block_cache.h185 struct Block { struct
204 /// The block map is an ordered map from Key to Block. argument
/external/rust/crates/ring/src/aead/
Dblock.rs23 pub struct Block { struct
29 impl Block { impl
75 pub fn bitxor_assign(&mut self, a: Block) { in bitxor_assign()
82 impl From<&'_ [u8; BLOCK_LEN]> for Block { implementation
89 impl AsRef<[u8; BLOCK_LEN]> for Block { implementation
/external/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp555 struct Block struct
557 bool is_error;
558 bool bogus_colour_endpoints;
559 bool bogus_weights;
561 int high_prec;
562 int dual_plane;
563 int colour_component_selector;
564 int wt_range;
565 int wt_w, wt_h, wt_d;
566 int num_parts;
[all …]
/external/perfetto/src/trace_processor/containers/
Dstring_pool.h157 struct Block { struct
158 explicit Block(size_t size) in Block() function
166 Block& operator=(Block&&) = default; argument
170 Block& operator=(const Block&) = delete; argument
172 uint8_t* Get(uint32_t offset) const { in Get()
198 // are the index of the Block in the pool, and the remaining 25 bits the argument
/external/llvm-project/clang/docs/
DPCHInternals.rst199 .. _pchinternals-sourcemgr:
227 .. _pchinternals-preprocessor:
240 .. _pchinternals-types:
263 .. _pchinternals-decls:
394 .. _pchinternals-method-pool:
/external/clang/docs/
DPCHInternals.rst199 .. _pchinternals-sourcemgr:
227 .. _pchinternals-preprocessor:
240 .. _pchinternals-types:
263 .. _pchinternals-decls:
394 .. _pchinternals-method-pool:
/external/llvm-project/clang-tools-extra/clang-doc/
DBitcodeWriter.cpp265 StreamSubBlockGuard Block(Stream, BI_VERSION_BLOCK_ID); in emitVersionBlock() local
293 void ClangDocBitcodeWriter::emitAbbrev(RecordId ID, BlockId Block) { in emitAbbrev()
382 for (const auto &Block : RecordsByBlock) { in emitBlockInfoBlock() local
404 StreamSubBlockGuard Block(Stream, BI_REFERENCE_BLOCK_ID); in emitBlock() local
414 StreamSubBlockGuard Block(Stream, BI_TYPE_BLOCK_ID); in emitBlock() local
419 StreamSubBlockGuard Block(Stream, BI_FIELD_TYPE_BLOCK_ID); in emitBlock() local
425 StreamSubBlockGuard Block(Stream, BI_MEMBER_TYPE_BLOCK_ID); in emitBlock() local
432 StreamSubBlockGuard Block(Stream, BI_COMMENT_BLOCK_ID); in emitBlock() local
454 StreamSubBlockGuard Block(Stream, BI_NAMESPACE_BLOCK_ID); in emitBlock() local
473 StreamSubBlockGuard Block(Stream, BI_ENUM_BLOCK_ID); in emitBlock() local
[all …]
/external/deqp/framework/delibs/decpp/
DdeAppendList.hpp68 struct Block struct in de::AppendList
70 const size_t blockNdx;
71 ElementType* elements;
72 Block* volatile next;
74 Block (size_t blockNdx_, size_t size) in Block() argument
82 ~Block (void) in ~Block()
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h106 struct Block { struct
107 Block(uint32_t ChecksumBufferOffset) in Block() function
123 void createBlock(StringRef FileName); argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h106 struct Block { struct
107 Block(uint32_t ChecksumBufferOffset) in Block() function
123 void createBlock(StringRef FileName); argument
/external/rust/cxx/gen/src/
Dblock.rs4 pub enum Block<'a> { enum
12 impl<'a> Block<'a> { impl
/external/rust/crates/tokio/src/sync/mpsc/
Dblock.rs13 pub(crate) struct Block<T> { struct
20 next: AtomicPtr<Block<T>>, argument
23 ready_slots: AtomicUsize,
27 observed_tail_position: UnsafeCell<usize>,
32 values: Values<T>,
75 impl<T> Block<T> { implementation
/external/llvm-project/clang/lib/Analysis/
DThreadSafetyTIL.cpp169 for (auto *Block : successors()) in topologicalSort() local
262 for (auto *Block : Blocks) in renumberInstrs() local
305 for (auto *Block : Blocks) in computeNormalForm() local
318 for (auto *Block : Blocks.reverse()) { in computeNormalForm() local
324 for (auto *Block : Blocks) { in computeNormalForm() local
329 for (auto *Block : Blocks.reverse()) { in computeNormalForm() local
/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp171 for (auto *Block : successors()) in topologicalSort() local
264 for (auto *Block : Blocks) in renumberInstrs() local
309 for (auto *Block : Blocks) in computeNormalForm() local
322 for (auto *Block : Blocks.reverse()) { in computeNormalForm() local
328 for (auto *Block : Blocks) { in computeNormalForm() local
333 for (auto *Block : Blocks.reverse()) { in computeNormalForm() local
/external/llvm-project/llvm/unittests/XRay/
DFDRBlockVerifierTest.cpp73 auto Block = LogBuilder() in TEST() local
88 auto Block = LogBuilder() in TEST() local
102 auto Block = LogBuilder() in TEST() local
117 auto Block = LogBuilder() in TEST() local

12345678910>>...22