HomeSort by relevance Sort by last modified time
    Searched refs:INT_MAX (Results 151 - 175 of 388) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c 175 if (n > INT_MAX)
176 /* Limiting the output buf size to INT_MAX seems like reasonable to transform a single wchar_t. */
177 n = INT_MAX;
227 if (src_size > INT_MAX) {
233 if (dst_size > INT_MAX) {
234 dst_size = INT_MAX;
  /external/libffi/include/
ffi.h.in 117 #if INT_MAX == 32767
120 #elif INT_MAX == 2147483647
123 #elif INT_MAX == 9223372036854775807
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 100 byte_limit <= INT_MAX - current_position) {
104 current_limit_ = INT_MAX;
128 if (current_limit_ == INT_MAX) return -1;
497 if (total_bytes_read_ <= INT_MAX - buffer_size) {
500 // Overflow. Reset buffer_end_ to not include the bytes beyond INT_MAX.
507 // overflow_bytes_ = total_bytes_read_ + buffer_size - INT_MAX;
510 overflow_bytes_ = total_bytes_read_ - (INT_MAX - buffer_size);
512 total_bytes_read_ = INT_MAX;
  /external/bison/src/
scan-gram.c     [all...]
state.h 98 # define STATE_NUMBER_MAXIMUM INT_MAX
  /external/chromium/base/
sync_socket_win.cc 24 // we clamp message lengths, which are size_t, to no more than INT_MAX.
25 const size_t kMaxMessageLength = static_cast<size_t>(INT_MAX);
  /external/openssl/crypto/ecdh/
ech_ossl.c 121 if (outlen > INT_MAX)
  /external/oprofile/libpp/
sample_container.cpp 89 upper.file_loc.linenr = INT_MAX;
  /external/qemu/audio/
wavaudio.c 69 if (bytes > INT_MAX) {
70 samples = INT_MAX >> hw->info.shift;
356 if (bytes > INT_MAX) {
357 samples = INT_MAX >> hw->info.shift;
  /external/qemu/hw/
bt-hci-csr.c 322 s->in_hdr = INT_MAX;
323 s->in_data = INT_MAX;
394 s->in_hdr = INT_MAX;
395 s->in_data = INT_MAX;
  /external/svox/pico/lib/
picoapi.h 167 #if (INT_MAX == PICO_INT32_MAX)
  /bionic/libm/include/
math.h 61 #define FP_ILOGB0 (-INT_MAX)
62 #define FP_ILOGBNAN INT_MAX
  /development/ndk/platforms/android-3/include/
math.h 61 #define FP_ILOGB0 (-INT_MAX)
62 #define FP_ILOGBNAN INT_MAX
  /development/ndk/platforms/android-9/include/
math.h 61 #define FP_ILOGB0 (-INT_MAX)
62 #define FP_ILOGBNAN INT_MAX
  /external/astl/include/
limits 144 static int max() { return INT_MAX; }
  /external/kernel-headers/original/linux/
kernel.h 21 #define INT_MAX ((int)(~0U>>1))
22 #define INT_MIN (-INT_MAX - 1)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 61 #define FP_ILOGB0 (-INT_MAX)
62 #define FP_ILOGBNAN INT_MAX
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 61 #define FP_ILOGB0 (-INT_MAX)
62 #define FP_ILOGBNAN INT_MAX
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 61 #define FP_ILOGB0 (-INT_MAX)
62 #define FP_ILOGBNAN INT_MAX
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 61 #define FP_ILOGB0 (-INT_MAX)
62 #define FP_ILOGBNAN INT_MAX
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h 61 #define FP_ILOGB0 (-INT_MAX)
62 #define FP_ILOGBNAN INT_MAX
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h 61 #define FP_ILOGB0 (-INT_MAX)
62 #define FP_ILOGBNAN INT_MAX
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
math.h 61 #define FP_ILOGB0 (-INT_MAX)
62 #define FP_ILOGBNAN INT_MAX
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
math.h 61 #define FP_ILOGB0 (-INT_MAX)
62 #define FP_ILOGBNAN INT_MAX
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
math.h 61 #define FP_ILOGB0 (-INT_MAX)
62 #define FP_ILOGBNAN INT_MAX

Completed in 3145 milliseconds

1 2 3 4 5 67 8 91011>>