Home
last modified time | relevance | path

Searched refs:SizeLimit (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp103 static cl::opt<unsigned> SizeLimit("eif-limit", cl::init(6), cl::Hidden, variable
558 if (TotalIn >= SizeLimit+Spare) in isProfitable()
586 if (TotalIn+TotalPh >= SizeLimit+Spare) in isProfitable()
/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs229 public int SizeLimit { get { return state.sizeLimit; } } property in Google.Protobuf.CodedInputStream
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs328 public void SizeLimit() in SizeLimit() method in Google.Protobuf.CodedInputStreamTest
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs565 public void SizeLimit() in SizeLimit() method in Google.Protobuf.CodedInputStreamTest