Home
last modified time | relevance | path

Searched refs:LONG_MIN (Results 1 – 25 of 145) sorted by relevance

123456

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
D1-1.c17 structure_and_field = -LONG_MIN; \
18 if (structure_and_field != -LONG_MIN) { \
27 structure_and_field = -(LONG_MIN+1); \
33 if (structure_and_field != LONG_MIN) { \
/external/jsoncpp/test/data/
Dlegacy_test_real_11.json2 // the same as LONG_MIN in base 10 and digit less than LONG_MIN's last digit in
Dlegacy_test_real_11.expected2 // the same as LONG_MIN in base 10 and digit less than LONG_MIN's last digit in
/external/clang/test/Headers/
Dlimits.cpp11 _Static_assert(LONG_MAX == -(LONG_MIN+1L), "");
21 _Static_assert(LONG_MIN == -LONG_MAX-1L, "");
/external/curl/lib/
Dconfig-amigaos.h108 #ifndef LONG_MIN
109 # define LONG_MIN (-0x7fffffffL-1) macro
/external/cronet/buildtools/third_party/libc++/trunk/test/std/language.support/support.limits/c.limits/
Dclimits.pass.cpp67 #ifndef LONG_MIN
68 #error LONG_MIN not defined
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dclimits.pass.cpp66 #ifndef LONG_MIN
67 #error LONG_MIN not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dlimits_h.pass.cpp66 #ifndef LONG_MIN
67 #error LONG_MIN not defined
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dlimits_h.compile.pass.cpp65 #ifndef LONG_MIN
66 #error LONG_MIN not defined
/external/python/cpython2/Lib/test/
Dtest_structmembers.py10 LONG_MAX, LONG_MIN, ULONG_MAX, \
52 ts.T_LONG = LONG_MIN
53 self.assertEqual(ts.T_LONG, LONG_MIN)
/external/arm-trusted-firmware/lib/libc/
Dstrtol.c103 cutoff = neg ? (unsigned long)-(LONG_MIN + LONG_MAX) + LONG_MAX in strtol()
127 acc = neg ? LONG_MIN : LONG_MAX; in strtol()
/external/python/cpython3/Lib/test/
Dtest_structmembers.py11 LONG_MAX, LONG_MIN, ULONG_MAX, \
66 ts.T_LONG = LONG_MIN
67 self.assertEqual(ts.T_LONG, LONG_MIN)
/external/clang/lib/Headers/
Dlimits.h51 #undef LONG_MIN
68 #define LONG_MIN (-__LONG_MAX__ -1L) macro
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h61 #define INTPTR_MIN LONG_MIN
69 #define PTRDIFF_MIN LONG_MIN
/external/python/cpython2/Modules/_sqlite/
Dutil.c124 if (value > LONG_MAX || value < LONG_MIN) in _pysqlite_long_from_int64()
129 if (value > LONG_MAX || value < LONG_MIN) { in _pysqlite_long_from_int64()
/external/python/cpython2/Python/
Dmystrtoul.c254 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN)
278 result = LONG_MIN; in PyOS_strtol()
/external/python/cpython3/Python/
Dmystrtoul.c260 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN)
284 result = LONG_MIN; in PyOS_strtol()
/external/python/cpython2/Lib/plat-beos5/
DIN.py103 LONG_MIN = (-2147483647L-1) variable
105 INT_MIN = LONG_MIN
140 B_GENERAL_ERROR_BASE = LONG_MIN
/external/capstone/
DSStream.c65 if (val == LONG_MIN) in printInt64Bang()
93 if (val == LONG_MIN) in printInt64()
/external/cronet/third_party/icu/source/tools/tzcode/
Dprivate.h156 # define INT_FAST64_MIN LONG_MIN
187 # define INTMAX_MIN LONG_MIN
/external/linux-kselftest/tools/testing/selftests/timers/
Dvalid-adjtimex.c108 #define LONG_MIN (-LONG_MAX - 1) macro
112 LONG_MIN,
/external/icu/icu4c/source/tools/tzcode/
Dprivate.h156 # define INT_FAST64_MIN LONG_MIN
187 # define INTMAX_MIN LONG_MIN
/external/arm-trusted-firmware/include/lib/libc/aarch64/
Dlimits_.h19 #define LONG_MIN (-LONG_MAX - 1L) macro
Dstdint_.h15 #define INT64_MIN LONG_MIN
/external/arm-trusted-firmware/include/lib/libc/aarch32/
Dlimits_.h19 #define LONG_MIN (-LONG_MAX - 1L) macro

123456