/external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/ |
D | 1-1.c | 17 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/ |
D | test_real_11.json | 2 // the same as LONG_MIN in base 10 and digit less than LONG_MIN's last digit in
|
D | test_real_11.expected | 2 // the same as LONG_MIN in base 10 and digit less than LONG_MIN's last digit in
|
/external/clang/test/Headers/ |
D | limits.cpp | 11 _Static_assert(LONG_MAX == -(LONG_MIN+1L), ""); 21 _Static_assert(LONG_MIN == -LONG_MAX-1L, "");
|
/external/libcxx/test/std/language.support/support.limits/c.limits/ |
D | climits.pass.cpp | 66 #ifndef LONG_MIN 67 #error LONG_MIN not defined
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | limits_h.pass.cpp | 66 #ifndef LONG_MIN 67 #error LONG_MIN not defined
|
/external/python/cpython2/Lib/test/ |
D | test_structmembers.py | 10 LONG_MAX, LONG_MIN, ULONG_MAX, \ 52 ts.T_LONG = LONG_MIN 53 self.assertEqual(ts.T_LONG, LONG_MIN)
|
/external/python/cpython3/Lib/test/ |
D | test_structmembers.py | 10 LONG_MAX, LONG_MIN, ULONG_MAX, \ 65 ts.T_LONG = LONG_MIN 66 self.assertEqual(ts.T_LONG, LONG_MIN)
|
/external/clang/lib/Headers/ |
D | limits.h | 51 #undef LONG_MIN 68 #define LONG_MIN (-__LONG_MAX__ -1L) macro
|
/external/curl/lib/ |
D | config-amigaos.h | 130 #ifndef LONG_MIN 131 # define LONG_MIN (-0x7fffffffL-1) macro
|
/external/python/cpython2/Modules/_sqlite/ |
D | util.c | 124 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/cpython3/Python/ |
D | mystrtoul.c | 260 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) 284 result = LONG_MIN; in PyOS_strtol()
|
/external/python/cpython2/Python/ |
D | mystrtoul.c | 254 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) 278 result = LONG_MIN; in PyOS_strtol()
|
/external/python/cpython2/Lib/plat-beos5/ |
D | IN.py | 103 LONG_MIN = (-2147483647L-1) variable 105 INT_MIN = LONG_MIN 140 B_GENERAL_ERROR_BASE = LONG_MIN
|
/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 156 # define INT_FAST64_MIN LONG_MIN 187 # define INTMAX_MIN LONG_MIN
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | valid-adjtimex.c | 108 #define LONG_MIN (-LONG_MAX - 1) macro 112 LONG_MIN,
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 219 LONG_MIN = (-9223372036854775807L-1L) variable 221 LONG_MIN = (-2147483647L-1L) variable
|
/external/wayland/tests/ |
D | exec-fd-leak-checker.c | 41 if ((errno == ERANGE && (v == LONG_MAX || v == LONG_MIN)) || in parse_count()
|
/external/python/cpython2/Objects/ |
D | rangeobject.c | 61 return last < LONG_MIN - r->step ? LONG_MIN : last + r->step; in get_stop_for_range()
|
/external/libtextclassifier/lang_id/common/lite_strings/ |
D | numbers.cc | 62 if ((parsed_value == LONG_MIN) || (parsed_value == LONG_MAX) || in LiteAtoi()
|
/external/grpc-grpc/test/core/gpr/ |
D | string_test.cc | 200 GPR_ASSERT(gpr_asprintf(&str, "%lld", (long long)LONG_MIN)); in test_ltoa() 201 GPR_ASSERT(strlen(str) == (size_t)gpr_ltoa(LONG_MIN, buf)); in test_ltoa()
|
/external/libcxx/include/ |
D | climits | 32 LONG_MIN
|
/external/curl/tests/server/ |
D | util.c | 497 else if(diff <= (LONG_MIN/1000)) in timediff() 498 return LONG_MIN; in timediff()
|
/external/freetype/include/freetype/config/ |
D | ftstdlib.h | 66 #define FT_LONG_MIN LONG_MIN
|
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
D | lowest.pass.cpp | 54 test<long>(LONG_MIN); in main()
|