Home
last modified time | relevance | path

Searched defs:BlockType (Results 1 – 25 of 63) sorted by relevance

123

/external/pigweed/pw_malloc/
Dfirst_fit.cc22 using BlockType = ::pw::allocator::FirstFitBlock<PW_MALLOC_BLOCK_OFFSET_TYPE>; typedef
Dbest_fit.cc22 using BlockType = ::pw::allocator::BestFitBlock<PW_MALLOC_BLOCK_OFFSET_TYPE>; typedef
Dworst_fit.cc22 using BlockType = ::pw::allocator::WorstFitBlock<PW_MALLOC_BLOCK_OFFSET_TYPE>; typedef
Dbucket_allocator.cc22 using BlockType = ::pw::allocator::BucketBlock<PW_MALLOC_BLOCK_OFFSET_TYPE>; typedef
/external/eigen/Eigen/src/SparseCore/
DSparseBlock.h21 typedef Block<XprType, BlockRows, BlockCols, true> BlockType; typedef
29 EIGEN_SPARSE_PUBLIC_INTERFACE(BlockType) in EIGEN_SPARSE_PUBLIC_INTERFACE() argument
100 typedef Block<SparseMatrixType, BlockRows, BlockCols, true> BlockType; typedef
336 typedef Block<XprType, BlockRows, BlockCols, InnerPanel> BlockType; typedef
/external/pigweed/pw_allocator/public/pw_allocator/
Dblock_allocator.h213 virtual void ReserveBlock(BlockType&) {} in ReserveBlock() argument
221 virtual void RecycleBlock(BlockType&) {} in RecycleBlock() argument
/external/openthread/src/cli/
Dcli_coap_secure.hpp90 enum BlockType : uint8_t{ enum in ot::Cli::CoapSecure
Dcli_coap.hpp82 enum BlockType : uint8_t{ enum in ot::Cli::Coap
/external/pigweed/pw_allocator/bucket/
Dunordered_test.cc30 using BlockType = ::pw::allocator::DetailedBlock<uint32_t, UnorderedItem>; typedef
Dsequenced_test.cc30 using BlockType = ::pw::allocator::DetailedBlock<uint32_t, SequencedItem>; typedef
Dfast_sorted_test.cc30 using BlockType = typedef
Dsorted_test.cc30 using BlockType = ::pw::allocator::DetailedBlock<uint32_t, SortedItem>; typedef
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/Utils/
DWebAssemblyTypeUtilities.h30 enum class BlockType : unsigned { enum
/external/eigen/Eigen/src/plugins/
DIndexedViewMethods.h87 …:traits<typename EIGEN_INDEXED_VIEW_METHOD_TYPE<RowIndices,ColIndices>::type>::BlockType BlockType; in operator() typedef
/external/pigweed/pw_allocator/size_report/public/pw_allocator/size_report/
Dsize_report.h30 using BlockType = SmallBlock; variable
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/
Dtext_annotation.proto117 enum BlockType { enum
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dbasic_block.h29 enum BlockType : uint32_t { enum
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p4beta1/src/main/proto/google/cloud/vision/v1p4beta1/
Dtext_annotation.proto119 enum BlockType { enum
/external/angle/third_party/spirv-tools/src/source/val/
Dbasic_block.h29 enum BlockType : uint32_t { enum
/external/googleapis/google/cloud/vision/v1/
Dtext_annotation.proto118 enum BlockType { enum
/external/googleapis/google/cloud/vision/v1p2beta1/
Dtext_annotation.proto117 enum BlockType { enum
/external/googleapis/google/cloud/vision/v1p4beta1/
Dtext_annotation.proto119 enum BlockType { enum
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/
Dtext_annotation.proto117 enum BlockType { enum
/external/deqp-deps/SPIRV-Tools/source/val/
Dbasic_block.h29 enum BlockType : uint32_t { enum
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p2beta1/src/main/proto/google/cloud/vision/v1p2beta1/
Dtext_annotation.proto117 enum BlockType { enum

123