Searched refs:INT_MAX (Results 176 - 200 of 339) sorted by relevance

1234567891011>>

/external/bison/lib/
H A Dstdint.in.h93 /* Get SCHAR_MIN, SCHAR_MAX, UCHAR_MAX, INT_MIN, INT_MAX,
448 # define INT_FAST32_MAX INT_MAX
/external/bison/src/
H A Dscan-gram.c3578 verify (INT_MAX < ULONG_MAX);
3581 if (INT_MAX < num)
3584 num = INT_MAX;
3600 verify (UCHAR_MAX <= INT_MAX);
3657 if (INT_MAX <= lineno)
3660 lineno = INT_MAX;
/external/boringssl/src/crypto/asn1/
H A Da_object.c300 if (len <= 0 || len > INT_MAX || pp == NULL || (p = *pp) == NULL ||
306 /* Now 0 < len <= INT_MAX, so the cast is safe. */
H A Dasn1_lib.c158 if (l > (INT_MAX >> 7L)) goto err;
/external/fio/engines/
H A Dlibaio.c341 err = io_queue_init(INT_MAX, &ld->aio_ctx);
/external/libcxx/src/
H A Dstrstream.cpp39 __n = INT_MAX;
/external/libcxx/test/support/
H A Dtest_allocator.h33 int test_alloc_base::throw_after = INT_MAX;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_segmentation.c206 int t_pred_cost = INT_MAX;
H A Dvp9_firstpass.c327 if (tmp_err < INT_MAX)
329 if (tmp_err < INT_MAX - new_mv_mode_penalty)
350 if (tmp_err < INT_MAX)
352 if (tmp_err < INT_MAX - new_mv_mode_penalty)
396 cpi->rc.frames_to_key = INT_MAX;
629 tmp_err = INT_MAX;
/external/llvm/include/llvm/ADT/
H A DAPFloat.h492 IEK_Inf = INT_MAX
/external/llvm/lib/Fuzzer/
H A DFuzzerDriver.cpp246 F.Loop(Flags.iterations < 0 ? INT_MAX : Flags.iterations);
/external/opencv/cv/src/
H A Dcvcanny.cpp86 aperture_size &= INT_MAX;
H A Dcvstereogc.cpp279 int d, min_dist = INT_MAX;
303 d = INT_MAX-1;
315 if( ++d < INT_MAX )
/external/pcre/dist/
H A Dpcre_exec.c2749 if (max == 0) max = INT_MAX;
2757 if (max == 0) max = INT_MAX;
2893 if (max == 0) max = INT_MAX;
2903 if (max == 0) max = INT_MAX;
3120 if (max == 0) max = INT_MAX;
3130 if (max == 0) max = INT_MAX;
3339 max = INT_MAX;
3347 max = INT_MAX;
3375 if (max == 0) max = INT_MAX;
3725 max = INT_MAX;
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dratectrl.c1237 int last_error = INT_MAX;
1258 if (target_bits_per_frame >= (INT_MAX >> BPER_MB_NORMBITS))
1457 *frame_over_shoot_limit = INT_MAX;
H A Dfirstpass.c468 if ( tmp_err < INT_MAX-new_mv_mode_penalty )
494 if ( tmp_err < INT_MAX-new_mv_mode_penalty )
601 int gf_motion_error = INT_MAX;
641 int motion_error = INT_MAX;
642 int raw_motion_error = INT_MAX;
666 tmp_err = INT_MAX;
/external/mesa3d/src/mesa/main/
H A Deval.c636 _mesa_GetnMapdvARB(target, query, INT_MAX, v);
729 _mesa_GetnMapfvARB(target, query, INT_MAX, v);
823 _mesa_GetnMapivARB(target, query, INT_MAX, v);
/external/openfst/src/include/fst/
H A Drandgen.h170 int max_length = INT_MAX)
244 ArcSampler(const Fst<A> &fst, const S &arc_selector, int max_length = INT_MAX) argument
595 RandGenOptions(const S &sel, int len = INT_MAX, size_t n = 1, argument
169 ArcSampler(const Fst<A> &fst, const S &arc_selector, int max_length = INT_MAX) argument
/external/libpng/
H A Dpngset.c718 if (num_text <= INT_MAX - max_text)
723 if (max_text < INT_MAX-8)
727 max_text = INT_MAX;
/external/linux-tools-perf/src/tools/perf/util/
H A Dprobe-finder.c810 .diff = INT_MAX,
1500 lf->lno_s = INT_MAX;
1503 lf->lno_e = INT_MAX;
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_engine.cpp196 if (size && m_DestBpp > (int)(INT_MAX / size)) {
200 if (size > INT_MAX - 31) {
794 if (size && m_DestBPP > (int)(INT_MAX / size)) {
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngset.c717 if (num_text <= INT_MAX - max_text)
722 if (max_text < INT_MAX-8)
726 max_text = INT_MAX;
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream_unittest.cc1130 // "the limit is INT_MAX relative to the beginning of the stream".
1143 // "the limit is INT_MAX relative to the beginning of the stream".
1155 CodedInputStream::Limit limit = coded_input.PushLimit(INT_MAX);
1157 // "the limit is INT_MAX relative to the beginning of the stream".
1331 *size = INT_MAX;
1368 EXPECT_EQ(INT_MAX - 512, input.backup_amount_);
/external/safe-iop/include/
H A Dsafe_iop.h576 MAKE_SADD(s, 32, int32_t, INT_MAX)
592 MAKE_SSUB(s, 32, int32_t, INT_MIN, INT_MAX)
609 MAKE_SMUL(s, 32, int32_t, INT_MAX, INT_MIN)
/external/boringssl/src/crypto/bio/
H A Dbio.c498 assert(todo < INT_MAX);

Completed in 1267 milliseconds

1234567891011>>