HomeSort by relevance Sort by last modified time
    Searched full:long_max (Results 201 - 225 of 334) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
posix1_lim.h 161 # define SSIZE_MAX LONG_MAX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
posix1_lim.h 161 # define SSIZE_MAX LONG_MAX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
posix1_lim.h 161 # define SSIZE_MAX LONG_MAX
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
md5.h 66 # if LONG_MAX == INT_MAX_32_BITS
  /toolchain/binutils/binutils-2.25/include/
md5.h 66 # if LONG_MAX == INT_MAX_32_BITS
sha1.h 65 # if LONG_MAX == INT_MAX_32_BITS
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h     [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h     [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h     [all...]
  /external/curl/lib/
parsedate.c 415 #if LONG_MAX != INT_MAX
531 if((delta>0) && (t > LONG_MAX - delta)) {
warnless.c 51 #define CURL_MASK_SLONG LONG_MAX
  /external/libevent/
epoll.c 100 * values bigger than (LONG_MAX - 999ULL)/HZ. HZ in the wild can be
101 * as big as 1000, and LONG_MAX can be as small as (1<<31)-1, so the
  /bionic/libc/bionic/
sysconf.cpp 87 case _SC_ATEXIT_MAX: return LONG_MAX; // Unlimited.
  /development/ndk/platforms/android-21/samples/native-codec/jni/
native-codec-jni.cpp 232 media_status_t err = AMediaExtractor_setDataSourceFd(ex, d->fd, 0 , LONG_MAX);
  /development/ndk/platforms/android-9/arch-x86/include/asm/
uaccess_32.h 72 #define strlen_user(str) strnlen_user(str, LONG_MAX)
  /external/google-benchmark/src/
commandlineflags.cc 44 // LONG_MAX or LONG_MIN when the input overflows.)
  /external/libcxx/include/
module.modulemap 117 LONG_MIN, LONG_MAX, ULONG_MAX,
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/
ftsystem.c 278 if ( stat_buf.st_size > LONG_MAX )
  /external/opencv3/3rdparty/openexr/Imath/
ImathLimits.h 213 static long max() {return LONG_MAX;}
  /ndk/sources/android/support/tests/
wchar_unittest.cc 150 { L"12222222222222222222222222222222222", 10, LONG_MAX, 35 },
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
integer_traits.hpp 160 public detail::integer_traits_base<long, LONG_MIN, LONG_MAX>
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
uaccess_32.h 72 #define strlen_user(str) strnlen_user(str, LONG_MAX)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
uaccess_32.h 72 #define strlen_user(str) strnlen_user(str, LONG_MAX)
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/
uaccess_32.h 72 #define strlen_user(str) strnlen_user(str, LONG_MAX)

Completed in 1469 milliseconds

1 2 3 4 5 6 7 891011>>