Home
last modified time | relevance | path

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

12345

/third_party/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) { \
/third_party/boost/libs/integer/test/
Dinteger_test.cpp226 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/
Ddiv.c2 #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/
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
/third_party/curl/lib/
Dconfig-amigaos.h124 #ifndef LONG_MIN
125 # define LONG_MIN (-0x7fffffffL-1) macro
/third_party/python/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)
/third_party/boost/libs/type_traits/test/
Dpromote_enum_test.cpp118 enum LongEnum2 { LongEnum2_min = LONG_MIN, LongEnum2_max = LONG_MAX };
130 LongEnum4_value = LONG_MIN
/third_party/openssl/test/
Dsanitytest.c63 || !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()
Dasn1_encode_test.c222 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/
Dmystrtoul.c260 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN)
284 result = LONG_MIN; in PyOS_strtol()
/third_party/tzdata/
Dprivate.h269 # 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/
Dlrintl.c26 if (!e && (x > LONG_MAX || x < LONG_MIN)) in lrintl()
Dlrint.c48 if (!e && (x > LONG_MAX || x < LONG_MIN)) in lrint_slow()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dlrintl.c26 if (!e && (x > LONG_MAX || x < LONG_MIN)) in lrintl()
Dlrint.c48 if (!e && (x > LONG_MAX || x < LONG_MIN)) in lrint_slow()
/third_party/icu/icu4c/source/tools/tzcode/
Dprivate.h156 # define INT_FAST64_MIN LONG_MIN
187 # define INTMAX_MIN LONG_MIN
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h156 # define INT_FAST64_MIN LONG_MIN
187 # define INTMAX_MIN LONG_MIN
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h156 # define INT_FAST64_MIN LONG_MIN
187 # define INTMAX_MIN LONG_MIN
/third_party/musl/porting/uniproton/kernel/include/
Dvalues.h16 #define MINLONG LONG_MIN
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dvalues.h16 #define MINLONG LONG_MIN
/third_party/musl/porting/liteos_m/kernel/include/
Dvalues.h16 #define MINLONG LONG_MIN
/third_party/wayland_standard/tests/
Dexec-fd-leak-checker.c41 if ((errno == ERANGE && (v == LONG_MAX || v == LONG_MIN)) || in parse_count()
/third_party/musl/include/
Dvalues.h16 #define MINLONG LONG_MIN
/third_party/musl/ndk_musl_include/
Dvalues.h16 #define MINLONG LONG_MIN

12345