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

1 2 3 4 5 67 8 9

  /external/iproute2/tc/
f_basic.c 50 if (h == LONG_MIN || h == LONG_MAX) {
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyprimtypes.swg 84 if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, LONG_MIN, LONG_MAX)) {
176 return ((value < LONG_MIN) || (value > LONG_MAX)) ?
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_getargs2.py 21 > l long LONG_MIN..LONG_MAX
42 INT_MIN, LONG_MIN, LONG_MAX, PY_SSIZE_T_MIN, PY_SSIZE_T_MAX, \
179 # l returns 'long', and does range checking (LONG_MIN ... LONG_MAX)
184 self.assertRaises(OverflowError, getargs_l, LONG_MIN-1)
185 self.assertEqual(LONG_MIN, getargs_l(LONG_MIN))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_getargs2.py 21 > l long LONG_MIN..LONG_MAX
42 INT_MIN, LONG_MIN, LONG_MAX, PY_SSIZE_T_MIN, PY_SSIZE_T_MAX, \
179 # l returns 'long', and does range checking (LONG_MIN ... LONG_MAX)
184 self.assertRaises(OverflowError, getargs_l, LONG_MIN-1)
185 self.assertEqual(LONG_MIN, getargs_l(LONG_MIN))
  /bionic/libc/tzcode/
private.h 159 # define INT_FAST64_MIN LONG_MIN
190 # define INTMAX_MIN LONG_MIN
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
inttree.c 75 it->nil = ITN_create(LONG_MIN, LONG_MIN, NULL);
155 Assert((it->nil->maxHigh=LONG_MIN),
156 "nil->maxHigh != LONG_MIN in ITLeftRotate");
219 Assert((it->nil->maxHigh=LONG_MIN),
220 "nil->maxHigh != LONG_MIN in ITRightRotate");
368 Assert((it->nil->maxHigh=LONG_MIN),
369 "nil->maxHigh != LONG_MIN in ITTreeInsert");
639 Assert((it->nil->maxHigh=LONG_MIN),
640 "nil->maxHigh != LONG_MIN in ITDeleteFixUp")
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifTag.java 75 private static final long LONG_MIN = Integer.MIN_VALUE;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifTag.java 75 private static final long LONG_MIN = Integer.MIN_VALUE;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 75 private static final long LONG_MIN = Integer.MIN_VALUE;
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifTag.java 75 private static final long LONG_MIN = Integer.MIN_VALUE;
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifTag.java 75 private static final long LONG_MIN = Integer.MIN_VALUE;
    [all...]
  /bionic/tests/
libc_logging_test.cpp 149 __libc_format_buffer(buf, sizeof(buf), "%ld", LONG_MIN);
  /external/valgrind/main/none/tests/s390x/
fpconv.c 49 I2F(insn, LONG_MIN, target_type); \
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlprimtypes.swg 62 if (v >= LONG_MIN && v <= LONG_MAX) {
88 if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, LONG_MIN, LONG_MAX)) {
  /external/bison/darwin-lib/
stdint.h 95 LONG_MIN, LONG_MAX, ULONG_MAX. */
452 # define INT_FAST32_MIN LONG_MIN
474 #define INTPTR_MIN LONG_MIN
  /external/bison/lib/
stdint.in.h 94 LONG_MIN, LONG_MAX, ULONG_MAX. */
451 # define INT_FAST32_MIN LONG_MIN
473 #define INTPTR_MIN LONG_MIN
strtol.c 168 # define STRTOL_LONG_MIN LONG_MIN
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclprimtypes.swg 120 if (((long long) LONG_MIN <= value) && (value <= (long long) LONG_MAX)) {
  /prebuilts/misc/common/swig/include/2.0.11/php/
typemaps.i 133 if ((long long)LONG_MIN <= temp$argnum && temp$argnum <= (long long)LONG_MAX) {
149 if ((long long)LONG_MIN <= lvalue$argnum && lvalue$argnum <= (long long)LONG_MAX) {
160 if ((long long)LONG_MIN <= *arg$argnum && *arg$argnum <= (long long)LONG_MAX) {
  /external/safe-iop/src/
safe_iop.c 157 # define SSIZE_MIN LONG_MIN
230 a=LONG_MIN; b=-1; EXPECT_FALSE(safe_add(NULL, a, b));
233 a=LONG_MIN; b=LONG_MAX; EXPECT_TRUE(safe_add(NULL, a, b));
430 a=LONG_MIN; b=1; EXPECT_FALSE(safe_sub(NULL, a, b));
431 a=LONG_MIN; b=LONG_MAX; EXPECT_FALSE(safe_sub(NULL, a, b));
432 a=LONG_MIN/2; b=LONG_MAX; EXPECT_FALSE(safe_sub(NULL, a, b));
628 a=LONG_MIN; b=-1; EXPECT_FALSE(safe_mul(NULL, a, b));
629 a=LONG_MIN; b=-2; EXPECT_FALSE(safe_mul(NULL, a, b));
636 a=LONG_MIN; b=0; EXPECT_TRUE(safe_mul(NULL, a, b));
638 a=0; b=LONG_MIN; EXPECT_TRUE(safe_mul(NULL, a, b))
    [all...]
  /external/stlport/test/unit/
sstream_test.cpp 206 << INT_MIN << " " << LONG_MIN;
224 CPPUNIT_ASSERT( l == LONG_MIN );
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 206 << INT_MIN << " " << LONG_MIN;
224 CPPUNIT_ASSERT( l == LONG_MIN );
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 206 << INT_MIN << " " << LONG_MIN;
224 CPPUNIT_ASSERT( l == LONG_MIN );
  /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...]

Completed in 2127 milliseconds

1 2 3 4 5 67 8 9