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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/freetype/src/cff/
cf2arrst.c 107 if ( numElements > LONG_MAX / arrstack->sizeItem )
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 80 #if (((LONG_MAX >> 31) >> 7) == 0)
84 #elif (((LONG_MAX >> 31) >> 15) == 0)
88 #elif (((LONG_MAX >> 31) >> 23) == 0)
92 #elif (((LONG_MAX >> 31) >> 31) == 0)
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_printf_test.cc 127 TestAgainstLibc<long>("%zd-%zd", LONG_MIN, LONG_MAX); // NOLINT
  /external/freetype/src/cff/
cf2arrst.c 107 if ( numElements > LONG_MAX / arrstack->sizeItem )
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 80 #if (((LONG_MAX >> 31) >> 7) == 0)
84 #elif (((LONG_MAX >> 31) >> 15) == 0)
88 #elif (((LONG_MAX >> 31) >> 23) == 0)
92 #elif (((LONG_MAX >> 31) >> 31) == 0)
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2arrst.c 107 if ( numElements > LONG_MAX / arrstack->sizeItem )
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 55 LONG_MAX
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 80 #if (((LONG_MAX >> 31) >> 7) == 0)
84 #elif (((LONG_MAX >> 31) >> 15) == 0)
88 #elif (((LONG_MAX >> 31) >> 23) == 0)
92 #elif (((LONG_MAX >> 31) >> 31) == 0)
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CSemaphore.cpp 72 sec = LONG_MAX;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
posix1_lim.h 161 # define SSIZE_MAX LONG_MAX
  /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-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
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
uaccess_32.h 81 #define strlen_user(str) strnlen_user(str, LONG_MAX)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
uaccess_32.h 81 #define strlen_user(str) strnlen_user(str, LONG_MAX)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
uaccess_32.h 81 #define strlen_user(str) strnlen_user(str, LONG_MAX)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
uaccess_32.h 81 #define strlen_user(str) strnlen_user(str, LONG_MAX)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
uaccess_32.h 81 #define strlen_user(str) strnlen_user(str, LONG_MAX)
  /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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 1026 span->new_val = LONG_MAX; /* too complex; force to longest form */
1031 if (span->new_val != LONG_MAX && span->rel_term->new_val != LONG_MAX)
1034 span->new_val = LONG_MAX; /* too complex; force to longest form */
1036 span->new_val = LONG_MAX; /* too complex; force to longest form */
1038 if (span->new_val == LONG_MAX)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
trace-event-python.c 313 (long long)val <= LONG_MAX)
318 if (val <= 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/chromium_org/third_party/icu/source/i18n/unicode/
choicfmt.h 572 * Return a long if possible (e.g. within range LONG_MAX,
573 * LONG_MAX], and with no decimals), otherwise a double. If
594 * Return a long if possible (e.g. within range LONG_MAX,
595 * LONG_MAX], and with no decimals), otherwise a double. If
  /external/qemu/android/utils/
misc.c 209 return (val == LONG_MAX) ? INT_MAX : INT_MIN;
  /ndk/sources/android/support/tests/
wchar_unittest.cc 150 { L"12222222222222222222222222222222222", 10, LONG_MAX, 35 },

Completed in 968 milliseconds

1 2 3 4 5 6 7 891011>>