Home
last modified time | relevance | path

Searched refs:Limit (Results 1 – 25 of 216) sorted by relevance

123456789

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAllocationOrder.h54 unsigned next(unsigned Limit = 0) {
59 if (!Limit)
60 Limit = Order.size();
61 while (Pos < int(Limit)) {
73 unsigned nextWithDups(unsigned Limit) { in nextWithDups() argument
78 if (Pos < int(Limit)) in nextWithDups()
DInterferenceCache.cpp195 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; in update() local
197 i != e && RegMaskSlots[i] < Limit; ++i) in update()
252 SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start; in update() local
254 i && RegMaskSlots[i-1].getDeadSlot() > Limit; --i) in update()
DRegisterPressure.cpp971 unsigned Limit = RCI->getRegPressureSetLimit(i); in computeExcessPressureDelta() local
973 Limit += LiveThruPressureVec[i]; in computeExcessPressureDelta()
975 if (Limit > POld) { in computeExcessPressureDelta()
976 if (Limit > PNew) in computeExcessPressureDelta()
979 PDiff = PNew - Limit; // Just exceeded limit. in computeExcessPressureDelta()
980 } else if (Limit > PNew) in computeExcessPressureDelta()
981 PDiff = Limit - POld; // Just obeyed limit. in computeExcessPressureDelta()
1171 unsigned Limit = RCI->getRegPressureSetLimit(PSetID); in getUpwardPressureDelta() local
1173 Limit += LiveThruPressure[PSetID]; in getUpwardPressureDelta()
1187 if (PNew > Limit) in getUpwardPressureDelta()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cLimitsTests.cpp33 struct Limit struct
75 static const Limit<GLint> intLimits[] = in init()
211 static const Limit<GLint64> int64Limits[] = in init()
217 static const Limit<GLuint64> uint64Limits[] = in init()
222 static const Limit<GLfloat> floatLimits[] = in init()
229 static const Limit<tcu::IVec3> ivec3Limits[] = in init()
237 const Limit<GLint>& limit = intLimits[idx]; in init()
243 const Limit<GLint64>& limit = int64Limits[idx]; in init()
249 const Limit<GLuint64>& limit = uint64Limits[idx]; in init()
255 const Limit<GLfloat>& limit = floatLimits[idx]; in init()
[all …]
/third_party/iptables/extensions/
Dlibip6t_HL.man1 This is used to modify the Hop Limit field in IPv6 header. The Hop Limit field
3 Hop Limit field can potentially be very dangerous, so it should be avoided at
11 Set the Hop Limit to `value'.
14 Decrement the Hop Limit `value' times.
17 Increment the Hop Limit `value' times.
Dlibip6t_hl.man1 This module matches the Hop Limit field in the IPv6 header.
4 Matches if Hop Limit equals \fIvalue\fP.
7 Matches if Hop Limit is less than \fIvalue\fP.
10 Matches if Hop Limit is greater than \fIvalue\fP.
/third_party/grpc/src/csharp/Grpc.Examples/
DMath.cs508 public long Limit { property in Math.FibArgs
528 if (Limit != other.Limit) return false; in Equals()
535 if (Limit != 0L) hash ^= Limit.GetHashCode(); in GetHashCode()
552 if (Limit != 0L) { in WriteTo()
554 output.WriteInt64(Limit); in WriteTo()
565 if (Limit != 0L) { in IBufferMessage.InternalWriteTo()
567 output.WriteInt64(Limit); in IBufferMessage.InternalWriteTo()
578 if (Limit != 0L) { in CalculateSize()
579 size += 1 + pb::CodedOutputStream.ComputeInt64Size(Limit); in CalculateSize()
592 if (other.Limit != 0L) { in MergeFrom()
[all …]
DMathServiceImpl.cs38 var limit = request.Limit > 0 ? request.Limit : long.MaxValue; in Fib()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp241 const SCEV *Limit; member
243 const SCEV *Limit) in LoopICmp()
244 : Pred(Pred), IV(IV), Limit(Limit) {} in LoopICmp()
248 << ", Limit = " << *Limit << "\n"; in dump()
447 auto *Limit = dyn_cast<SCEVConstant>(LatchCheck.Limit); in isSafeToTruncateWideIVType() local
449 if (!Limit || !Start) in isSafeToTruncateWideIVType()
464 Limit->getAPInt().getActiveBits() < RangeCheckTypeBitSize; in isSafeToTruncateWideIVType()
491 NewLatchCheck.Limit = SE.getTruncateExpr(LatchCheck.Limit, RangeCheckType); in generateLoopLatchCheck()
496 LLVM_DEBUG(dbgs() << "LatchCheck.Limit: " << *NewLatchCheck.Limit << "\n"); in generateLoopLatchCheck()
572 const SCEV *GuardLimit = RangeCheck.Limit; in widenICmpRangeCheckIncrementingLoop()
[all …]
/third_party/boost/libs/math/doc/distributions/
Dbinomial_example.qbk85 " Value (%) Limit Limit Limit Limit\n"
160 Value (%) Limit Limit Limit Limit
195 Value (%) Limit Limit Limit Limit
Dnegative_binomial_example.qbk41 Value (%) Limit Limit
68 Value (%) Limit Limit
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/p-limit/
Dindex.d.ts1 export interface Limit { interface
29 export default function pLimit(concurrency: number): Limit;
/third_party/node/deps/npm/node_modules/yargs/node_modules/p-limit/
Dindex.d.ts1 export interface Limit { interface
38 export default function pLimit(concurrency: number): Limit;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.h69 int getWaitStatesSince(IsHazardFn IsHazard, int Limit);
70 int getWaitStatesSinceDef(unsigned Reg, IsHazardFn IsHazardDef, int Limit);
71 int getWaitStatesSinceSetReg(IsHazardFn IsHazard, int Limit);
DSIMachineFunctionInfo.h914 void limitOccupancy(unsigned Limit) {
915 if (Occupancy > Limit)
916 Occupancy = Limit;
919 void increaseOccupancy(const MachineFunction &MF, unsigned Limit) {
920 if (Occupancy < Limit)
921 Occupancy = Limit;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssembler.h213 uintptr_t Limit; variable
223 uintptr_t limit() const { return Limit; } in limit()
225 assert(Limit >= Contents); in capacity()
226 return (Limit - Contents) + kMinimumGap; in capacity()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp204 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, Length); in EmitTargetCodeForMemchr() local
206 Limit, Src, Char); in EmitTargetCodeForMemchr()
251 SDValue Limit) { in getBoundedStrlen() argument
255 Limit, Src, DAG.getConstant(0, DL, MVT::i32)); in getBoundedStrlen()
273 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, MaxLength); in EmitTargetCodeForStrnlen() local
274 return getBoundedStrlen(DAG, DL, Chain, Src, Limit); in EmitTargetCodeForStrnlen()
/third_party/grpc/src/csharp/Grpc.Examples.Tests/
DMathClientServerTests.cs95 using (var call = client.Fib(new FibArgs { Limit = 6 })) in Fib()
108 using (var call = client.Fib(new FibArgs { Limit = 0 }, cancellationToken: cts.Token)) in FibWithCancel()
135 using (var call = client.Fib(new FibArgs { Limit = 0 }, in FibWithDeadline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dxxhash.cpp79 const unsigned char *const Limit = BEnd - 32; in xxHash64() local
94 } while (P <= Limit); in xxHash64()
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.cc118 CodedInputStream::Limit CodedInputStream::PushLimit(int byte_limit) { in PushLimit()
122 Limit old_limit = current_limit_; in PushLimit()
137 void CodedInputStream::PopLimit(Limit limit) { in PopLimit()
148 std::pair<CodedInputStream::Limit, int>
153 CodedInputStream::Limit CodedInputStream::ReadLengthAndPushLimit() { in ReadLengthAndPushLimit()
158 bool CodedInputStream::DecrementRecursionDepthAndPopLimit(Limit limit) { in DecrementRecursionDepthAndPopLimit()
166 bool CodedInputStream::CheckEntireMessageConsumedAndPopLimit(Limit limit) { in CheckEntireMessageConsumedAndPopLimit()
Dcoded_stream_unittest.cc1022 CodedInputStream::Limit limit = coded_input.PushLimit(8); in TEST_1D()
1052 CodedInputStream::Limit limit1 = coded_input.PushLimit(8); in TEST_1D()
1054 CodedInputStream::Limit limit2 = coded_input.PushLimit(4); in TEST_1D()
1094 CodedInputStream::Limit limit1 = coded_input.PushLimit(4); in TEST_1D()
1096 CodedInputStream::Limit limit2 = coded_input.PushLimit(8); in TEST_1D()
1133 CodedInputStream::Limit limit = coded_input.PushLimit(4); in TEST_F()
1148 CodedInputStream::Limit limit = coded_input.PushLimit(-1234); in TEST_F()
1161 CodedInputStream::Limit limit = coded_input.PushLimit(-64); in TEST_F()
1175 CodedInputStream::Limit limit = coded_input.PushLimit(INT_MAX); in TEST_F()
1219 CodedInputStream::Limit limit = coded_input.PushLimit(16); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp19 RecordLimit Limit; in beginRecord() local
20 Limit.MaxLength = MaxLength; in beginRecord()
21 Limit.BeginOffset = getCurrentOffset(); in beginRecord()
22 Limits.push_back(Limit); in beginRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.cpp20 Expected<std::string> readStreamData(BinaryStream &Stream, uint32_t Limit) { in readStreamData() argument
21 uint32_t Offset = 0, DataLength = std::min(Limit, Stream.getLength()); in readStreamData()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumbermatcher.cc69 string Limit(int lower, int upper) { in Limit() function
274 bracket_pair_limit_(Limit(0, 3)), in PhoneNumberMatcherRegExps()
281 lead_limit_(Limit(0, 2)), in PhoneNumberMatcherRegExps()
282 punctuation_limit_(Limit(0, 4)), in PhoneNumberMatcherRegExps()
285 block_limit_(Limit(0, digit_block_limit_)), in PhoneNumberMatcherRegExps()
288 digit_sequence_(StrCat("\\p{Nd}", Limit(1, digit_block_limit_))), in PhoneNumberMatcherRegExps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp133 unsigned Limit,
138 bool findMatchingStore(MachineBasicBlock::iterator I, unsigned Limit,
163 int UnscaledOffset, unsigned Limit);
169 findMatchingUpdateInsnBackward(MachineBasicBlock::iterator I, unsigned Limit);
747 const TargetRegisterInfo *TRI, unsigned Limit, in forAllMIsUntilDef() argument
753 if (!Limit) in forAllMIsUntilDef()
755 --Limit; in forAllMIsUntilDef()
1171 MachineBasicBlock::iterator I, unsigned Limit, in findMatchingStore() argument
1224 } while (MBBI != B && Count < Limit); in findMatchingStore()
1436 LdStPairFlags &Flags, unsigned Limit, in findMatchingInsn() argument
[all …]

123456789