Home
last modified time | relevance | path

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

12345678910>>...15

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c160 const int thresh_max = INT_MAX / t; in set_block_thresholds()
167 : INT_MAX; in set_block_thresholds()
173 : INT_MAX; in set_block_thresholds()
371 int best_sad = INT_MAX; in vp9_mv_pred()
372 int this_sad = INT_MAX; in vp9_mv_pred()
511 rd->thresh_mult[THR_NEWMV ] = INT_MAX; in vp9_set_rd_speed_thresholds()
512 rd->thresh_mult[THR_NEARESTMV] = INT_MAX; in vp9_set_rd_speed_thresholds()
513 rd->thresh_mult[THR_ZEROMV ] = INT_MAX; in vp9_set_rd_speed_thresholds()
514 rd->thresh_mult[THR_NEARMV ] = INT_MAX; in vp9_set_rd_speed_thresholds()
517 rd->thresh_mult[THR_NEARESTG ] = INT_MAX; in vp9_set_rd_speed_thresholds()
[all …]
/external/libavc/encoder/
Dih264e_intra_modes_eval.c332 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()
527 … WORD32 i4_partition_distortion, i4_partition_distortion_least = INT_MAX, i4_total_distortion = 0; in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
606 i4_partition_cost_least = INT_MAX; in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()
756 WORD32 i4_partition_distortion_least = INT_MAX, i4_total_distortion = 0; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff()
879 i4_partition_cost_least = INT_MAX; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff()
1002 WORD32 i4_partition_distortion_least = INT_MAX, i4_total_distortion = 0; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
1161 i4_partition_cost_least = INT_MAX; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
1385 i4_chroma_mb_distortion = INT_MAX; in ih264e_evaluate_chroma_intra8x8_modes_for_least_cost_rdoptoff()
1479 WORD32 i4_sad_vert = INT_MAX, i4_sad_horz = INT_MAX, i4_sad_dc = INT_MAX, in ih264e_evaluate_intra16x16_modes()
[all …]
/external/bison/src/
Dlocation.c40 unsigned int remaining_columns = INT_MAX - column; in add_column_width()
44 if (INT_MAX / 2 <= bufsize) in add_column_width()
45 return INT_MAX; in add_column_width()
51 return width <= remaining_columns ? column + width : INT_MAX; in add_column_width()
72 line += line < INT_MAX; in location_compute()
92 if (line == INT_MAX && loc->start.line != INT_MAX) in location_compute()
94 if (column == INT_MAX && loc->start.column != INT_MAX) in location_compute()
/external/bison/lib/
Dmbswidth.c140 if (w > INT_MAX - width) in mbsnwidth()
150 if (width == INT_MAX) in mbsnwidth()
173 if (width == INT_MAX) in mbsnwidth()
181 if (width == INT_MAX) in mbsnwidth()
192 return INT_MAX; in mbsnwidth()
Dvsprintf.c52 lenbuf = (SIZE_MAX < INT_MAX ? SIZE_MAX : INT_MAX); in vsprintf()
70 if (len > INT_MAX) in vsprintf()
Dsprintf.c53 lenbuf = (SIZE_MAX < INT_MAX ? SIZE_MAX : INT_MAX); in sprintf()
73 if (len > INT_MAX) in sprintf()
/external/google-breakpad/src/processor/
Dstatic_range_map_unittest.cc81 { 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
Drange_map_unittest.cc372 { 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()
Dstatic_address_map_unittest.cc119 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/clang/test/Analysis/
Dadditive-folding-range-constraints.c6 #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()
Dadditive-folding.cpp6 #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/openssh/openbsd-compat/
Dfake-rfc2553.h124 # define EAI_NODATA (INT_MAX - 1)
127 # define EAI_MEMORY (INT_MAX - 2)
130 # define EAI_NONAME (INT_MAX - 3)
133 # define EAI_SYSTEM (INT_MAX - 4)
136 # define EAI_FAMILY (INT_MAX - 5)
/external/clang/test/Headers/
Dlimits.cpp10 _Static_assert(INT_MAX == -(INT_MIN+1), "");
15 _Static_assert(INT_MAX == UINT_MAX/2, "");
20 _Static_assert(INT_MIN == -INT_MAX-1, "");
/external/libavc/encoder/x86/
Dih264e_intra_modes_eval_ssse3.c160 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/valgrind/none/tests/s390x/
Dlpr.c81 t32(INT_MAX); t32(INT_MIN); t32(UINT_MAX); in main()
85 t64(INT_MAX); t64(INT_MIN); t64(UINT_MAX); in main()
90 t3264(INT_MAX); t3264(INT_MIN); t3264(UINT_MAX); in main()
/external/libxml2/
Dbuf.c60 if (buf->size < INT_MAX) buf->compat_size = buf->size; \
61 else buf->compat_size = INT_MAX; \
62 if (buf->use < INT_MAX) buf->compat_use = buf->use; \
63 else buf->compat_use = INT_MAX;
72 if (buf->compat_size < INT_MAX) \
75 if (buf->compat_use < INT_MAX) \
241 if (size < INT_MAX) { in xmlBufCreateStatic()
245 ret->compat_use = INT_MAX; in xmlBufCreateStatic()
246 ret->compat_size = INT_MAX; in xmlBufCreateStatic()
1178 if (buf->use > INT_MAX) { in xmlBufBackToBuffer()
[all …]
/external/google-breakpad/src/testing/src/
Dgmock-cardinalities.cc112 } else if (max_ == INT_MAX) { in DescribeTo()
119 } else if (max_ == INT_MAX) { in DescribeTo()
140 GTEST_API_ Cardinality AtLeast(int n) { return Between(n, INT_MAX); } in AtLeast()
/external/toybox/toys/other/
Dreadahead.c28 if (sizeof(long) == 4) rc = syscall(__NR_readahead, fd, 0, 0, INT_MAX); in do_readahead()
29 else rc = syscall(__NR_readahead, fd, 0, INT_MAX); in do_readahead()
/external/iproute2/include/linux/
Dnetfilter_ipv4.h67 NF_IP_PRI_CONNTRACK_CONFIRM = INT_MAX,
68 NF_IP_PRI_LAST = INT_MAX,
/external/iptables/include/linux/
Dnetfilter_ipv4.h64 NF_IP_PRI_CONNTRACK_CONFIRM = INT_MAX,
65 NF_IP_PRI_LAST = INT_MAX,
/external/libvpx/libvpx/vp8/encoder/
Drdopt.c284 if (cpi->sf.thresh_mult[i] < INT_MAX) in vp8_initialize_rd_consts()
290 x->rd_threshes[i] = INT_MAX; in vp8_initialize_rd_consts()
302 if (cpi->sf.thresh_mult[i] < (INT_MAX / q)) in vp8_initialize_rd_consts()
308 x->rd_threshes[i] = INT_MAX; in vp8_initialize_rd_consts()
642 int best_rd = INT_MAX; in rd_pick_intra4x4block()
759 return INT_MAX; in rd_pick_intra4x4mby_modes()
778 int best_rd = INT_MAX; in rd_pick_intra16x16mby_mode()
876 int best_rd = INT_MAX; in rd_pick_intra_mbuv_mode()
1155 int best_label_rd = INT_MAX; in rd_check_segment()
1183 int bestsme = INT_MAX; in rd_check_segment()
[all …]
Dpickinter.c146 int best_rd = INT_MAX; in pick_intra4x4block()
237 *best_dist = INT_MAX; in pick_intra4x4mby_modes()
238 error = INT_MAX; in pick_intra4x4mby_modes()
264 int pred_error[4] = {0, 0, 0, 0}, best_error = INT_MAX; in pick_intra_mbuv_mode()
497 return INT_MAX; in evaluate_inter_mode()
583 int best_rd = INT_MAX; in vp8_pick_inter_mode()
585 int best_intra_rd = INT_MAX; in vp8_pick_inter_mode()
590 int bestsme = INT_MAX; in vp8_pick_inter_mode()
610 int dissim = INT_MAX; in vp8_pick_inter_mode()
686 *returnintra = INT_MAX; in vp8_pick_inter_mode()
[all …]
/external/kernel-headers/original/uapi/linux/
Dnetfilter_ipv4.h70 NF_IP_PRI_CONNTRACK_CONFIRM = INT_MAX,
71 NF_IP_PRI_LAST = INT_MAX,
/external/toybox/toys/posix/
Dcut.c73 int start = 0, end = INT_MAX; in parse_list()
80 start = atolx_range(dtoken, 0, INT_MAX); in parse_list()
87 end = atolx_range(ctoken, 0, INT_MAX); in parse_list()
88 if (!end) end = INT_MAX; in parse_list()
/external/libpng/contrib/arm-neon/
Dlinux-auxv.c53 if (nbytes > INT_MAX) in safe_read()
54 nread = INT_MAX; in safe_read()

12345678910>>...15