HomeSort by relevance Sort by last modified time
    Searched full:int_max (Results 801 - 825 of 1058) sorted by null

<<31323334353637383940>>

  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngset.c 717 if (num_text <= INT_MAX - max_text)
722 if (max_text < INT_MAX-8)
726 max_text = INT_MAX;
    [all...]
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 73 const struct timespec ClientProxy::kForever = {INT_MAX /*tv_sec*/, 0 /*tv_nsec*/};
104 } else if (requested->tv_sec == INT_MAX) {
410 } else if (requested->tv_sec == INT_MAX) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c     [all...]
  /bionic/libc/bionic/
pthread_rwlock.cpp 500 __futex_wake_ex(&rwlock->pending_reader_wakeup_serial, rwlock->pshared, INT_MAX);
  /external/bison/darwin-lib/
math.h 508 # define FP_ILOGBNAN 2147483647 /* INT_MAX */
511 # define FP_ILOGB0 (- 2147483647) /* - INT_MAX */
512 # define FP_ILOGBNAN 2147483647 /* INT_MAX */
515 # define FP_ILOGB0 (- 2147483647) /* - INT_MAX */
    [all...]
  /external/bison/lib/
math.in.h 196 # define FP_ILOGBNAN 2147483647 /* INT_MAX */
199 # define FP_ILOGB0 (- 2147483647) /* - INT_MAX */
200 # define FP_ILOGBNAN 2147483647 /* INT_MAX */
203 # define FP_ILOGB0 (- 2147483647) /* - INT_MAX */
    [all...]
  /external/bison/linux-lib/
math.h 508 # define FP_ILOGBNAN 2147483647 /* INT_MAX */
511 # define FP_ILOGB0 (- 2147483647) /* - INT_MAX */
512 # define FP_ILOGBNAN 2147483647 /* INT_MAX */
515 # define FP_ILOGB0 (- 2147483647) /* - INT_MAX */
    [all...]
  /external/bison/tests/
torture.at 426 assert (res <= INT_MAX);
  /external/boringssl/src/crypto/asn1/
asn1_lib.c 158 if (l > (INT_MAX >> 7L)) goto err;
  /external/boringssl/src/crypto/bio/
bio.c 498 assert(todo < INT_MAX);
  /external/boringssl/src/crypto/evp/
p_rsa.c 595 if (CBS_len(&label) > INT_MAX) {
  /external/iproute2/tc/
em_meta.c 122 return INT_MAX;
  /external/iptables/extensions/
libxt_multiport.c 6 #include <limits.h> /* INT_MAX in ip_tables.h/ip6_tables.h */
  /external/iputils/
tracepath6.c 586 overhead, INT_MAX);
  /external/libavc/encoder/
ih264e_process.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 151 int bestsme = INT_MAX;
  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.c 376 int x, y, segment_id = INT_MAX;
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 145 int bestsme = INT_MAX;
  /external/lldb/include/lldb/Interpreter/
CommandInterpreter.h 238 // INT_MAX if the number of matches is > max_return_elements, but it is expensive to compute.
  /external/lldb/source/Symbol/
Function.cpp 374 m_block.Dump(s, m_range.GetBaseAddress().GetFileAddress(), INT_MAX, show_context);
  /external/opencv/cvaux/src/
cvdpstereo.cpp 66 #define ICV_MAX_DP_SUM_VAL (INT_MAX/4)
  /external/opencv/cxcore/src/
cxrand.cpp 519 fast_int_mode &= INT_MIN <= diff && diff <= INT_MAX && (t1 & (t1 - 1)) == 0;
  /external/openssh/
clientloop.c 633 timeout_secs = INT_MAX; /* we use INT_MAX to mean no timeout */
649 if (timeout_secs == INT_MAX)
858 if (++last_gc->ref_count >= INT_MAX)
    [all...]
  /external/pcre/dist/
pcre_exec.c     [all...]
pcreposix.c 353 if (nmatch > INT_MAX/(sizeof(int) * 3)) return REG_ESPACE;

Completed in 1100 milliseconds

<<31323334353637383940>>