Searched refs:LONG_MIN (Results 1 – 25 of 104) sorted by relevance
12345
/third_party/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) { \
|
/third_party/boost/libs/integer/test/ |
D | integer_test.cpp | 226 test_min_max_type<boost::int_min_value_t<LONG_MIN>, long>(LONG_MIN); in main() 232 test_min_max_type<boost::int_min_value_t<LONG_MIN-1LL>, boost::long_long_type>(LONG_MIN-1LL); in main() 240 test_min_max_type<boost::int_min_value_t<LONG_MIN-1LL>, boost::long_long_type>(LONG_MIN-1LL); in main() 248 test_min_max_type<boost::int_min_value_t<LONG_MIN-1LL>, boost::long_long_type>(LONG_MIN-1LL); in main() 256 test_min_max_type<boost::int_min_value_t<LONG_MIN-1LL>, boost::long_long_type>(LONG_MIN-1LL); in main()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | div.c | 2 #define LONG_MIN (-__LONG_MAX__ - 1) macro 10 static long yl = LONG_MIN / -1; 14 static long zl = LONG_MIN % -1;
|
/third_party/jsoncpp/test/data/ |
D | legacy_test_real_11.json | 2 // the same as LONG_MIN in base 10 and digit less than LONG_MIN's last digit in
|
D | legacy_test_real_11.expected | 2 // the same as LONG_MIN in base 10 and digit less than LONG_MIN's last digit in
|
/third_party/curl/lib/ |
D | config-amigaos.h | 124 #ifndef LONG_MIN 125 # define LONG_MIN (-0x7fffffffL-1) macro
|
/third_party/python/Lib/test/ |
D | test_structmembers.py | 11 LONG_MAX, LONG_MIN, ULONG_MAX, \ 66 ts.T_LONG = LONG_MIN 67 self.assertEqual(ts.T_LONG, LONG_MIN)
|
/third_party/boost/libs/type_traits/test/ |
D | promote_enum_test.cpp | 118 enum LongEnum2 { LongEnum2_min = LONG_MIN, LongEnum2_max = LONG_MAX }; 130 LongEnum4_value = LONG_MIN
|
/third_party/openssl/test/ |
D | sanitytest.c | 63 || !TEST_long_eq(-(LONG_MIN + 1), LONG_MAX)) in test_sanity_sign() 72 || !TEST_long_eq((long)((unsigned long)LONG_MAX + 1), LONG_MIN)) in test_sanity_unsigned_conversion()
|
D | asn1_encode_test.c | 222 ENCDEC_ARRAY(LONG_MAX - 1, LONG_MAX, LONG_MIN, LONG_MIN), 248 CUSTOM_EXPECTED_SUCCESS(LONG_MIN, LONG_MIN), /* t_8bytes_4_neg */ 258 ENCDEC_ARRAY(LONG_MAX, LONG_MAX, LONG_MIN, LONG_MIN),
|
/third_party/python/Python/ |
D | mystrtoul.c | 260 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN) 284 result = LONG_MIN; in PyOS_strtol()
|
/third_party/tzdata/ |
D | private.h | 269 # define INT_FAST64_MIN LONG_MIN 290 # define INT_FAST32_MIN LONG_MIN 309 # define INTMAX_MIN LONG_MIN 649 int: INT_MIN, long: LONG_MIN, long long: LLONG_MIN, \
|
/third_party/musl/src/math/ |
D | lrintl.c | 26 if (!e && (x > LONG_MAX || x < LONG_MIN)) in lrintl()
|
D | lrint.c | 48 if (!e && (x > LONG_MAX || x < LONG_MIN)) in lrint_slow()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | lrintl.c | 26 if (!e && (x > LONG_MAX || x < LONG_MIN)) in lrintl()
|
D | lrint.c | 48 if (!e && (x > LONG_MAX || x < LONG_MIN)) in lrint_slow()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | private.h | 156 # define INT_FAST64_MIN LONG_MIN 187 # define INTMAX_MIN LONG_MIN
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | private.h | 156 # define INT_FAST64_MIN LONG_MIN 187 # define INTMAX_MIN LONG_MIN
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | private.h | 156 # define INT_FAST64_MIN LONG_MIN 187 # define INTMAX_MIN LONG_MIN
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | values.h | 16 #define MINLONG LONG_MIN
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | values.h | 16 #define MINLONG LONG_MIN
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | values.h | 16 #define MINLONG LONG_MIN
|
/third_party/wayland_standard/tests/ |
D | exec-fd-leak-checker.c | 41 if ((errno == ERANGE && (v == LONG_MAX || v == LONG_MIN)) || in parse_count()
|
/third_party/musl/include/ |
D | values.h | 16 #define MINLONG LONG_MIN
|
/third_party/musl/ndk_musl_include/ |
D | values.h | 16 #define MINLONG LONG_MIN
|
12345