/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceSwitchLowering.cpp | 65 const uint64_t MinValue = CaseClusters.front().Low; in clusterizeSwitch() local 67 const uint64_t Range = MaxValue - MinValue; in clusterizeSwitch() 84 JumpTable->addTarget(I - MinValue, Case.Target); in clusterizeSwitch() 85 JumpTable->addTarget(Case.High - MinValue, Case.Target); in clusterizeSwitch() 91 CaseClusters.emplace_back(MinValue, MaxValue, JumpTable); in clusterizeSwitch()
|
/third_party/boost/boost/ |
D | integer.hpp | 193 template< boost::long_long_type MinValue > // minimum value to require support 195 template< long MinValue > // minimum value to require support 202 (MinValue >= ::boost::integer_traits<boost::long_long_type>::const_min) + 206 (MinValue >= ::boost::integer_traits<long>::const_min) + 207 (MinValue >= ::boost::integer_traits<int>::const_min) + 208 (MinValue >= ::boost::integer_traits<short>::const_min) + 209 (MinValue >= ::boost::integer_traits<signed char>::const_min)
|
D | integer_fwd.hpp | 114 template< boost::long_long_type MinValue > // minimum value to require support 116 template< long MinValue > // minimum value to require support
|
/third_party/grpc/src/csharp/Grpc.Core/Internal/ |
D | Timespec.cs | 111 return new Timespec(long.MinValue, 0, ClockType.Realtime); 182 return DateTime.MinValue; in ToDateTime() 195 return tv_sec > 0 ? DateTime.MaxValue : DateTime.MinValue; in ToDateTime() 200 return tv_sec > 0 ? DateTime.MaxValue : DateTime.MinValue; in ToDateTime() 219 if (dateTime == DateTime.MinValue) in FromDateTime()
|
/third_party/grpc/src/csharp/Grpc.Core.Tests/Internal/ |
D | TimespecTest.cs | 87 Assert.AreEqual(DateTime.MinValue, Timespec.InfPast.ToDateTime()); in ToDateTime() 116 Assert.AreEqual(DateTime.MinValue, new Timespec(long.MinValue + 100, 0).ToDateTime()); in ToDateTime_Overflow() 130 Assert.AreEqual(DateTime.MinValue, new Timespec(-seconds, 0).ToDateTime()); in ToDateTime_OutOfDateTimeRange() 151 Assert.AreEqual(Timespec.InfPast, Timespec.FromDateTime(DateTime.MinValue)); in FromDateTime()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | CustomOptionsTest.cs | 163 …AssertOption(int.MinValue, customOptions.TryGetInt32, Int32Opt, d.GetOption, d.GetOptions().GetExt… in MinValues() 164 …AssertOption(long.MinValue, customOptions.TryGetInt64, Int64Opt, d.GetOption, d.GetOptions().GetEx… in MinValues() 165 …AssertOption(uint.MinValue, customOptions.TryGetUInt32, Uint32Opt, d.GetOption, d.GetOptions().Get… in MinValues() 166 …AssertOption(ulong.MinValue, customOptions.TryGetUInt64, Uint64Opt, d.GetOption, d.GetOptions().Ge… in MinValues() 167 …AssertOption(int.MinValue, customOptions.TryGetSInt32, Sint32Opt, d.GetOption, d.GetOptions().GetE… in MinValues() 168 …AssertOption(long.MinValue, customOptions.TryGetSInt64, Sint64Opt, d.GetOption, d.GetOptions().Get… in MinValues() 169 …AssertOption(uint.MinValue, customOptions.TryGetUInt32, Fixed32Opt, d.GetOption, d.GetOptions().Ge… in MinValues() 170 …AssertOption(ulong.MinValue, customOptions.TryGetUInt64, Fixed64Opt, d.GetOption, d.GetOptions().G… in MinValues() 171 …AssertOption(int.MinValue, customOptions.TryGetInt32, Sfixed32Opt, d.GetOption, d.GetOptions().Get… in MinValues() 172 …AssertOption(long.MinValue, customOptions.TryGetInt64, Sfixed64Opt, d.GetOption, d.GetOptions().Ge… in MinValues()
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/ |
D | WrappersTest.cs | 137 Int32Field = { int.MaxValue, int.MinValue, 0 }, in RepeatedWrappersSerializeDeserialize() 138 Int64Field = { long.MaxValue, long.MinValue, 0L }, in RepeatedWrappersSerializeDeserialize() 140 Uint32Field = { uint.MaxValue, uint.MinValue, 0U }, in RepeatedWrappersSerializeDeserialize() 141 Uint64Field = { ulong.MaxValue, ulong.MinValue, 0UL }, in RepeatedWrappersSerializeDeserialize() 190 Int32Field = { { 5, int.MaxValue }, { 6, int.MinValue }, { 7, 0 } }, in MapWrappersSerializeDeserialize() 191 Int64Field = { { 8, long.MaxValue }, { 9, long.MinValue }, { 10, 0L } }, in MapWrappersSerializeDeserialize() 193 Uint32Field = { { 15, uint.MaxValue }, { 16, uint.MinValue }, { 17, 0U } }, in MapWrappersSerializeDeserialize() 194 Uint64Field = { { 18, ulong.MaxValue }, { 19, ulong.MinValue }, { 20, 0UL } }, in MapWrappersSerializeDeserialize()
|
D | TimestampTest.cs | 43 DateTime utcMin = DateTime.SpecifyKind(DateTime.MinValue, DateTimeKind.Utc); in FromAndToDateTime()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 96 RepeatedUint32 = { UInt32.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes() 97 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes() 148 RepeatedUint32 = { UInt32.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypesProto2() 149 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypesProto2() 200 …rInitializeExtension(RepeatedUint32Extension).AddRange(new[] { UInt32.MaxValue, UInt32.MinValue }); in CreateFullTestAllExtensions() 201 …rInitializeExtension(RepeatedUint64Extension).AddRange(new[] { UInt64.MaxValue, UInt32.MinValue }); in CreateFullTestAllExtensions()
|
D | GeneratedMessageTest.cs | 199 RepeatedUint32 = { uint.MaxValue, uint.MinValue }, in RoundTrip_RepeatedValues() 200 RepeatedUint64 = { ulong.MaxValue, uint.MinValue } in RoundTrip_RepeatedValues() 534 RepeatedUint32 = { uint.MaxValue, uint.MinValue }, in CloneRepeatedNonMessageValues() 535 RepeatedUint64 = { ulong.MaxValue, uint.MinValue } in CloneRepeatedNonMessageValues()
|
D | JsonParserTest.cs | 187 Int32Field = { int.MaxValue, int.MinValue, 0 }, in RepeatedWrappers() 188 Int64Field = { long.MaxValue, long.MinValue, 0L }, in RepeatedWrappers() 190 Uint32Field = { uint.MaxValue, uint.MinValue, 0U }, in RepeatedWrappers() 191 Uint64Field = { ulong.MaxValue, ulong.MinValue, 0UL }, in RepeatedWrappers()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | WrappersTest.cs | 141 Int32Field = { int.MaxValue, int.MinValue, 0 }, in RepeatedWrappersSerializeDeserialize() 142 Int64Field = { long.MaxValue, long.MinValue, 0L }, in RepeatedWrappersSerializeDeserialize() 144 Uint32Field = { uint.MaxValue, uint.MinValue, 0U }, in RepeatedWrappersSerializeDeserialize() 145 Uint64Field = { ulong.MaxValue, ulong.MinValue, 0UL }, in RepeatedWrappersSerializeDeserialize() 197 Int32Field = { { 5, int.MaxValue }, { 6, int.MinValue }, { 7, 0 } }, in MapWrappersSerializeDeserialize() 198 Int64Field = { { 8, long.MaxValue }, { 9, long.MinValue }, { 10, 0L } }, in MapWrappersSerializeDeserialize() 200 Uint32Field = { { 15, uint.MaxValue }, { 16, uint.MinValue }, { 17, 0U } }, in MapWrappersSerializeDeserialize() 201 Uint64Field = { { 18, ulong.MaxValue }, { 19, ulong.MinValue }, { 20, 0UL } }, in MapWrappersSerializeDeserialize()
|
D | TimestampTest.cs | 43 DateTime utcMin = DateTime.SpecifyKind(DateTime.MinValue, DateTimeKind.Utc); in FromAndToDateTime()
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 93 RepeatedUint32 = { UInt32.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes() 94 RepeatedUint64 = { UInt64.MaxValue, UInt32.MinValue }, in CreateFullTestAllTypes()
|
D | GeneratedMessageTest.cs | 196 RepeatedUint32 = { uint.MaxValue, uint.MinValue }, in RoundTrip_RepeatedValues() 197 RepeatedUint64 = { ulong.MaxValue, uint.MinValue } in RoundTrip_RepeatedValues() 488 RepeatedUint32 = { uint.MaxValue, uint.MinValue }, in CloneRepeatedNonMessageValues() 489 RepeatedUint64 = { ulong.MaxValue, uint.MinValue } in CloneRepeatedNonMessageValues()
|
D | JsonParserTest.cs | 185 Int32Field = { int.MaxValue, int.MinValue, 0 }, in RepeatedWrappers() 186 Int64Field = { long.MaxValue, long.MinValue, 0L }, in RepeatedWrappers() 188 Uint32Field = { uint.MaxValue, uint.MinValue, 0U }, in RepeatedWrappers() 189 Uint64Field = { ulong.MaxValue, ulong.MinValue, 0UL }, in RepeatedWrappers()
|
/third_party/grpc/src/csharp/Grpc.Core.Tests/ |
D | TimeoutsTest.cs | 98 …ls.BlockingUnaryCall(helper.CreateUnaryCall(new CallOptions(deadline: DateTime.MinValue)), "abc")); in DeadlineInThePast()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 41 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { in inRange() argument 44 return Value >= MinValue && Value <= MaxValue; in inRange() 234 bool isImm(int64_t MinValue, int64_t MaxValue) const { in isImm() argument 235 return Kind == KindImm && inRange(Imm, MinValue, MaxValue); in isImm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 204 APInt MinValue = APInt::getSignedMinValue(BitWidth); in makeExactMulNSWRegion() local 208 return ConstantRange(-MaxValue, MinValue); in makeExactMulNSWRegion() 213 Upper = APIntOps::RoundingSDiv(MinValue, V, APInt::Rounding::DOWN); in makeExactMulNSWRegion() 215 Lower = APIntOps::RoundingSDiv(MinValue, V, APInt::Rounding::UP); in makeExactMulNSWRegion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.cpp | 522 int MinValue = HexagonMCInstrInfo::getMinValue(MCII, MCI); in isConstExtended() local 524 return (MinValue > Value || Value > MaxValue); in isConstExtended()
|
/third_party/flatbuffers/include/flatbuffers/ |
D | idl.h | 427 const EnumVal *MinValue() const; 432 uint64_t Distance() const { return Distance(MinValue(), MaxValue()); } in Distance()
|
/third_party/flatbuffers/src/ |
D | idl_gen_cpp.cpp | 1051 enum_def && enum_def->MinValue()->IsZero() && in GenMiniReflect() 1140 const EnumVal *minv = enum_def.MinValue(); in GenEnum() 1225 GetEnumValUse(enum_def, *enum_def.MinValue()) + ", " + in GenEnum() 1230 if (enum_def.MinValue()->IsNonZero()) { in GenEnum() 1231 auto vals = GetEnumValUse(enum_def, *enum_def.MinValue()); in GenEnum()
|
D | idl_gen_java.cpp | 350 if (enum_def.MinValue()->IsNonZero()) in GenEnum() 351 code += " - " + enum_def.MinValue()->name; in GenEnum()
|
D | idl_gen_kotlin.cpp | 310 if (enum_def.MinValue()->IsNonZero()) in GenEnum() 311 writer += " - " + enum_def.MinValue()->name + ".toInt()\\"; in GenEnum()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 2159 const APInt *MinValue, *MaxValue; in matchSAddSubSat() local 2161 if (!match(MinMax2, m_SMax(m_BinOp(AddSub), m_APInt(MinValue)))) in matchSAddSubSat() 2164 m_SMax(m_Instruction(MinMax2), m_APInt(MinValue)))) { in matchSAddSubSat() 2172 if (!(*MaxValue + 1).isPowerOf2() || -*MinValue != *MaxValue + 1) in matchSAddSubSat()
|