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/
H A D1-1.c16 printf("\t.. -LONG_MIN\n"); \
17 structure_and_field = -LONG_MIN; \
18 if (structure_and_field != -LONG_MIN) { \
26 printf("\t.. -(LONG_MIN+1)\n"); \
27 structure_and_field = -(LONG_MIN+1); \
33 if (structure_and_field != LONG_MIN) { \
/third_party/ltp/tools/sparse/sparse-src/validation/
H A 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/curl/lib/
H A Dconfig-amigaos.h109 #ifndef LONG_MIN
110 # define LONG_MIN (-0x7fffffffL-1) macro
/third_party/python/Lib/test/test_capi/
H A Dtest_structmembers.py11 LONG_MAX, LONG_MIN, ULONG_MAX, \
66 ts.T_LONG = LONG_MIN
67 self.assertEqual(ts.T_LONG, LONG_MIN)
13 PY_SSIZE_T_MAX, PY_SSIZE_T_MIN global() namespace
/third_party/openssl/test/
H A 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),
H A 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/python/Python/
H A Dmystrtoul.c260 #define PY_ABS_LONG_MIN (0-(unsigned long)LONG_MIN)
284 result = LONG_MIN; in PyOS_strtol()
/third_party/tzdata/
H A Dprivate.h320 # define INT_FAST64_MIN LONG_MIN
346 # define INT_FAST32_MIN LONG_MIN
368 # define INTMAX_MIN LONG_MIN
845 int: INT_MIN, long: LONG_MIN, long long: LLONG_MIN, \
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dlrintl.c26 if (!e && (x > LONG_MAX || x < LONG_MIN)) in lrintl()
H A Dlrint.c25 otherwise LONG_MAX and LONG_MIN can be represented exactly
48 if (!e && (x > LONG_MAX || x < LONG_MIN)) in lrint_slow()
/third_party/musl/src/math/
H A Dlrintl.c26 if (!e && (x > LONG_MAX || x < LONG_MIN)) in lrintl()
H A Dlrint.c25 otherwise LONG_MAX and LONG_MIN can be represented exactly
48 if (!e && (x > LONG_MAX || x < LONG_MIN)) in lrint_slow()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dvalues.h16 #define MINLONG LONG_MIN
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dvalues.h16 #define MINLONG LONG_MIN
/third_party/musl/porting/uniproton/kernel/include/
H A Dvalues.h16 #define MINLONG LONG_MIN
/third_party/musl/include/
H A Dvalues.h16 #define MINLONG LONG_MIN
/third_party/icu/icu4c/source/tools/tzcode/
H A Dprivate.h156 # define INT_FAST64_MIN LONG_MIN
187 # define INTMAX_MIN LONG_MIN
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dprivate.h156 # define INT_FAST64_MIN LONG_MIN
187 # define INTMAX_MIN LONG_MIN
/third_party/elfutils/tests/
H A Ddwelf_elf_e_machine_string.c51 if ((errno == ERANGE && (val == LONG_MAX || val == LONG_MIN)) in main()
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
H A Dstrtol.c38 return strtox(s, p, base, 0UL+LONG_MIN); in strtol()
/third_party/musl/porting/uniproton/kernel/src/stdlib/
H A Dstrtol.c38 return strtox(s, p, base, 0UL+LONG_MIN); in strtol()
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
H A Dstrtol.c38 return strtox(s, p, base, 0UL+LONG_MIN); in strtol()
/third_party/skia/third_party/externals/freetype/include/freetype/config/
H A Dftstdlib.h67 #define FT_LONG_MIN LONG_MIN
/third_party/musl/porting/liteos_a/user/include/
H A Dlimits.h28 #define LONG_MIN (-LONG_MAX-1) macro
/third_party/musl/porting/liteos_m/user/include/
H A Dlimits.h28 #define LONG_MIN (-LONG_MAX-1) macro

Completed in 17 milliseconds

1234