Home
last modified time | relevance | path

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

1234

/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/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/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/openssl/test/
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),
Dsanitytest.c64 || !TEST_long_eq(-(LONG_MIN + 1), LONG_MAX)) in test_sanity_sign()
73 || !TEST_long_eq((long)((unsigned long)LONG_MAX + 1), LONG_MIN)) in test_sanity_unsigned_conversion()
/third_party/tzdata/
Dprivate.h273 # define INT_FAST64_MIN LONG_MIN
294 # define INT_FAST32_MIN LONG_MIN
313 # define INTMAX_MIN LONG_MIN
658 int: INT_MIN, long: LONG_MIN, long long: LLONG_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/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/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/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/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/uniproton/kernel/include/
Dvalues.h16 #define MINLONG LONG_MIN
/third_party/musl/include/
Dvalues.h16 #define MINLONG LONG_MIN
/third_party/musl/porting/liteos_m/kernel/include/
Dvalues.h16 #define MINLONG LONG_MIN
/third_party/musl/ndk_musl_include/
Dvalues.h16 #define MINLONG LONG_MIN
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dvalues.h16 #define MINLONG LONG_MIN
/third_party/elfutils/tests/
Ddwelf_elf_e_machine_string.c51 if ((errno == ERANGE && (val == LONG_MAX || val == LONG_MIN)) in main()
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Dstrtol.c38 return strtox(s, p, base, 0UL+LONG_MIN); in strtol()
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Dstrtol.c38 return strtox(s, p, base, 0UL+LONG_MIN); in strtol()
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/config/
Dftstdlib.h66 #define FT_LONG_MIN LONG_MIN

1234