Searched refs:MinInt32 (Results 1 – 4 of 4) sorted by relevance
/external/golang-protobuf/ptypes/ |
D | timestamp_test.go | 51 {&tspb.Timestamp{Seconds: math.MinInt64, Nanos: math.MinInt32}, false, 52 time.Unix(math.MinInt64, math.MinInt32).UTC()},
|
/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
D | query.go | 220 if limit < math.MinInt32 || limit > math.MaxInt32 {
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 1062 auto *MinInt32 = ConstantInt::get(Context, APInt(32, 0x80000000U, true)); in TEST_F() local 1069 auto *Add = BinaryOperator::CreateAdd(AShr, MinInt32, "", Br); in TEST_F()
|
/external/golang-protobuf/proto/ |
D | all_test.go | 1824 {&Defaults{F_Int32: Int32(math.MinInt32)}, 11},
|