HomeSort by relevance Sort by last modified time
    Searched refs:LONG_MIN (Results 126 - 150 of 221) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
limits.h 61 # define LONG_MIN (-0x7fffffffffffffffL-1)
66 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
limits.h 76 # define LONG_MIN (-0x7fffffffffffffffL-1)
81 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
limits.h 76 # define LONG_MIN (-0x7fffffffffffffffL-1)
81 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
limits.h 76 # define LONG_MIN (-0x7fffffffffffffffL-1)
81 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
limits.h 76 # define LONG_MIN (-0x7fffffffffffffffL-1)
81 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
limits.h 76 # define LONG_MIN (-0x7fffffffffffffffL-1)
81 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
limits.h 76 # define LONG_MIN (-0x7fffffffffffffffL-1)
81 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
limits.h 76 # define LONG_MIN (-0x7fffffffffffffffL-1)
81 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_structmembers.py 5 LONG_MAX, LONG_MIN, ULONG_MAX, \
50 ts.T_LONG = LONG_MIN
51 self.assertEqual(ts.T_LONG, LONG_MIN)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_structmembers.py 5 LONG_MAX, LONG_MIN, ULONG_MAX, \
50 ts.T_LONG = LONG_MIN
51 self.assertEqual(ts.T_LONG, LONG_MIN)
  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
mzscheme.swg 28 SWIG_convert_integer(o, LONG_MIN, LONG_MAX, \
  /external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
lowest.pass.cpp 49 test<long>(LONG_MIN);
min.pass.cpp 49 test<long>(LONG_MIN);
  /ndk/sources/android/support/src/wcstox/
wcstol.c 46 return wcstox(s, p, base, 0UL+LONG_MIN);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
lowest.pass.cpp 49 test<long>(LONG_MIN);
min.pass.cpp 49 test<long>(LONG_MIN);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
limits.h 93 # define LONG_MIN (-LONG_MAX - 1L)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
limits.h 93 # define LONG_MIN (-LONG_MAX - 1L)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
limits.h 37 #define LONG_MIN (-2147483647L - 1)
  /external/iproute2/tc/
f_cgroup.c 34 if (h == LONG_MIN || h == LONG_MAX) {
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
typedefs.h 129 #define minWord32 LONG_MIN
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 73 /* Get LONG_MIN, LONG_MAX, ULONG_MAX. */
376 #define INT_FAST8_MIN LONG_MIN
383 #define INT_FAST16_MIN LONG_MIN
390 #define INT_FAST32_MIN LONG_MIN
411 #define INTPTR_MIN LONG_MIN
  /external/valgrind/main/coregrind/m_debuginfo/
lzoconf.h 138 # define LZO_INT_MIN LONG_MIN
157 # define LZO_INT32_MIN LONG_MIN
179 # define LZO_INT64_MIN LONG_MIN
  /external/srec/srec/cfront/
spec_anl.c 194 ASSERT((float)x[0] *(float)x[0] > LONG_MIN);
201 ASSERT((float)x[i] *(float)x[i] > LONG_MIN);
203 ASSERT((float)y[i] *(float)y[i] > LONG_MIN);
298 ASSERT((float) freqobj->framp[j] *(float) density[j] > LONG_MIN);
300 ASSERT((float) sum + (float)density[j] > LONG_MIN);
303 ASSERT((float) mom + (float) freqobj->framp[j] *(float) density[j] > LONG_MIN);
309 ASSERT(((float)nxt + (float)sum - (float)mom) > LONG_MIN);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_printf_test.cc 127 TestAgainstLibc<long>("%zd-%zd", LONG_MIN, LONG_MAX); // NOLINT

Completed in 582 milliseconds

1 2 3 4 56 7 8 9