Searched refs:INT_MAX (Results 151 - 175 of 339) sorted by relevance

1234567891011>>

/external/jemalloc/include/jemalloc/
H A Djemalloc.h83 ((a < (size_t)INT_MAX) ? ffs(a)-1 : ffs(a>>32)+31)
/external/libcxx/test/std/thread/futures/
H A Dtest_allocator.h29 int test_alloc_base::throw_after = INT_MAX;
/external/libvpx/libvpx/vp8/encoder/
H A Dmr_dissim.c95 int dissim = INT_MAX;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.c155 &tmp_mv->as_mv, INT_MAX, 0);
377 int rate = INT_MAX;
432 *returnrate = INT_MAX;
445 x->pred_mv_sad[ref_frame] = INT_MAX;
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h403 return INT_MAX;
/external/mesa3d/src/glsl/
H A Dloop_controls.cpp194 max_iterations = INT_MAX;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c73 INT_MAX, (const GLvoid *) bitmap)) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c73 INT_MAX, (const GLvoid *) bitmap)) {
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_bitmap.c73 INT_MAX, (const GLvoid *) bitmap)) {
/external/mesa3d/src/mesa/main/
H A Dpbo.c344 format, type, INT_MAX, pixels)) {
H A Duniforms.c436 _mesa_GetnUniformfvARB(program, location, INT_MAX, params);
451 _mesa_GetnUniformivARB(program, location, INT_MAX, params);
467 _mesa_GetnUniformuivARB(program, location, INT_MAX, params);
493 _mesa_GetnUniformdvARB(program, location, INT_MAX, params);
/external/openssh/
H A Ddh.c264 need > INT_MAX / 2 || 2 * need >= pbits)
/external/pcre/dist/
H A Dpcreposix.c353 if (nmatch > INT_MAX/(sizeof(int) * 3)) return REG_ESPACE;
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_decode.cpp217 if (Colors < 0 || (check > 0 && Colors > INT_MAX / check)) {
222 (check > 0 && BitsPerComponent > INT_MAX / check)) {
226 if (check > INT_MAX - 7) {
457 if(len > INT_MAX/2-1)
/external/ppp/pppd/plugins/pppoatm/
H A Dtext2atm.c34 if (part[i] > INT_MAX/10) return TRY_OTHER;/* number too big */
/external/toybox/toys/pending/
H A Dftpget.c105 cmd_status = atolx_range(toybuf, 0, INT_MAX);
/external/v8/src/
H A Dzone.cc232 if (new_size > INT_MAX) {
/external/v8/test/cctest/
H A Dtest-utils.cc73 CHECK_EQ(INT_MAX, FastD2IChecked(1.0e100));
/external/libedit/src/
H A Dreadline.c316 history(h, &ev, H_SETSIZE, INT_MAX); /* unlimited */
318 max_input_history = INT_MAX;
1154 history(h, &ev, H_SETSIZE, INT_MAX);
1156 max_input_history = INT_MAX;
1166 return max_input_history != INT_MAX;
/external/boringssl/src/crypto/cipher/
H A De_tls.c118 in_len > INT_MAX) {
244 if (in_len > INT_MAX) {
/external/clang/INPUTS/
H A Dc99-intconst-1.c79 first_of3(int, (C) <= INT_MAX, \
83 first_of6(int, (C) <= INT_MAX, \
/external/kernel-headers/original/uapi/linux/
H A Dcdrom.h418 #define CDSL_NONE (INT_MAX-1)
419 #define CDSL_CURRENT INT_MAX
/external/libpcap/
H A Dinet.c76 #define INT_MAX 2147483647 macro
115 return INT_MAX;
/external/openssh/openbsd-compat/
H A Dbsd-snprintf.c173 if (pos + 1 >= INT_MAX) { \
510 return currlen < INT_MAX ? (int)currlen : -1;
/external/bison/darwin-lib/
H A Dstdint.h94 /* Get SCHAR_MIN, SCHAR_MAX, UCHAR_MAX, INT_MIN, INT_MAX,
449 # define INT_FAST32_MAX INT_MAX

Completed in 995 milliseconds

1234567891011>>