Searched refs:INT_MAX (Results 76 - 100 of 339) sorted by relevance

1234567891011>>

/external/iproute2/tc/
H A Dm_ematch.h103 return INT_MAX;
/external/libvpx/libvpx/test/
H A Dsuperframe_test.cc30 sf_count_max_ = INT_MAX;
H A Dkeyframe_test.cc30 kf_count_max_ = INT_MAX;
/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c146 int best_rd = INT_MAX;
237 *best_dist = INT_MAX;
238 error = INT_MAX;
264 int pred_error[4] = {0, 0, 0, 0}, best_error = INT_MAX;
497 return INT_MAX;
583 int best_rd = INT_MAX;
585 int best_intra_rd = INT_MAX;
590 int bestsme = INT_MAX;
610 int dissim = INT_MAX;
686 *returnintra = INT_MAX;
[all...]
/external/mesa3d/src/glx/
H A Dcreate_context.c32 #if INT_MAX != 2147483647
/external/opencv/otherlibs/highgui/
H A Dgrfmt_pxm.cpp166 m_width = ReadNumber( m_strm, INT_MAX );
167 m_height = ReadNumber( m_strm, INT_MAX );
169 m_maxval = m_bpp == 1 ? 1 : ReadNumber( m_strm, INT_MAX );
275 int code = ReadNumber( m_strm, INT_MAX );
/external/openssh/openbsd-compat/
H A Dmktemp.c65 if (tries < INT_MAX / NUM_CHARS)
/external/toybox/toys/other/
H A Drfkill.c55 if (i == ARRAY_LEN(rftypes)) idx = atolx_range(*optargs, 0, INT_MAX);
/external/libvpx/libvpx/
H A Dargs.c165 if (rawval >= INT_MIN && rawval <= INT_MAX)
190 if (rawval >= INT_MIN && rawval <= INT_MAX)
200 if (rawval >= INT_MIN && rawval <= INT_MAX)
H A Drate_hist.c57 hist->bucket[i].low = INT_MAX;
122 int small_bucket = 0, merge_bucket = INT_MAX, big_bucket = 0;
274 if (hist->bucket[i].low == INT_MAX)
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.c206 cm->frame_refs[ref_index].idx = INT_MAX;
226 if (cm->frame_refs[0].idx != INT_MAX)
247 if (cm->frame_refs[0].idx != INT_MAX && cm->frame_refs[0].buf != NULL)
/external/mesa3d/src/mesa/main/
H A Dpixel.c206 GL_FLOAT, INT_MAX, values)) {
248 GL_UNSIGNED_INT, INT_MAX, values)) {
304 GL_UNSIGNED_SHORT, INT_MAX, values)) {
385 _mesa_GetnPixelMapfvARB(map, INT_MAX, values);
436 _mesa_GetnPixelMapuivARB(map, INT_MAX, values);
495 _mesa_GetnPixelMapusvARB(map, INT_MAX, values);
/external/bison/src/
H A Dstate.h95 # define STATE_NUMBER_MAXIMUM INT_MAX
H A Dsymtab.h49 #define SYMBOL_NUMBER_MAXIMUM INT_MAX
H A Dscan-gram.l778 verify (INT_MAX < ULONG_MAX);
781 if (INT_MAX < num)
784 num = INT_MAX;
800 verify (UCHAR_MAX <= INT_MAX);
857 if (INT_MAX <= lineno)
860 lineno = INT_MAX;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rd.h148 return best_rd < ((int64_t)thresh * thresh_fact >> 5) || thresh == INT_MAX;
H A Dvp9_encodeframe.c794 if (aq_mode == VARIANCE_AQ && *totalrate != INT_MAX) {
1435 int last_part_rate = INT_MAX;
1438 int none_rate = INT_MAX;
1441 int chosen_rate = INT_MAX;
1494 if (none_rate < INT_MAX) {
1514 if (last_part_rate != INT_MAX &&
1523 if (rt == INT_MAX || dt == INT64_MAX) {
1524 last_part_rate = INT_MAX;
1537 if (last_part_rate != INT_MAX &&
1547 if (rt == INT_MAX || d
[all...]
H A Dvp9_rdopt.c443 *rate = INT_MAX;
509 if (r[n][0] < INT_MAX) {
776 int r = INT_MAX, ry = INT_MAX;
853 if (this_rate_tokenonly == INT_MAX)
915 if (pnrate == INT_MAX)
925 *rate = INT_MAX;
952 if (this_rate_tokenonly == INT_MAX)
1357 int thissme, bestsme = INT_MAX;
1406 INT_MAX,
[all...]
/external/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h148 : UnwindHelpFrameIdx(INT_MAX), UnwindHelpFrameOffset(-1),
/external/mesa3d/src/gallium/targets/egl-static/
H A Degl_st.c57 assert(len <= INT_MAX && "path is insanely long!");
/external/openfst/src/include/fst/
H A Drandequivalent.h124 int seed = time(0), int path_length = INT_MAX,
122 RandEquivalent(const Fst<Arc> &fst1, const Fst<Arc> &fst2, ssize_t num_paths, float delta = kDelta, int seed = time(0), int path_length = INT_MAX, bool *error = 0) argument
/external/svox/pico/lib/
H A Dpicoapi.h167 #if (INT_MAX == PICO_INT32_MAX)
/external/bison/lib/
H A Dstrerror_r.c179 if (buflen > INT_MAX)
180 buflen = INT_MAX;
/external/boringssl/src/crypto/asn1/
H A Da_d2i_fp.c235 if (want > INT_MAX /* BIO_read takes an int length */ ||
275 if (off > INT_MAX)
/external/boringssl/src/crypto/bio/
H A Dbio_mem.c141 if (b->length < INT_MAX && ret > (int)b->length) {
176 if (INT_MAX - blen < inl) {

Completed in 718 milliseconds

1234567891011>>