Home
last modified time | relevance | path

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

/external/golang-protobuf/ptypes/
Dtimestamp_test.go51 {&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/
Dquery.go220 if limit < math.MinInt32 || limit > math.MaxInt32 {
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp1062 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/
Dall_test.go1824 {&Defaults{F_Int32: Int32(math.MinInt32)}, 11},