/external/swiftshader/third_party/subzero/src/ |
D | IceIntrinsics.cpp | 82 assert(NumTypes >= 1); in validateIntrinsic() 93 for (size_t i = 1; i < NumTypes; ++i) { in validateIntrinsic() 103 assert(NumTypes > 1); in getArgType() 104 assert(Index + 1 < NumTypes); in getArgType()
|
D | IceIntrinsics.h | 144 uint8_t NumTypes; member 153 assert(NumTypes > 0); in getReturnType() 159 assert(NumTypes > 0); in getNumArgs() 160 return NumTypes - 1; in getNumArgs()
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | layout.h | 349 NumTypes = sizeof...(Elements), 355 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 357 static_assert(NumTypes > 0, "Internal error"); 598 static_assert(NumTypes == NumSizes, "You must specify sizes of all fields"); 599 return Offset<NumTypes - 1>() + 600 SizeOf<ElementType<NumTypes - 1>>() * size_[NumTypes - 1]; 659 if (NumTypes == NumSizes && last >= 0) {
|
/external/abseil-cpp/absl/container/internal/ |
D | layout.h | 347 NumTypes = sizeof...(Elements), 353 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 355 static_assert(NumTypes > 0, "Internal error"); 596 static_assert(NumTypes == NumSizes, "You must specify sizes of all fields"); 597 return Offset<NumTypes - 1>() + 598 SizeOf<ElementType<NumTypes - 1>>() * size_[NumTypes - 1]; 657 if (NumTypes == NumSizes && last >= 0) {
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | layout.h | 349 NumTypes = sizeof...(Elements), 355 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 357 static_assert(NumTypes > 0, "Internal error"); 598 static_assert(NumTypes == NumSizes, "You must specify sizes of all fields"); 599 return Offset<NumTypes - 1>() + 600 SizeOf<ElementType<NumTypes - 1>>::value * size_[NumTypes - 1]; 659 if (NumTypes == NumSizes && last >= 0) {
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | layout.h | 347 NumTypes = sizeof...(Elements), 353 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 355 static_assert(NumTypes > 0, "Internal error"); 596 static_assert(NumTypes == NumSizes, "You must specify sizes of all fields"); 597 return Offset<NumTypes - 1>() + 598 SizeOf<ElementType<NumTypes - 1>>() * size_[NumTypes - 1]; 657 if (NumTypes == NumSizes && last >= 0) {
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | layout.h | 349 NumTypes = sizeof...(Elements), 355 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 357 static_assert(NumTypes > 0, "Internal error"); 598 static_assert(NumTypes == NumSizes, "You must specify sizes of all fields"); 599 return Offset<NumTypes - 1>() + 600 SizeOf<ElementType<NumTypes - 1>>() * size_[NumTypes - 1]; 659 if (NumTypes == NumSizes && last >= 0) {
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | layout.h | 349 NumTypes = sizeof...(Elements), 355 static_assert(NumOffsets == adl_barrier::Min(NumTypes, NumSizes + 1), 357 static_assert(NumTypes > 0, "Internal error"); 598 static_assert(NumTypes == NumSizes, "You must specify sizes of all fields"); 599 return Offset<NumTypes - 1>() + 600 SizeOf<ElementType<NumTypes - 1>>() * size_[NumTypes - 1]; 659 if (NumTypes == NumSizes && last >= 0) {
|
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/Analysis/ |
D | DependenceAnalysis.h | 47 enum DependenceType { RAR = 0, RAW, WAR, WAW, NumTypes }; enumerator 151 DependenceGraph dependencesFromGraphs[DependenceType::NumTypes]; 154 DependenceGraph dependencesIntoGraphs[DependenceType::NumTypes];
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | TypeReferenceTracker.cpp | 24 uint32_t NumTypes = 0; in getNumRecordsInCollection() local 26 ++NumTypes; in getNumRecordsInCollection() 27 return NumTypes; in getNumRecordsInCollection()
|
/external/llvm-project/clang/utils/TableGen/ |
D | ClangOpcodesEmitter.cpp | 25 unsigned NumTypes; member in __anonb5264c080111::ClangOpcodesEmitter 30 NumTypes(Records.getAllDerivedDefinitions("Type").size()) {} in ClangOpcodesEmitter() 302 if (Cases.size() < NumTypes) in EmitGroup()
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | type_manager_test.cpp | 265 EXPECT_EQ(type_id_strs.size(), manager.NumTypes()); in TEST() 515 ASSERT_EQ(7u, manager.NumTypes()); in TEST() 564 ASSERT_EQ(10u, manager.NumTypes()); in TEST() 601 ASSERT_EQ(5u, manager.NumTypes()); in TEST() 621 ASSERT_EQ(0u, manager.NumTypes()); in TEST() 637 ASSERT_EQ(5u, manager.NumTypes()); in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | type_manager_test.cpp | 265 EXPECT_EQ(type_id_strs.size(), manager.NumTypes()); in TEST() 515 ASSERT_EQ(7u, manager.NumTypes()); in TEST() 564 ASSERT_EQ(10u, manager.NumTypes()); in TEST() 601 ASSERT_EQ(5u, manager.NumTypes()); in TEST() 621 ASSERT_EQ(0u, manager.NumTypes()); in TEST() 637 ASSERT_EQ(5u, manager.NumTypes()); in TEST()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | type_manager_test.cpp | 265 EXPECT_EQ(type_id_strs.size(), manager.NumTypes()); in TEST() 515 ASSERT_EQ(7u, manager.NumTypes()); in TEST() 564 ASSERT_EQ(10u, manager.NumTypes()); in TEST() 601 ASSERT_EQ(5u, manager.NumTypes()); in TEST() 621 ASSERT_EQ(0u, manager.NumTypes()); in TEST() 637 ASSERT_EQ(5u, manager.NumTypes()); in TEST()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | type_manager.h | 93 size_t NumTypes() const { return id_to_type_.size(); } in NumTypes() function
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | type_manager.h | 93 size_t NumTypes() const { return id_to_type_.size(); } in NumTypes() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | type_manager.h | 93 size_t NumTypes() const { return id_to_type_.size(); } in NumTypes() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 944 uint32_t NumTypes = Signatures.size(); in parseFunctionSection() local 947 if (Type >= NumTypes) in parseFunctionSection()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstructionSelector.cpp | 1495 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in selectDivRem() local 1523 } OpTable[NumTypes] = { in selectDivRem()
|
D | X86FastISel.cpp | 1866 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem() local 1895 } OpTable[NumTypes] = { in X86SelectDivRem()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstructionSelector.cpp | 1539 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in selectDivRem() local 1567 } OpTable[NumTypes] = { in selectDivRem()
|
/external/llvm-project/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 1071 uint32_t NumTypes = Signatures.size(); in parseFunctionSection() local 1074 if (Type >= NumTypes) in parseFunctionSection()
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 1799 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in MatchTemplateParametersToScopeSpecifier() local 1842 TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier() 1878 if (TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1771 const static unsigned NumTypes = 4; // i8, i16, i32, i64 in X86SelectDivRem() local 1800 } OpTable[NumTypes] = { in X86SelectDivRem()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplate.cpp | 3171 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in MatchTemplateParametersToScopeSpecifier() local 3214 TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier() 3250 if (TypeIdx == NumTypes - 1) in MatchTemplateParametersToScopeSpecifier()
|