Searched refs:LONG_MIN (Results 1 – 25 of 85) sorted by relevance
1234
/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/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/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/openssl/test/ |
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),
|
D | sanitytest.c | 64 || !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/ |
D | private.h | 273 # 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/ |
D | mystrtoul.c | 260 #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/ |
D | private.h | 156 # define INT_FAST64_MIN LONG_MIN 187 # define INTMAX_MIN LONG_MIN
|
/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/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/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/uniproton/kernel/include/ |
D | values.h | 16 #define MINLONG LONG_MIN
|
/third_party/musl/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/musl/ndk_musl_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/elfutils/tests/ |
D | dwelf_elf_e_machine_string.c | 51 if ((errno == ERANGE && (val == LONG_MAX || val == LONG_MIN)) in main()
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
D | strtol.c | 38 return strtox(s, p, base, 0UL+LONG_MIN); in strtol()
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
D | strtol.c | 38 return strtox(s, p, base, 0UL+LONG_MIN); in strtol()
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/config/ |
D | ftstdlib.h | 66 #define FT_LONG_MIN LONG_MIN
|
1234