/external/curl/tests/libtest/ |
D | lib1538.c | 34 curl_easy_strerror(INT_MAX); in test() 35 curl_multi_strerror(INT_MAX); in test() 36 curl_share_strerror(INT_MAX); in test() 37 curl_easy_strerror(-INT_MAX); in test() 38 curl_multi_strerror(-INT_MAX); in test() 39 curl_share_strerror(-INT_MAX); in test()
|
/external/clang/test/Analysis/ |
D | switch-case.c | 7 #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()
|
D | additive-folding-range-constraints.c | 6 #define INT_MAX (UINT_MAX & (UINT_MAX >> 1)) macro 7 #define INT_MIN (-INT_MAX - 1) 165 int max = INT_MAX; in mixedComparisons9() 190 int max = INT_MAX; in mixedSignedness3() 197 int max = INT_MAX; in mixedSignedness4() 260 unsigned max = INT_MAX; in mixedSignedness13() 267 unsigned max = INT_MAX; in mixedSignedness14() 288 unsigned max = INT_MAX; in mixedSignedness17() 294 clang_analyzer_eval(a == INT_MAX); // expected-warning{{UNKNOWN}} in mixedSignedness17()
|
D | additive-folding.cpp | 6 #define INT_MAX (UINT_MAX & (UINT_MAX >> 1)) macro 7 #define INT_MIN (-INT_MAX - 1) 145 int max = INT_MAX; in mixedWraparoundSanityCheck() 153 int max = INT_MAX; in mixedWraparoundLE_GT() 162 int max = INT_MAX; in mixedWraparoundGE_LT() 171 int max = INT_MAX; in mixedWraparoundEQ_NE()
|
/external/libchrome/base/strings/ |
D | string_number_conversions_unittest.cc | 79 {INT_MAX, "2147483647"}, in TEST() 98 {INT_MAX, "2147483647"}, in TEST() 121 {"2147483647", INT_MAX, true}, in TEST() 138 {"2147483648", INT_MAX, false}, in TEST() 139 {"99999999999", INT_MAX, false}, in TEST() 184 {"2147483647", INT_MAX, true}, in TEST() 247 {"2147483647", INT_MAX, true}, in TEST() 312 {"2147483647", INT_MAX, true}, in TEST() 382 {"2147483647", INT_MAX, true}, in TEST() 449 {"7fffffff", INT_MAX, true}, in TEST() [all …]
|
/external/libavc/encoder/ |
D | ih264e_intra_modes_eval.c | 332 WORD32 i4_mb_distortion = INT_MAX, i4_mb_distortion_least = INT_MAX; in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff() 338 WORD32 i4_mb_cost= INT_MAX, i4_mb_cost_least = INT_MAX; in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff() 524 … WORD32 i4_partition_distortion, i4_partition_distortion_least = INT_MAX, i4_total_distortion = 0; in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff() 626 i4_partition_cost_least = INT_MAX; in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff() 776 WORD32 i4_partition_distortion_least = INT_MAX, i4_total_distortion = 0; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff() 922 i4_partition_cost_least = INT_MAX; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff() 1045 WORD32 i4_partition_distortion_least = INT_MAX, i4_total_distortion = 0; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton() 1228 i4_partition_cost_least = INT_MAX; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton() 1457 i4_chroma_mb_distortion = INT_MAX; in ih264e_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff() 1551 WORD32 i4_sad_vert = INT_MAX, i4_sad_horz = INT_MAX, i4_sad_dc = INT_MAX, in ih264e_evaluate_intra16x16_modes() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | WinEHFuncInfo.h | 102 int UnwindHelpFrameIdx = INT_MAX; 103 int PSPSymFrameIdx = INT_MAX; 110 int EHRegNodeFrameIndex = INT_MAX; 111 int EHRegNodeEndOffset = INT_MAX; 112 int EHGuardFrameIndex = INT_MAX; 113 int SEHSetFrameOffset = INT_MAX;
|
/external/google-breakpad/src/processor/ |
D | static_range_map_unittest.cc | 81 { INT_MAX - 9, 11, 3, false }, // tests anti-overflow 82 { INT_MAX - 9, 10, 4, true }, // highest possible range 127 { INT_MIN, INT_MAX, 50, true }, // From INT_MIN to -2, inclusive 129 { 1, INT_MAX, 52, true }, // From 1 to INT_MAX, inclusive 130 { INT_MIN, INT_MAX, 53, false }, // Can't fill the space twice 132 { 1, INT_MAX, 55, false }, 143 { INT_MAX, 0, 102, false }, // makes RetrieveRange check high end 150 { INT_MAX - 1, 1, 111, true }, 152 { INT_MAX, 0, 113, false } // makes RetrieveRange check high end
|
D | range_map_unittest.cc | 372 { INT_MAX - 9, 11, 3, false }, // tests anti-overflow in RunTests() 373 { INT_MAX - 9, 10, 4, true }, // highest possible range in RunTests() 418 { INT_MIN, INT_MAX, 50, true }, // From INT_MIN to -2, inclusive in RunTests() 420 { 1, INT_MAX, 52, true }, // From 1 to INT_MAX, inclusive in RunTests() 421 { INT_MIN, INT_MAX, 53, false }, // Can't fill the space twice in RunTests() 423 { 1, INT_MAX, 55, false }, in RunTests() 434 { INT_MAX, 0, 102, false }, // makes RetrieveRange check high end in RunTests() 441 { INT_MAX - 1, 1, 111, true }, in RunTests() 443 { INT_MAX, 0, 113, false } // makes RetrieveRange check high end in RunTests()
|
D | static_address_map_unittest.cc | 119 target = INT_MAX; in RetrieveTester() 161 target = INT_MAX; in TEST_F() 180 target = INT_MAX; in TEST_F() 199 target = INT_MAX; in TEST_F() 218 target = INT_MAX; in TEST_F()
|
/external/grpc-grpc/src/core/ext/filters/max_age/ |
D | max_age_filter.cc | 32 #define DEFAULT_MAX_CONNECTION_AGE_MS INT_MAX 33 #define DEFAULT_MAX_CONNECTION_AGE_GRACE_MS INT_MAX 34 #define DEFAULT_MAX_CONNECTION_IDLE_MS INT_MAX 38 { DEFAULT_MAX_CONNECTION_AGE_MS, 1, INT_MAX } 40 { DEFAULT_MAX_CONNECTION_IDLE_MS, 1, INT_MAX } 425 DEFAULT_MAX_CONNECTION_AGE_GRACE_MS == INT_MAX in init_channel_elem() 428 chand->max_connection_idle = DEFAULT_MAX_CONNECTION_IDLE_MS == INT_MAX in init_channel_elem() 445 {DEFAULT_MAX_CONNECTION_AGE_GRACE_MS, 0, INT_MAX}); in init_channel_elem() 447 value == INT_MAX ? GRPC_MILLIS_INF_FUTURE : value; in init_channel_elem() 453 value == INT_MAX ? GRPC_MILLIS_INF_FUTURE : value; in init_channel_elem() [all …]
|
/external/openssh/openbsd-compat/ |
D | fake-rfc2553.h | 122 # define EAI_NODATA (INT_MAX - 1) 125 # define EAI_MEMORY (INT_MAX - 2) 128 # define EAI_NONAME (INT_MAX - 3) 131 # define EAI_SYSTEM (INT_MAX - 4) 134 # define EAI_FAMILY (INT_MAX - 5)
|
/external/libavc/encoder/x86/ |
D | ih264e_intra_modes_eval_ssse3.c | 160 sad_vert = INT_MAX; in ih264e_evaluate_intra16x16_modes_ssse3() 161 sad_horz = INT_MAX; in ih264e_evaluate_intra16x16_modes_ssse3() 162 sad_dc = INT_MAX; in ih264e_evaluate_intra16x16_modes_ssse3() 486 WORD32 sad[MAX_I4x4] = { INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, in ih264e_evaluate_intra_4x4_modes_ssse3() 487 INT_MAX, INT_MAX, INT_MAX, INT_MAX }; in ih264e_evaluate_intra_4x4_modes_ssse3() 488 WORD32 cost[MAX_I4x4] = { INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX, in ih264e_evaluate_intra_4x4_modes_ssse3() 489 INT_MAX, INT_MAX, INT_MAX, INT_MAX }; in ih264e_evaluate_intra_4x4_modes_ssse3() 835 WORD32 sad_vert = INT_MAX, sad_horz = INT_MAX, sad_dc = INT_MAX, min_sad; in ih264e_evaluate_intra_chroma_modes_ssse3()
|
/external/clang/test/Headers/ |
D | limits.cpp | 10 _Static_assert(INT_MAX == -(INT_MIN+1), ""); 15 _Static_assert(INT_MAX == UINT_MAX/2, ""); 20 _Static_assert(INT_MIN == -INT_MAX-1, "");
|
/external/grpc-grpc/src/core/lib/surface/ |
D | init_secure.cc | 73 grpc_channel_init_register_stage(GRPC_CLIENT_SUBCHANNEL, INT_MAX - 1, in grpc_register_security_filters() 75 grpc_channel_init_register_stage(GRPC_CLIENT_DIRECT_CHANNEL, INT_MAX - 1, in grpc_register_security_filters() 77 grpc_channel_init_register_stage(GRPC_SERVER_CHANNEL, INT_MAX, in grpc_register_security_filters()
|
/external/python/cpython3/Modules/ |
D | _hashopenssl.c | 35 #define MUNCH_SIZE INT_MAX 654 if (password.len > INT_MAX) { in pbkdf2_hmac() 660 if (salt.len > INT_MAX) { in pbkdf2_hmac() 671 if (iterations > INT_MAX) { in pbkdf2_hmac() 690 if (dklen > INT_MAX) { in pbkdf2_hmac() 765 if (password->len > INT_MAX) { in _hashlib_scrypt_impl() 776 if (salt->len > INT_MAX) { in _hashlib_scrypt_impl() 808 if (maxmem < 0 || maxmem > INT_MAX) { in _hashlib_scrypt_impl() 813 INT_MAX); in _hashlib_scrypt_impl() 817 if (dklen < 1 || dklen > INT_MAX) { in _hashlib_scrypt_impl() [all …]
|
/external/libxml2/ |
D | buf.c | 61 if (buf->size < INT_MAX) buf->compat_size = buf->size; \ 62 else buf->compat_size = INT_MAX; \ 63 if (buf->use < INT_MAX) buf->compat_use = buf->use; \ 64 else buf->compat_use = INT_MAX; 73 if (buf->compat_size < INT_MAX) \ 76 if (buf->compat_use < INT_MAX) \ 242 if (size < INT_MAX) { in xmlBufCreateStatic() 246 ret->compat_use = INT_MAX; in xmlBufCreateStatic() 247 ret->compat_size = INT_MAX; in xmlBufCreateStatic() 1219 if (buf->use > INT_MAX) { in xmlBufBackToBuffer() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 181 if (tmpmse >= INT_MAX) { \ 182 v = INT_MAX; \ 191 v = INT_MAX; \ 214 v = INT_MAX; \ 422 if (cost_list && cost_list[0] != INT_MAX && cost_list[1] != INT_MAX && in vp9_find_best_sub_pixel_tree_pruned_evenmore() 423 cost_list[2] != INT_MAX && cost_list[3] != INT_MAX && in vp9_find_best_sub_pixel_tree_pruned_evenmore() 424 cost_list[4] != INT_MAX && is_cost_list_wellbehaved(cost_list)) { in vp9_find_best_sub_pixel_tree_pruned_evenmore() 426 unsigned int minpt = INT_MAX; in vp9_find_best_sub_pixel_tree_pruned_evenmore() 481 if (cost_list && cost_list[0] != INT_MAX && cost_list[1] != INT_MAX && in vp9_find_best_sub_pixel_tree_pruned_more() 482 cost_list[2] != INT_MAX && cost_list[3] != INT_MAX && in vp9_find_best_sub_pixel_tree_pruned_more() [all …]
|
/external/webrtc/talk/media/base/ |
D | videoadapter.cc | 96 float best_distance = static_cast<float>(INT_MAX); in FindScale() 169 : output_num_pixels_(INT_MAX), in VideoAdapter() 372 view_desired_num_pixels_(INT_MAX), in CoordinatedVideoAdapter() 374 encoder_desired_num_pixels_(INT_MAX), in CoordinatedVideoAdapter() 375 cpu_desired_num_pixels_(INT_MAX), in CoordinatedVideoAdapter() 554 cpu_desired_num_pixels_ = cpu_downgrade_count_ == 0 ? INT_MAX : in OnCpuResolutionRequest() 632 int min_num_pixels = INT_MAX; in AdaptToMinimumFormat() 652 if (!input.IsSize0x0() && min_num_pixels != INT_MAX) { in AdaptToMinimumFormat()
|
/external/pdfium/third_party/libtiff/ |
D | 0017-safe_skews_in_gtTileContig.patch | 38 + if(safeskew > INT_MAX || safeskew < INT_MIN){ 53 + if(safeskew > INT_MAX || safeskew < INT_MIN){ 70 + if(safeskew > INT_MAX || safeskew < INT_MIN){ 80 + if(safeskew > INT_MAX || safeskew < INT_MIN){
|
/external/libaom/libaom/av1/encoder/ |
D | mcomp.c | 208 v = INT_MAX; \ 231 v = INT_MAX; \ 307 unsigned int besterr = INT_MAX; \ 420 if (cost_list && cost_list[0] != INT_MAX && cost_list[1] != INT_MAX && in av1_find_best_sub_pixel_tree_pruned_evenmore() 421 cost_list[2] != INT_MAX && cost_list[3] != INT_MAX && in av1_find_best_sub_pixel_tree_pruned_evenmore() 422 cost_list[4] != INT_MAX && is_cost_list_wellbehaved(cost_list)) { in av1_find_best_sub_pixel_tree_pruned_evenmore() 486 if (cost_list && cost_list[0] != INT_MAX && cost_list[1] != INT_MAX && in av1_find_best_sub_pixel_tree_pruned_more() 487 cost_list[2] != INT_MAX && cost_list[3] != INT_MAX && in av1_find_best_sub_pixel_tree_pruned_more() 488 cost_list[4] != INT_MAX && is_cost_list_wellbehaved(cost_list)) { in av1_find_best_sub_pixel_tree_pruned_more() 555 if (cost_list && cost_list[0] != INT_MAX && cost_list[1] != INT_MAX && in av1_find_best_sub_pixel_tree_pruned() [all …]
|
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.c | 216 if (cpi->sf.thresh_mult[i] < INT_MAX) { in vp8_initialize_rd_consts() 219 x->rd_threshes[i] = INT_MAX; in vp8_initialize_rd_consts() 228 if (cpi->sf.thresh_mult[i] < (INT_MAX / q)) { in vp8_initialize_rd_consts() 231 x->rd_threshes[i] = INT_MAX; in vp8_initialize_rd_consts() 527 int best_rd = INT_MAX; in rd_pick_intra4x4block() 637 if (total_rd >= (int64_t)best_rd) return INT_MAX; in rd_pick_intra4x4mby_modes() 652 int best_rd = INT_MAX; in rd_pick_intra16x16mby_mode() 748 int best_rd = INT_MAX; in rd_pick_intra_mbuv_mode() 993 int best_label_rd = INT_MAX; in rd_check_segment() 1019 int bestsme = INT_MAX; in rd_check_segment() [all …]
|
/external/skia/src/sksl/ir/ |
D | SkSLType.cpp | 19 if (result != INT_MAX) { in coercionCost() 31 return INT_MAX; in coercionCost() 37 return INT_MAX; in coercionCost() 47 return INT_MAX; in coercionCost()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | tensor_coding.cc | 85 input.SetTotalBytesLimit(INT_MAX, INT_MAX); // Unlimited in ParseFrom() 125 if (input->ReadVarint64(&v) && v <= static_cast<uint64>(INT_MAX)) { in ReadVarintSizeAsInt() 221 input.SetTotalBytesLimit(INT_MAX, INT_MAX); // Unlimited in ParseFast()
|
/external/toybox/toys/other/ |
D | i2ctools.c | 186 i2cdetect_dash_F(atolx_range(*toys.optargs, 0, INT_MAX)); in i2cdetect_main() 196 bus = atolx_range(*toys.optargs, 0, INT_MAX); in i2cdetect_main() 235 int bus = atolx_range(toys.optargs[0], 0, INT_MAX); in i2cdump_main() 261 int bus = atolx_range(toys.optargs[0], 0, INT_MAX); in i2cget_main() 280 int bus = atolx_range(toys.optargs[0], 0, INT_MAX); in i2cset_main()
|