Home
last modified time | relevance | path

Searched refs:LLONG_MIN (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/Headers/
Dlimits.cpp37 _Static_assert(LLONG_MAX == -(LLONG_MIN+1LL), "");
38 _Static_assert(LLONG_MIN == -LLONG_MAX-1LL, "");
41 int LLONG_MIN, LLONG_MAX, ULLONG_MAX; // Not defined. variable
/external/chromium_org/third_party/libwebm/
Dlibwebm_nacl.gyp27 # LLONG_MIN and UULONG_MAX are defined in newlib only for C++11.
28 'LLONG_MIN=LONG_LONG_MIN',
/external/libcxx/test/depr/depr.c.headers/
Dlimits_h.pass.cpp78 #ifndef LLONG_MIN
79 #error LLONG_MIN not defined
/external/libcxx/test/language.support/support.limits/c.limits/
Dclimits.pass.cpp78 #ifndef LLONG_MIN
79 #error LLONG_MIN not defined
/external/clang/lib/Headers/
Dlimits.h94 #undef LLONG_MIN
99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL) macro
/external/bison/lib/
Dstrtol.c117 # define STRTOL_LONG_MIN LLONG_MIN
156 # ifndef LLONG_MIN
157 # define LLONG_MIN TYPE_MINIMUM (long long int) macro
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
Dlimits.pxd27 enum: LLONG_MIN
/external/libcxx/include/
Dclimits35 LLONG_MIN // C99
/external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
Dlowest.pass.cpp51 test<long long>(LLONG_MIN); in main()
Dmin.pass.cpp51 test<long long>(LLONG_MIN); in main()
/external/safe-iop/src/
Dsafe_iop.c147 #ifndef LLONG_MIN
148 # define LLONG_MIN (-LLONG_MAX - 1LL) macro
240 a=LLONG_MIN; b=-1; EXPECT_FALSE(safe_add(NULL, a, b)); in T_add_longlong()
243 a=LLONG_MIN; b=LLONG_MAX; EXPECT_TRUE(safe_add(NULL, a, b)); in T_add_longlong()
443 a=LLONG_MIN; b=1; EXPECT_FALSE(safe_sub(NULL, a, b)); in T_sub_longlong()
444 a=LLONG_MIN; b=LLONG_MAX; EXPECT_FALSE(safe_sub(NULL, a, b)); in T_sub_longlong()
445 a=LLONG_MIN/2; b=LLONG_MAX; EXPECT_FALSE(safe_sub(NULL, a, b)); in T_sub_longlong()
645 a=LLONG_MIN; b=-1; EXPECT_FALSE(safe_mul(NULL, a, b)); in T_mul_longlong()
646 a=LLONG_MIN; b=-2; EXPECT_FALSE(safe_mul(NULL, a, b)); in T_mul_longlong()
653 a=LLONG_MIN; b=0; EXPECT_TRUE(safe_mul(NULL, a, b)); in T_mul_longlong()
[all …]
/external/clang/tools/libclang/
DCXType.cpp282 return LLONG_MIN; in clang_getEnumConstantDeclValue()
285 return LLONG_MIN; in clang_getEnumConstantDeclValue()
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
Dmkvmuxer.cpp1786 date_utc_(LLONG_MIN), in SegmentInfo()
1862 if (date_utc_ != LLONG_MIN) in Write()
1885 if (date_utc_ != LLONG_MIN) in Write()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model.c503 ((sum64_tmp < 0 && sum64 < 0) && (LLONG_MIN - sum64 > sum64_tmp))) { in WebRtcIsacfix_CalculateResidualEnergyC()
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model.c503 ((sum64_tmp < 0 && sum64 < 0) && (LLONG_MIN - sum64 > sum64_tmp))) { in WebRtcIsacfix_CalculateResidualEnergyC()