HomeSort by relevance Sort by last modified time
    Searched refs:LLONG_MIN (Results 276 - 300 of 316) sorted by null

<<111213

  /external/icu/icu4c/source/tools/tzcode/
private.h 143 # define INT_FAST64_MIN LLONG_MIN
177 # define INTMAX_MIN LLONG_MIN
  /prebuilts/misc/windows/sdl2/test/
testautomation_sdltest.c     [all...]
  /prebuilts/ndk/r11/sources/android/support/src/wcstox/
floatscan.c 75 return LLONG_MIN;
141 if (e10 == LLONG_MIN) {
391 if (e2 == LLONG_MIN) {
  /prebuilts/ndk/r13/sources/android/support/src/wcstox/
floatscan.c 75 return LLONG_MIN;
141 if (e10 == LLONG_MIN) {
391 if (e2 == LLONG_MIN) {
  /bionic/tests/
async_safe_test.cpp 172 async_safe_format_buffer(buf, sizeof(buf), "%lld", LLONG_MIN);
  /external/python/cpython2/PC/
pyconfig.h 287 #define PY_LLONG_MIN LLONG_MIN
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclprimtypes.swg 150 if ((v == LLONG_MAX || v == LLONG_MIN) && errno == ERANGE) {
  /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...]
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
fragments.swg 106 # define LLONG_MIN (-LLONG_MAX - 1LL)
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
NumericInt.c 178 representable values, LONG_MIN, LONG_MAX, LLONG_MIN, LLONG_MAX,
343 value is outside the range of representable values, LLONG_MIN or
404 Result = LLONG_MIN;
  /frameworks/base/services/core/jni/
com_android_server_power_PowerManagerService.cpp 265 gLastEventTime[i] = LLONG_MIN;
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlprimtypes.swg 202 if (v >= LLONG_MIN && v <= LLONG_MAX) {
  /external/python/cpython2/Lib/test/
test_getargs2.py 28 > L long long LLONG_MIN..LLONG_MAX
62 LLONG_MIN = -2**63
285 # L returns 'long long', and does range checking (LLONG_MIN
306 self.assertRaises(OverflowError, getargs_L, LLONG_MIN-1)
307 self.assertEqual(LLONG_MIN, getargs_L(LLONG_MIN))
    [all...]
  /prebuilts/ndk/r11/sources/android/support/tests/
wchar_unittest.cc 203 { L"-12222222222222222222222222222222222", 10, LLONG_MIN, 36 },
  /prebuilts/ndk/r13/sources/android/support/tests/
wchar_unittest.cc 203 { L"-12222222222222222222222222222222222", 10, LLONG_MIN, 36 },
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 85 #define PY_LLONG_MIN LLONG_MIN
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 72 #define PY_LLONG_MIN LLONG_MIN
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 87 #define PY_LLONG_MIN LLONG_MIN
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 85 #define PY_LLONG_MIN LLONG_MIN
  /external/python/cpython2/Include/
pyport.h 72 #define PY_LLONG_MIN LLONG_MIN
  /frameworks/native/services/inputflinger/
InputReader.h     [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 72 #define PY_LLONG_MIN LLONG_MIN
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 72 #define PY_LLONG_MIN LLONG_MIN
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 72 #define PY_LLONG_MIN LLONG_MIN
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 72 #define PY_LLONG_MIN LLONG_MIN
    [all...]

Completed in 1310 milliseconds

<<111213