HomeSort by relevance Sort by last modified time
    Searched refs:LLONG_MIN (Results 101 - 125 of 132) sorted by null

1 2 3 45 6

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
limits.h 89 # define LLONG_MIN (-0x7fffffffffffffffLL-1)
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/
limits.h 89 # define LLONG_MIN (-0x7fffffffffffffffLL-1)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
limits.h 89 # define LLONG_MIN (-0x7fffffffffffffffLL-1)
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/
limits.h 89 # define LLONG_MIN (-0x7fffffffffffffffLL-1)
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
limits.h 89 # define LLONG_MIN (-0x7fffffffffffffffLL-1)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
limits.h 89 # define LLONG_MIN (-0x7fffffffffffffffLL-1)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
limits.h 89 # define LLONG_MIN (-0x7fffffffffffffffLL-1)
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
limits.h 89 # define LLONG_MIN (-0x7fffffffffffffffLL-1)
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
limits.h 89 # define LLONG_MIN (-0x7fffffffffffffffLL-1)
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
limits.h 89 # define LLONG_MIN (-0x7fffffffffffffffLL-1)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
limits.h 89 # define LLONG_MIN (-0x7fffffffffffffffLL-1)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
limits.h 89 # define LLONG_MIN (-0x7fffffffffffffffLL-1)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
limits.h 89 # define LLONG_MIN (-0x7fffffffffffffffLL-1)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
limits.h 89 # define LLONG_MIN (-0x7fffffffffffffffLL-1)
  /external/bison/lib/
strtol.c 117 # define STRTOL_LONG_MIN LLONG_MIN
156 # ifndef LLONG_MIN
157 # define LLONG_MIN TYPE_MINIMUM (long long int)
  /bionic/tests/
libc_logging_test.cpp 141 __libc_format_buffer(buf, sizeof(buf), "%lld", LLONG_MIN);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_getargs2.py 24 > L long long LLONG_MIN..LLONG_MAX
47 LLONG_MIN = -2**63
214 # L returns 'long long', and does range checking (LLONG_MIN
235 self.assertRaises(OverflowError, getargs_L, LLONG_MIN-1)
236 self.assertEqual(LLONG_MIN, getargs_L(LLONG_MIN))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_getargs2.py 24 > L long long LLONG_MIN..LLONG_MAX
47 LLONG_MIN = -2**63
214 # L returns 'long long', and does range checking (LLONG_MIN
235 self.assertRaises(OverflowError, getargs_L, LLONG_MIN-1)
236 self.assertEqual(LLONG_MIN, getargs_L(LLONG_MIN))
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
limits.hpp 47 static BOOST_LLT min BOOST_PREVENT_MACRO_SUBSTITUTION (){ return LLONG_MIN; }
integer_traits.hpp 175 public detail::integer_traits_base< ::boost::long_long_type, LLONG_MIN, LLONG_MAX>
  /external/safe-iop/src/
safe_iop.c 147 #ifndef LLONG_MIN
148 # define LLONG_MIN (-LLONG_MAX - 1LL)
240 a=LLONG_MIN; b=-1; EXPECT_FALSE(safe_add(NULL, a, b));
243 a=LLONG_MIN; b=LLONG_MAX; EXPECT_TRUE(safe_add(NULL, a, b));
443 a=LLONG_MIN; b=1; EXPECT_FALSE(safe_sub(NULL, a, b));
444 a=LLONG_MIN; b=LLONG_MAX; EXPECT_FALSE(safe_sub(NULL, a, b));
445 a=LLONG_MIN/2; b=LLONG_MAX; EXPECT_FALSE(safe_sub(NULL, a, b));
645 a=LLONG_MIN; b=-1; EXPECT_FALSE(safe_mul(NULL, a, b));
646 a=LLONG_MIN; b=-2; EXPECT_FALSE(safe_mul(NULL, a, b));
653 a=LLONG_MIN; b=0; EXPECT_TRUE(safe_mul(NULL, a, b))
    [all...]
  /bionic/libc/tzcode/
private.h 139 # define INT_FAST64_MIN LLONG_MIN
  /external/kernel-headers/original/linux/
kernel.h 28 #define LLONG_MIN (-LLONG_MAX - 1)
  /frameworks/base/services/jni/
com_android_server_power_PowerManagerService.cpp 243 gLastEventTime[i] = LLONG_MIN;
  /frameworks/base/services/input/
InputReader.h     [all...]

Completed in 604 milliseconds

1 2 3 45 6