Home
last modified time | relevance | path

Searched refs:ClusterId (Results 1 – 25 of 1719) sorted by relevance

12345678910>>...69

/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/
H A DClusterId.java36 public class ClusterId { class
42 public ClusterId() { in ClusterId() method in ClusterId
46 public ClusterId(final String uuid) { in ClusterId() method in ClusterId
63 public static ClusterId parseFrom(final byte [] bytes) throws DeserializationException { in parseFrom()
66 ClusterIdProtos.ClusterId.Builder builder = ClusterIdProtos.ClusterId.newBuilder(); in parseFrom()
67 ClusterIdProtos.ClusterId cid = null; in parseFrom()
77 return new ClusterId(Bytes.toString(bytes)); in parseFrom()
84 ClusterIdProtos.ClusterId convert() { in convert()
85 ClusterIdProtos.ClusterId.Builder builder = ClusterIdProtos.ClusterId.newBuilder(); in convert()
93 static ClusterId convert(final ClusterIdProtos.ClusterId cid) { in convert()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-exegesis/lib/
H A DClustering.h32 class ClusterId {
34 static ClusterId noise() { return ClusterId(kNoise); } in noise()
35 static ClusterId error() { return ClusterId(kError); } in error()
36 static ClusterId makeValid(size_t Id) { return ClusterId(Id); } in makeValid()
37 ClusterId() : Id_(kUndef) {} in ClusterId() function
53 explicit ClusterId(size_t Id) : Id_(Id) {} in ClusterId() function
64 explicit Cluster(const ClusterId &Id) : Id(Id) {} in Cluster()
66 const ClusterId Id;
71 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint()
77 const Cluster &getCluster(ClusterId Id) const { in getCluster()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-exegesis/lib/
H A DClustering.h33 class ClusterId {
35 static ClusterId noise() { return ClusterId(kNoise); } in noise()
36 static ClusterId error() { return ClusterId(kError); } in error()
37 static ClusterId makeValid(size_t Id) { return ClusterId(Id); } in makeValid()
38 ClusterId() : Id_(kUndef) {} in ClusterId() function
54 explicit ClusterId(size_t Id) : Id_(Id) {} in ClusterId() function
65 explicit Cluster(const ClusterId &Id) : Id(Id) {} in Cluster()
67 const ClusterId Id;
72 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint()
78 const Cluster &getCluster(ClusterId Id) const { in getCluster()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-exegesis/lib/
H A DClustering.h37 class ClusterId {
39 static ClusterId noise() { return ClusterId(kNoise); } in noise()
40 static ClusterId error() { return ClusterId(kError); } in error()
42 return ClusterId(Id, IsUnstable);
44 static ClusterId makeValidUnstable(size_t Id) { in makeValidUnstable()
48 ClusterId() : Id_(kUndef), IsUnstable_(false) {} in ClusterId() function
67 ClusterId(size_t Id, bool IsUnstable = false)
85 const ClusterId Id;
90 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint()
96 const Cluster &getCluster(ClusterId Id) const { in getCluster()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-exegesis/lib/
H A DClustering.h37 class ClusterId {
39 static ClusterId noise() { return ClusterId(kNoise); } in noise()
40 static ClusterId error() { return ClusterId(kError); } in error()
42 return ClusterId(Id, IsUnstable);
44 static ClusterId makeValidUnstable(size_t Id) { in makeValidUnstable()
48 ClusterId() : Id_(kUndef), IsUnstable_(false) {} in ClusterId() function
67 ClusterId(size_t Id, bool IsUnstable = false)
85 const ClusterId Id;
90 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint()
96 const Cluster &getCluster(ClusterId Id) const { in getCluster()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-exegesis/lib/
H A DClustering.h38 class ClusterId {
40 static ClusterId noise() { return ClusterId(kNoise); } in noise()
41 static ClusterId error() { return ClusterId(kError); } in error()
43 return ClusterId(Id, IsUnstable);
45 static ClusterId makeValidUnstable(size_t Id) { in makeValidUnstable()
49 ClusterId() : Id_(kUndef), IsUnstable_(false) {} in ClusterId() function
68 ClusterId(size_t Id, bool IsUnstable = false)
86 const ClusterId Id;
91 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint()
97 const Cluster &getCluster(ClusterId Id) const { in getCluster()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-exegesis/lib/
H A DClustering.h37 class ClusterId {
39 static ClusterId noise() { return ClusterId(kNoise); } in noise()
40 static ClusterId error() { return ClusterId(kError); } in error()
42 return ClusterId(Id, IsUnstable);
44 static ClusterId makeValidUnstable(size_t Id) { in makeValidUnstable()
48 ClusterId() : Id_(kUndef), IsUnstable_(false) {} in ClusterId() function
67 ClusterId(size_t Id, bool IsUnstable = false)
85 const ClusterId Id;
90 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint()
96 const Cluster &getCluster(ClusterId Id) const { in getCluster()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-exegesis/lib/
H A DClustering.h37 class ClusterId {
39 static ClusterId noise() { return ClusterId(kNoise); } in noise()
40 static ClusterId error() { return ClusterId(kError); } in error()
42 return ClusterId(Id, IsUnstable);
44 static ClusterId makeValidUnstable(size_t Id) { in makeValidUnstable()
48 ClusterId() : Id_(kUndef), IsUnstable_(false) {} in ClusterId() function
67 ClusterId(size_t Id, bool IsUnstable = false)
85 const ClusterId Id;
90 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint()
96 const Cluster &getCluster(ClusterId Id) const { in getCluster()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DClustering.h37 class ClusterId {
39 static ClusterId noise() { return ClusterId(kNoise); } in noise()
40 static ClusterId error() { return ClusterId(kError); } in error()
42 return ClusterId(Id, IsUnstable);
44 static ClusterId makeValidUnstable(size_t Id) { in makeValidUnstable()
48 ClusterId() : Id_(kUndef), IsUnstable_(false) {} in ClusterId() function
67 ClusterId(size_t Id, bool IsUnstable = false)
85 const ClusterId Id;
90 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint()
96 const Cluster &getCluster(ClusterId Id) const { in getCluster()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DClustering.h37 class ClusterId {
39 static ClusterId noise() { return ClusterId(kNoise); } in noise()
40 static ClusterId error() { return ClusterId(kError); } in error()
42 return ClusterId(Id, IsUnstable);
44 static ClusterId makeValidUnstable(size_t Id) { in makeValidUnstable()
48 ClusterId() : Id_(kUndef), IsUnstable_(false) {} in ClusterId() function
67 ClusterId(size_t Id, bool IsUnstable = false)
85 const ClusterId Id;
90 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint()
96 const Cluster &getCluster(ClusterId Id) const { in getCluster()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DClustering.h37 class ClusterId {
39 static ClusterId noise() { return ClusterId(kNoise); } in noise()
40 static ClusterId error() { return ClusterId(kError); } in error()
42 return ClusterId(Id, IsUnstable);
44 static ClusterId makeValidUnstable(size_t Id) { in makeValidUnstable()
48 ClusterId() : Id_(kUndef), IsUnstable_(false) {} in ClusterId() function
67 ClusterId(size_t Id, bool IsUnstable = false)
85 const ClusterId Id;
90 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint()
96 const Cluster &getCluster(ClusterId Id) const { in getCluster()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-exegesis/lib/
H A DClustering.h37 class ClusterId {
39 static ClusterId noise() { return ClusterId(kNoise); } in noise()
40 static ClusterId error() { return ClusterId(kError); } in error()
42 return ClusterId(Id, IsUnstable);
44 static ClusterId makeValidUnstable(size_t Id) { in makeValidUnstable()
48 ClusterId() : Id_(kUndef), IsUnstable_(false) {} in ClusterId() function
67 ClusterId(size_t Id, bool IsUnstable = false)
85 const ClusterId Id;
90 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint()
96 const Cluster &getCluster(ClusterId Id) const { in getCluster()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DClustering.h37 class ClusterId {
39 static ClusterId noise() { return ClusterId(kNoise); } in noise()
40 static ClusterId error() { return ClusterId(kError); } in error()
42 return ClusterId(Id, IsUnstable);
44 static ClusterId makeValidUnstable(size_t Id) { in makeValidUnstable()
48 ClusterId() : Id_(kUndef), IsUnstable_(false) {} in ClusterId() function
67 ClusterId(size_t Id, bool IsUnstable = false)
85 const ClusterId Id;
90 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint()
96 const Cluster &getCluster(ClusterId Id) const { in getCluster()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DClustering.h37 class ClusterId {
39 static ClusterId noise() { return ClusterId(kNoise); } in noise()
40 static ClusterId error() { return ClusterId(kError); } in error()
42 return ClusterId(Id, IsUnstable);
44 static ClusterId makeValidUnstable(size_t Id) { in makeValidUnstable()
48 ClusterId() : Id_(kUndef), IsUnstable_(false) {} in ClusterId() function
67 ClusterId(size_t Id, bool IsUnstable = false)
85 const ClusterId Id;
90 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint()
96 const Cluster &getCluster(ClusterId Id) const { in getCluster()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DClustering.h37 class ClusterId {
39 static ClusterId noise() { return ClusterId(kNoise); } in noise()
40 static ClusterId error() { return ClusterId(kError); } in error()
42 return ClusterId(Id, IsUnstable);
44 static ClusterId makeValidUnstable(size_t Id) { in makeValidUnstable()
48 ClusterId() : Id_(kUndef), IsUnstable_(false) {} in ClusterId() function
67 ClusterId(size_t Id, bool IsUnstable = false)
85 const ClusterId Id;
90 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint()
96 const Cluster &getCluster(ClusterId Id) const { in getCluster()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DClustering.h37 class ClusterId {
39 static ClusterId noise() { return ClusterId(kNoise); } in noise()
40 static ClusterId error() { return ClusterId(kError); } in error()
42 return ClusterId(Id, IsUnstable);
44 static ClusterId makeValidUnstable(size_t Id) { in makeValidUnstable()
48 ClusterId() : Id_(kUndef), IsUnstable_(false) {} in ClusterId() function
67 ClusterId(size_t Id, bool IsUnstable = false)
85 const ClusterId Id;
90 ClusterId getClusterIdForPoint(size_t P) const { in getClusterIdForPoint()
96 const Cluster &getCluster(ClusterId Id) const { in getCluster()
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/
H A DClusterIdProtos.java50 public static final class ClusterId extends class in ClusterIdProtos
60 private static final ClusterId defaultInstance;
61 public static ClusterId getDefaultInstance() { in getDefaultInstance()
65 public ClusterId getDefaultInstanceForType() { in getDefaultInstanceForType()
75 private ClusterId( in ClusterId() method in ClusterIdProtos.ClusterId
127 public static com.google.protobuf.Parser<ClusterId> PARSER =
128 new com.google.protobuf.AbstractParser<ClusterId>() {
129 public ClusterId parsePartialFrom(
133 return new ClusterId(input, extensionRegistry);
253 …otobuf.generated.ClusterIdProtos.ClusterId other = (org.apache.hadoop.hbase.protobuf.generated.Clu… in equals()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp55 InstructionBenchmarkClustering::ClusterId::noise()), in TEST()
58 InstructionBenchmarkClustering::ClusterId::error()), in TEST()
62 InstructionBenchmarkClustering::ClusterId::error()); in TEST()
64 InstructionBenchmarkClustering::ClusterId::noise()); in TEST()
93 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
96 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
97 InstructionBenchmarkClustering::ClusterId::noise()); in TEST()
99 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
100 InstructionBenchmarkClustering::ClusterId::error()); in TEST()
102 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::noise(), in TEST()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp49 InstructionBenchmarkClustering::ClusterId::noise()),
52 InstructionBenchmarkClustering::ClusterId::error()),
56 InstructionBenchmarkClustering::ClusterId::error());
58 InstructionBenchmarkClustering::ClusterId::noise());
86 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1),
89 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2),
90 InstructionBenchmarkClustering::ClusterId::noise());
92 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2),
93 InstructionBenchmarkClustering::ClusterId::error());
95 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::noise(),
[all …]
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Hisilicon/Hi1616/D05AcpiTables/
H A DHi1616Platform.h29 #define PLATFORM_GET_MPID_TA(ClusterId, CoreId) (HI1616_MPID_TA_BASE | ((ClusterId) << 8) | (Core… argument
30 #define PLATFORM_GET_MPID_TB(ClusterId, CoreId) (HI1616_MPID_TB_BASE | ((ClusterId) << 8) | (Core… argument
31 #define PLATFORM_GET_MPID_TA_2(ClusterId, CoreId) (HI1616_MPID_TA_2_BASE | ((ClusterId) << 8) | (… argument
32 #define PLATFORM_GET_MPID_TB_2(ClusterId, CoreId) (HI1616_MPID_TB_2_BASE | ((ClusterId) << 8) | (… argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp55 InstructionBenchmarkClustering::ClusterId::noise()), in TEST()
58 InstructionBenchmarkClustering::ClusterId::error()), in TEST()
62 InstructionBenchmarkClustering::ClusterId::error()); in TEST()
64 InstructionBenchmarkClustering::ClusterId::noise()); in TEST()
97 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
100 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
101 InstructionBenchmarkClustering::ClusterId::noise()); in TEST()
103 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
104 InstructionBenchmarkClustering::ClusterId::error()); in TEST()
106 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::noise(), in TEST()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp55 InstructionBenchmarkClustering::ClusterId::noise()), in TEST()
58 InstructionBenchmarkClustering::ClusterId::error()), in TEST()
62 InstructionBenchmarkClustering::ClusterId::error()); in TEST()
64 InstructionBenchmarkClustering::ClusterId::noise()); in TEST()
97 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
100 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
101 InstructionBenchmarkClustering::ClusterId::noise()); in TEST()
103 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
104 InstructionBenchmarkClustering::ClusterId::error()); in TEST()
106 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::noise(), in TEST()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp55 InstructionBenchmarkClustering::ClusterId::noise()), in TEST()
58 InstructionBenchmarkClustering::ClusterId::error()), in TEST()
62 InstructionBenchmarkClustering::ClusterId::error()); in TEST()
64 InstructionBenchmarkClustering::ClusterId::noise()); in TEST()
97 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
100 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
101 InstructionBenchmarkClustering::ClusterId::noise()); in TEST()
103 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
104 InstructionBenchmarkClustering::ClusterId::error()); in TEST()
106 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::noise(), in TEST()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp55 InstructionBenchmarkClustering::ClusterId::noise()), in TEST()
58 InstructionBenchmarkClustering::ClusterId::error()), in TEST()
62 InstructionBenchmarkClustering::ClusterId::error()); in TEST()
64 InstructionBenchmarkClustering::ClusterId::noise()); in TEST()
97 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
100 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
101 InstructionBenchmarkClustering::ClusterId::noise()); in TEST()
103 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
104 InstructionBenchmarkClustering::ClusterId::error()); in TEST()
106 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::noise(), in TEST()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/tools/llvm-exegesis/
H A DClusteringTest.cpp55 InstructionBenchmarkClustering::ClusterId::noise()), in TEST()
58 InstructionBenchmarkClustering::ClusterId::error()), in TEST()
62 InstructionBenchmarkClustering::ClusterId::error()); in TEST()
64 InstructionBenchmarkClustering::ClusterId::noise()); in TEST()
97 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(1), in TEST()
100 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
101 InstructionBenchmarkClustering::ClusterId::noise()); in TEST()
103 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::makeValid(2), in TEST()
104 InstructionBenchmarkClustering::ClusterId::error()); in TEST()
106 ASSERT_LT(InstructionBenchmarkClustering::ClusterId::noise(), in TEST()
[all …]

12345678910>>...69