Home
last modified time | relevance | path

Searched refs:INT_MAX (Results 1 – 25 of 1279) sorted by relevance

12345678910>>...52

/external/llvm-project/clang/tools/clang-fuzzer/handle-llvm/
Dinput_arrays.h30INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX,…
38INT_MAX, INT_MAX, INT_MAX, INT_MIN, INT_MAX, INT_MAX, INT_MIN, INT_MAX, INT_MAX, INT_MAX, INT_MIN,…
77INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX,…
85INT_MAX, INT_MAX, INT_MAX, INT_MIN, INT_MAX, INT_MAX, INT_MIN, INT_MAX, INT_MAX, INT_MAX, INT_MIN,…
91INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX,…
117INT_MAX, INT_MAX, INT_MAX, INT_MIN, INT_MAX, INT_MAX, INT_MIN, INT_MAX, INT_MAX, INT_MAX, INT_MIN,…
/external/llvm-project/clang/test/SemaCXX/
Dbuiltins-overflow.cpp38 static_assert(add<unsigned int>(INT_MAX, INT_MAX) == Result<unsigned int>{false, static_cast<unsign…
39 static_assert(add<int>(static_cast<unsigned int>(INT_MAX), 1u) == Result<int>{true, INT_MIN});
42 static_assert(add<int>(INT_MAX - 22, 24) == Result<int>{true, INT_MIN + 1});
43 static_assert(add<int>(INT_MIN + 22, -23) == Result<int>{true, INT_MAX});
57 static_assert(sub<int>(INT_MAX - 22, -23) == Result<int>{true, INT_MIN});
58 static_assert(sub<int>(INT_MIN + 22, 23) == Result<int>{true, INT_MAX});
67 static_assert(mul<int>(INT_MAX / 22, 23) == Result<int>{true, -2049870757});
76 static_assert(sadd(INT_MAX - 22, 23) == Result<int>{true, INT_MIN});
77 static_assert(sadd(INT_MIN + 22, -23) == Result<int>{true, INT_MAX});
85 static_assert(ssub(INT_MAX - 22, -23) == Result<int>{true, INT_MIN});
[all …]
/external/llvm-project/libcxx/test/std/containers/associative/map/map.cons/
Ddeduct_const.pass.cpp45 const PCC arr[] = { {1,1L}, {2,2L}, {1,1L}, {INT_MAX,1L}, {3,1L} }; in main()
49 const PCC expected_m[] = { {1,1L}, {2,2L}, {3,1L}, {INT_MAX,1L} }; in main()
54 const PCC arr[] = { {1,1L}, {2,2L}, {1,1L}, {INT_MAX,1L}, {3,1L} }; in main()
58 const PCC expected_m[] = { {INT_MAX,1L}, {3,1L}, {2,2L}, {1, 1L} }; in main()
63 const PCC arr[] = { {1,1L}, {2,2L}, {1,1L}, {INT_MAX,1L}, {3,1L} }; in main()
67 const PCC expected_m[] = { {INT_MAX,1L}, {3,1L}, {2,2L}, {1, 1L} }; in main()
73 std::map m{ PC{1,1L}, PC{2,2L}, PC{1,1L}, PC{INT_MAX,1L}, PC{3,1L} }; in main()
76 const PC expected_m[] = { {1, 1L}, {2,2L}, {3,1L}, {INT_MAX,1L} }; in main()
81 std::map m({ PC{1,1L}, PC{2,2L}, PC{1,1L}, PC{INT_MAX,1L}, PC{3,1L} }, std::greater<int>()); in main()
84 const PC expected_m[] = { {INT_MAX,1L}, {3,1L}, {2,2L}, {1, 1L} }; in main()
[all …]
Ddeduct.pass.cpp44 const P arr[] = { {1,1L}, {2,2L}, {1,1L}, {INT_MAX,1L}, {3,1L} }; in main()
48 const PC expected_m[] = { {1,1L}, {2,2L}, {3,1L}, {INT_MAX,1L} }; in main()
53 const P arr[] = { {1,1L}, {2,2L}, {1,1L}, {INT_MAX,1L}, {3,1L} }; in main()
57 const PC expected_m[] = { {INT_MAX,1L}, {3,1L}, {2,2L}, {1,1L} }; in main()
62 const P arr[] = { {1,1L}, {2,2L}, {1,1L}, {INT_MAX,1L}, {3,1L} }; in main()
66 const PC expected_m[] = { {INT_MAX,1L}, {3,1L}, {2,2L}, {1,1L} }; in main()
93 std::map m{ P{1,1L}, P{2,2L}, P{1,1L}, P{INT_MAX,1L}, P{3,1L} }; in main()
96 const PC expected_m[] = { {1,1L}, {2,2L}, {3,1L}, {INT_MAX,1L} }; in main()
101 std::map m({ P{1,1L}, P{2,2L}, P{1,1L}, P{INT_MAX,1L}, P{3,1L} }, std::greater<int>()); in main()
104 const PC expected_m[] = { {INT_MAX,1L}, {3,1L}, {2,2L}, {1,1L} }; in main()
[all …]
/external/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.cons/
Ddeduct_const.pass.cpp45 const PCC arr[] = { {1,1L}, {2,2L}, {1,1L}, {INT_MAX,1L}, {3,1L} }; in main()
49 const PCC expected_m[] = { {1,1L}, {1,1L}, {2,2L}, {3,1L}, {INT_MAX,1L} }; in main()
54 const PCC arr[] = { {1,1L}, {2,2L}, {1,1L}, {INT_MAX,1L}, {3,1L} }; in main()
58 const PCC expected_m[] = { {INT_MAX,1L}, {3,1L}, {2,2L}, {1,1L}, {1,1L} }; in main()
63 const PCC arr[] = { {1,1L}, {2,2L}, {1,1L}, {INT_MAX,1L}, {3,1L} }; in main()
67 const PCC expected_m[] = { {INT_MAX,1L}, {3,1L}, {2,2L}, {1,1L}, {1,1L} }; in main()
73 std::multimap m{ PC{1,1L}, PC{2,2L}, PC{1,1L}, PC{INT_MAX,1L}, PC{3,1L} }; in main()
76 const PC expected_m[] = { {1,1L}, {1,1L}, {2,2L}, {3,1L}, {INT_MAX,1L} }; in main()
81 … std::multimap m({ PC{1,1L}, PC{2,2L}, PC{1,1L}, PC{INT_MAX,1L}, PC{3,1L} }, std::greater<int>()); in main()
84 const PC expected_m[] = { {INT_MAX,1L}, {3,1L}, {2,2L}, {1,1L}, {1,1L} }; in main()
[all …]
Ddeduct.pass.cpp44 const P arr[] = { {1,1L}, {2,2L}, {1,1L}, {INT_MAX,1L}, {3,1L} }; in main()
48 const PC expected_m[] = { {1,1L}, {1,1L}, {2,2L}, {3,1L}, {INT_MAX,1L} }; in main()
53 const P arr[] = { {1,1L}, {2,2L}, {1,1L}, {INT_MAX,1L}, {3,1L} }; in main()
57 const PC expected_m[] = { {INT_MAX,1L}, {3,1L}, {2,2L}, {1,1L}, {1,1L} }; in main()
62 const P arr[] = { {1,1L}, {2,2L}, {1,1L}, {INT_MAX,1L}, {3,1L} }; in main()
66 const PC expected_m[] = { {INT_MAX,1L}, {3,1L}, {2,2L}, {1,1L}, {1,1L} }; in main()
93 std::multimap m{ P{1,1L}, P{2,2L}, P{1,1L}, P{INT_MAX,1L}, P{3,1L} }; in main()
96 const PC expected_m[] = { {1,1L}, {1,1L}, {2,2L}, {3,1L}, {INT_MAX,1L} }; in main()
101 std::multimap m({ P{1,1L}, P{2,2L}, P{1,1L}, P{INT_MAX,1L}, P{3,1L} }, std::greater<int>()); in main()
104 const PC expected_m[] = { {INT_MAX,1L}, {3,1L}, {2,2L}, {1,1L}, {1,1L} }; in main()
[all …]
/external/llvm-project/libcxx/test/std/containers/associative/set/set.cons/
Ddeduct.pass.cpp47 const int arr[] = { 1, 2, 1, INT_MAX, 3 }; in main()
51 const int expected_s[] = { 1, 2, 3, INT_MAX }; in main()
57 const int arr[] = { 1, 2, 1, INT_MAX, 3 }; in main()
61 const int expected_s[] = { INT_MAX, 3, 2, 1 }; in main()
67 const int arr[] = { 1, 2, 1, INT_MAX, 3 }; in main()
73 const int expected_s[] = { INT_MAX, 3, 2, 1 }; in main()
101 std::set s{ 1, 2, 1, INT_MAX, 3 }; in main()
104 const int expected_s[] = { 1, 2, 3, INT_MAX }; in main()
110 std::set s({ 1, 2, 1, INT_MAX, 3 }, std::greater<int>()); in main()
113 const int expected_s[] = { INT_MAX, 3, 2, 1 }; in main()
[all …]
/external/llvm-project/libcxx/test/std/containers/associative/multiset/multiset.cons/
Ddeduct.pass.cpp47 const int arr[] = { 1, 2, 1, INT_MAX, 3 }; in main()
51 const int expected_s[] = { 1, 1, 2, 3, INT_MAX }; in main()
57 const int arr[] = { 1, 2, 1, INT_MAX, 3 }; in main()
61 const int expected_s[] = { INT_MAX, 3, 2, 1, 1 }; in main()
67 const int arr[] = { 1, 2, 1, INT_MAX, 3 }; in main()
74 const int expected_s[] = { INT_MAX, 3, 2, 1, 1 }; in main()
102 std::multiset s{ 1, 2, 1, INT_MAX, 3 }; in main()
105 const int expected_s[] = { 1, 1, 2, 3, INT_MAX }; in main()
111 std::multiset s({ 1, 2, 1, INT_MAX, 3 }, std::greater<int>()); in main()
114 const int expected_s[] = { INT_MAX, 3, 2, 1, 1 }; in main()
[all …]
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dpowitf2_test.c60 if (test__powitf2(0, INT_MAX - 1, 0)) in main()
62 if (test__powitf2(0, INT_MAX, 0)) in main()
73 if (test__powitf2(-0., INT_MAX - 1, 0)) in main()
75 if (test__powitf2(-0., INT_MAX, -0.)) in main()
86 if (test__powitf2(1, INT_MAX - 1, 1)) in main()
88 if (test__powitf2(1, INT_MAX, 1)) in main()
99 if (test__powitf2(INFINITY, INT_MAX - 1, INFINITY)) in main()
101 if (test__powitf2(INFINITY, INT_MAX, INFINITY)) in main()
112 if (test__powitf2(-INFINITY, INT_MAX - 1, INFINITY)) in main()
114 if (test__powitf2(-INFINITY, INT_MAX, -INFINITY)) in main()
Dpowixf2_test.c61 if (test__powixf2(0, INT_MAX - 1, 0)) in main()
63 if (test__powixf2(0, INT_MAX, 0)) in main()
74 if (test__powixf2(-0., INT_MAX - 1, 0)) in main()
76 if (test__powixf2(-0., INT_MAX, -0.)) in main()
87 if (test__powixf2(1, INT_MAX - 1, 1)) in main()
89 if (test__powixf2(1, INT_MAX, 1)) in main()
100 if (test__powixf2(INFINITY, INT_MAX - 1, INFINITY)) in main()
102 if (test__powixf2(INFINITY, INT_MAX, INFINITY)) in main()
113 if (test__powixf2(-INFINITY, INT_MAX - 1, INFINITY)) in main()
115 if (test__powixf2(-INFINITY, INT_MAX, -INFINITY)) in main()
Dpowidf2_test.c54 if (test__powidf2(0, INT_MAX - 1, 0)) in main()
56 if (test__powidf2(0, INT_MAX, 0)) in main()
67 if (test__powidf2(-0., INT_MAX - 1, 0)) in main()
69 if (test__powidf2(-0., INT_MAX, -0.)) in main()
80 if (test__powidf2(1, INT_MAX - 1, 1)) in main()
82 if (test__powidf2(1, INT_MAX, 1)) in main()
93 if (test__powidf2(INFINITY, INT_MAX - 1, INFINITY)) in main()
95 if (test__powidf2(INFINITY, INT_MAX, INFINITY)) in main()
106 if (test__powidf2(-INFINITY, INT_MAX - 1, INFINITY)) in main()
108 if (test__powidf2(-INFINITY, INT_MAX, -INFINITY)) in main()
Dpowisf2_test.c54 if (test__powisf2(0, INT_MAX -1, 0)) in main()
56 if (test__powisf2(0, INT_MAX, 0)) in main()
67 if (test__powisf2(-0., INT_MAX - 1, 0)) in main()
69 if (test__powisf2(-0., INT_MAX, -0.)) in main()
80 if (test__powisf2(1, INT_MAX - 1, 1)) in main()
82 if (test__powisf2(1, INT_MAX, 1)) in main()
93 if (test__powisf2(INFINITY, INT_MAX - 1, INFINITY)) in main()
95 if (test__powisf2(INFINITY, INT_MAX, INFINITY)) in main()
106 if (test__powisf2(-INFINITY, INT_MAX - 1, INFINITY)) in main()
108 if (test__powisf2(-INFINITY, INT_MAX, -INFINITY)) in main()
Dmulsi3_test.c31 if (test__mulsi3(0, INT_MAX, 0)) in main()
33 if (test__mulsi3(INT_MAX, 0, 0)) in main()
55 if (test__mulsi3(1, INT_MAX, INT_MAX)) in main()
57 if (test__mulsi3(INT_MAX, 1, INT_MAX)) in main()
/external/llvm-project/clang/test/CodeGen/
DPR32874.c32 int INT_MAX = 0x7fffffff; in ub_constant_arithmetic() local
36 INT_MAX + 1; in ub_constant_arithmetic()
37 INT_MAX + -1; in ub_constant_arithmetic()
42 -INT_MAX - 2; in ub_constant_arithmetic()
46 INT_MAX * INT_MAX; in ub_constant_arithmetic() local
/external/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
Ddeduct_const.pass.cpp72 const PC expected_m[] = { {1,1L}, {2,2L}, {3,1L}, {INT_MAX,1L} }; in main()
75 const PC arr[] = { {1,1L}, {2,2L}, {1,1L}, {INT_MAX,1L}, {3,1L} }; in main()
82 const PC arr[] = { {1,1L}, {2,2L}, {1,1L}, {INT_MAX,1L}, {3,1L} }; in main()
89 const PC arr[] = { {1,1L}, {2,2L}, {1,1L}, {INT_MAX,1L}, {3,1L} }; in main()
96 const PC arr[] = { {1,1L}, {2,2L}, {1,1L}, {INT_MAX,1L}, {3,1L} }; in main()
103 const PC arr[] = { {1,1L}, {2,2L}, {1,1L}, {INT_MAX,1L}, {3,1L} }; in main()
111 std::unordered_map m { PC{1,1L}, PC{2,2L}, PC{1,1L}, PC{INT_MAX,1L}, PC{3,1L} }; in main()
117 std::unordered_map m({ PC{1,1L}, PC{2,2L}, PC{1,1L}, PC{INT_MAX,1L}, PC{3,1L} }, 42); in main()
123 …std::unordered_map m({ PC{1,1L}, PC{2,2L}, PC{1,1L}, PC{INT_MAX,1L}, PC{3,1L} }, 42, std::hash<sho… in main()
129 …std::unordered_map m({ PC{1,1L}, PC{2,2L}, PC{1,1L}, PC{INT_MAX,1L}, PC{3,1L} }, 42, std::hash<sho… in main()
[all …]
Ddeduct.pass.cpp72 const PC expected_m[] = { {1,1}, {2,2}, {3,1}, {INT_MAX,1} }; in main()
75 const P arr[] = { {1,1}, {2,2}, {1,1}, {INT_MAX,1}, {3,1} }; in main()
82 const P arr[] = { {1,1}, {2,2}, {1,1}, {INT_MAX,1}, {3,1} }; in main()
89 const P arr[] = { {1,1}, {2,2}, {1,1}, {INT_MAX,1}, {3,1} }; in main()
96 const P arr[] = { {1,1}, {2,2}, {1,1}, {INT_MAX,1}, {3,1} }; in main()
103 const P arr[] = { {1,1}, {2,2}, {1,1}, {INT_MAX,1}, {3,1} }; in main()
143 std::unordered_map m { P{1,1L}, P{2,2L}, P{1,1L}, P{INT_MAX,1L}, P{3,1L} }; in main()
149 std::unordered_map m({ P{1,1L}, P{2,2L}, P{1,1L}, P{INT_MAX,1L}, P{3,1L} }, 42); in main()
155 …std::unordered_map m({ P{1,1L}, P{2,2L}, P{1,1L}, P{INT_MAX,1L}, P{3,1L} }, 42, std::hash<long lon… in main()
161 …std::unordered_map m({ P{1,1L}, P{2,2L}, P{1,1L}, P{INT_MAX,1L}, P{3,1L} }, 42, std::hash<long lon… in main()
[all …]
/external/llvm-project/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
Ddeduct_const.pass.cpp73 const PC expected_m[] = { {1,1}, {1,1}, {2,2}, {3,1}, {INT_MAX,1} }; in main()
76 const PC arr[] = { {1,1}, {2,2}, {1,1}, {INT_MAX,1}, {3,1} }; in main()
83 const PC arr[] = { {1,1}, {2,2}, {1,1}, {INT_MAX,1}, {3,1} }; in main()
90 const PC arr[] = { {1,1}, {2,2}, {1,1}, {INT_MAX,1}, {3,1} }; in main()
97 const PC arr[] = { {1,1}, {2,2}, {1,1}, {INT_MAX,1}, {3,1} }; in main()
104 const PC arr[] = { {1,1}, {2,2}, {1,1}, {INT_MAX,1}, {3,1} }; in main()
112 std::unordered_multimap m { PC{1,1L}, PC{2,2L}, PC{1,1L}, PC{INT_MAX,1L}, PC{3,1L} }; in main()
118 std::unordered_multimap m({ PC{1,1L}, PC{2,2L}, PC{1,1L}, PC{INT_MAX,1L}, PC{3,1L} }, 42); in main()
124 …std::unordered_multimap m({ PC{1,1L}, PC{2,2L}, PC{1,1L}, PC{INT_MAX,1L}, PC{3,1L} }, 42, std::has… in main()
130 …std::unordered_multimap m({ PC{1,1L}, PC{2,2L}, PC{1,1L}, PC{INT_MAX,1L}, PC{3,1L} }, 42, std::has… in main()
[all …]
Ddeduct.pass.cpp72 const PC expected_m[] = { {1,1}, {1,1}, {2,2}, {3,1}, {INT_MAX,1} }; in main()
75 const P arr[] = { {1,1}, {2,2}, {1,1}, {INT_MAX,1}, {3,1} }; in main()
82 const P arr[] = { {1,1}, {2,2}, {1,1}, {INT_MAX,1}, {3,1} }; in main()
89 const P arr[] = { {1,1}, {2,2}, {1,1}, {INT_MAX,1}, {3,1} }; in main()
96 const P arr[] = { {1,1}, {2,2}, {1,1}, {INT_MAX,1}, {3,1} }; in main()
103 const P arr[] = { {1,1}, {2,2}, {1,1}, {INT_MAX,1}, {3,1} }; in main()
143 std::unordered_multimap m { P{1,1L}, P{2,2L}, P{1,1L}, P{INT_MAX,1L}, P{3,1L} }; in main()
149 std::unordered_multimap m({ P{1,1L}, P{2,2L}, P{1,1L}, P{INT_MAX,1L}, P{3,1L} }, 42); in main()
155 …std::unordered_multimap m({ P{1,1L}, P{2,2L}, P{1,1L}, P{INT_MAX,1L}, P{3,1L} }, 42, std::hash<sho… in main()
161 …std::unordered_multimap m({ P{1,1L}, P{2,2L}, P{1,1L}, P{INT_MAX,1L}, P{3,1L} }, 42, std::hash<sho… in main()
[all …]
/external/curl/tests/libtest/
Dlib1538.c34 curl_easy_strerror((CURLcode)INT_MAX); in test()
35 curl_multi_strerror((CURLMcode)INT_MAX); in test()
36 curl_share_strerror((CURLSHcode)INT_MAX); in test()
37 curl_easy_strerror((CURLcode)-INT_MAX); in test()
38 curl_multi_strerror((CURLMcode)-INT_MAX); in test()
39 curl_share_strerror((CURLSHcode)-INT_MAX); in test()
/external/igt-gpu-tools/lib/tests/
Digt_assert.c85 CHECK_NEG(igt_assert_eq(INT_MIN, INT_MAX)); in test_cmpint_negative()
103 igt_assert_eq(INT_MAX, INT_MAX); in test_cmpint()
104 igt_assert_eq(INT_MAX, INT_MAX); in test_cmpint()
105 igt_assert_neq(INT_MIN, INT_MAX); in test_cmpint()
136 igt_assert_fd(INT_MAX); in test_fd()
/external/llvm-project/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
Ddeduct.pass.cpp61 const int expected_s[] = {1, 2, 3, INT_MAX}; in main()
64 const int arr[] = { 1, 2, 1, INT_MAX, 3 }; in main()
72 const int arr[] = { 1, 2, 1, INT_MAX, 3 }; in main()
80 const int arr[] = { 1, 2, 1, INT_MAX, 3 }; in main()
88 const int arr[] = { 1, 2, 1, INT_MAX, 3 }; in main()
127 std::unordered_set s{ 1, 2, 1, INT_MAX, 3 }; in main()
134 std::unordered_set s({ 1, 2, 1, INT_MAX, 3 }, 42); in main()
141 std::unordered_set s({ 1, 2, 1, INT_MAX, 3 }, 42, std::hash<long long>()); in main()
148 std::unordered_set s({ 1, 2, 1, INT_MAX, 3 }, 42, std::hash<long long>(), std::equal_to<>()); in main()
155 …std::unordered_set s({ 1, 2, 1, INT_MAX, 3 }, 42, std::hash<long long>(), std::equal_to<>(), test_… in main()
[all …]
/external/llvm-project/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
Ddeduct.pass.cpp61 const int expected_s[] = {1, 1, 2, 3, INT_MAX}; in main()
64 const int arr[] = { 1, 2, 1, INT_MAX, 3 }; in main()
72 const int arr[] = { 1, 2, 1, INT_MAX, 3 }; in main()
80 const int arr[] = { 1, 2, 1, INT_MAX, 3 }; in main()
88 const int arr[] = { 1, 2, 1, INT_MAX, 3 }; in main()
127 std::unordered_multiset s{ 1, 2, 1, INT_MAX, 3 }; in main()
134 std::unordered_multiset s({ 1, 2, 1, INT_MAX, 3 }, 42); in main()
141 std::unordered_multiset s({ 1, 2, 1, INT_MAX, 3 }, 42, std::hash<long long>()); in main()
148 … std::unordered_multiset s({ 1, 2, 1, INT_MAX, 3 }, 42, std::hash<long long>(), std::equal_to<>()); in main()
155 …std::unordered_multiset s({ 1, 2, 1, INT_MAX, 3 }, 42, std::hash<long long>(), std::equal_to<>(), … in main()
[all …]
/external/clang/test/Analysis/
Dswitch-case.c7 #define INT_MAX 0x7fffffff macro
82 case 10 ... INT_MAX: in testDefaultUnreachable()
112 case 26 ... INT_MAX: in testBranchReachability()
128 case 20 ... INT_MAX: in testDefaultBranchRange()
149 case 20 ... INT_MAX: in testAllUnreachableButDefault()
168 case 20 ... INT_MAX: in testAllUnreachable()
/external/llvm-project/clang/test/Analysis/
Dswitch-case.c7 #define INT_MAX 0x7fffffff macro
82 case 10 ... INT_MAX: in testDefaultUnreachable()
112 case 26 ... INT_MAX: in testBranchReachability()
128 case 20 ... INT_MAX: in testDefaultBranchRange()
149 case 20 ... INT_MAX: in testAllUnreachableButDefault()
168 case 20 ... INT_MAX: in testAllUnreachable()
/external/curl/lib/
Dselect.c97 #if TIMEDIFF_T_MAX > INT_MAX in Curl_wait_ms()
98 if(timeout_ms > INT_MAX) in Curl_wait_ms()
99 timeout_ms = INT_MAX; in Curl_wait_ms()
116 #if TIMEDIFF_T_MAX > INT_MAX in Curl_wait_ms()
118 if(tv_sec > INT_MAX) in Curl_wait_ms()
119 tv_sec = INT_MAX; in Curl_wait_ms()
187 #if TIMEDIFF_T_MAX > INT_MAX in Curl_select()
189 if(tv_sec > INT_MAX) in Curl_select()
190 tv_sec = INT_MAX; in Curl_select()
361 #if TIMEDIFF_T_MAX > INT_MAX in Curl_poll()
[all …]

12345678910>>...52