Home
last modified time | relevance | path

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

1234

/external/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) { \
/external/jsoncpp/test/data/
Dtest_real_11.json2 // the same as LONG_MIN in base 10 and digit less than LONG_MIN's last digit in
Dtest_real_11.expected2 // the same as LONG_MIN in base 10 and digit less than LONG_MIN's last digit in
/external/clang/test/Headers/
Dlimits.cpp11 _Static_assert(LONG_MAX == -(LONG_MIN+1L), "");
21 _Static_assert(LONG_MIN == -LONG_MAX-1L, "");
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dclimits.pass.cpp66 #ifndef LONG_MIN
67 #error LONG_MIN not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dlimits_h.pass.cpp66 #ifndef LONG_MIN
67 #error LONG_MIN not defined
/external/clang/lib/Headers/
Dlimits.h51 #undef LONG_MIN
68 #define LONG_MIN (-__LONG_MAX__ -1L) macro
/external/valgrind/none/tests/s390x/
Dlpr.c86 t64(LONG_MAX); t64(LONG_MIN); t64(ULONG_MAX); in main()
91 t3264(LONG_MAX); t3264(LONG_MIN); t3264(ULONG_MAX); in main()
/external/curl/lib/
Dconfig-amigaos.h130 #ifndef LONG_MIN
131 # define LONG_MIN (-0x7fffffffL-1) macro
/external/valgrind/coregrind/m_debuginfo/
Dlzoconf.h138 # define LZO_INT_MIN LONG_MIN
157 # define LZO_INT32_MIN LONG_MIN
179 # define LZO_INT64_MIN LONG_MIN
/external/syslinux/com32/include/bitsize32/
Dlimits.h10 #define LONG_MIN (-2147483647L-1) macro
/external/syslinux/com32/include/bitsize64/
Dlimits.h10 #define LONG_MIN (-9223372036854775807L-1) macro
/external/icu/icu4c/source/tools/tzcode/
Dprivate.h156 # define INT_FAST64_MIN LONG_MIN
187 # define INTMAX_MIN LONG_MIN
/external/linux-kselftest/tools/testing/selftests/timers/
Dvalid-adjtimex.c119 #define LONG_MIN (-LONG_MAX - 1) macro
123 LONG_MIN,
/external/syslinux/gpxe/src/arch/x86_64/include/
Dlimits.h45 #define LONG_MIN (-LONG_MAX - 1L) macro
/external/syslinux/gpxe/src/arch/i386/include/
Dlimits.h47 #define LONG_MIN (-LONG_MAX - 1L) macro
/external/libcxx/include/
Dclimits32 LONG_MIN
/external/freetype/include/freetype/config/
Dftstdlib.h66 #define FT_LONG_MIN LONG_MIN
/external/safe-iop/src/
Dsafe_iop.c157 # define SSIZE_MIN LONG_MIN
230 a=LONG_MIN; b=-1; EXPECT_FALSE(safe_add(NULL, a, b)); in T_add_long()
233 a=LONG_MIN; b=LONG_MAX; EXPECT_TRUE(safe_add(NULL, a, b)); in T_add_long()
430 a=LONG_MIN; b=1; EXPECT_FALSE(safe_sub(NULL, a, b)); in T_sub_long()
431 a=LONG_MIN; b=LONG_MAX; EXPECT_FALSE(safe_sub(NULL, a, b)); in T_sub_long()
432 a=LONG_MIN/2; b=LONG_MAX; EXPECT_FALSE(safe_sub(NULL, a, b)); in T_sub_long()
628 a=LONG_MIN; b=-1; EXPECT_FALSE(safe_mul(NULL, a, b)); in T_mul_long()
629 a=LONG_MIN; b=-2; EXPECT_FALSE(safe_mul(NULL, a, b)); in T_mul_long()
636 a=LONG_MIN; b=0; EXPECT_TRUE(safe_mul(NULL, a, b)); in T_mul_long()
638 a=0; b=LONG_MIN; EXPECT_TRUE(safe_mul(NULL, a, b)); in T_mul_long()
[all …]
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dlowest.pass.cpp49 test<long>(LONG_MIN); in main()
Dmin.pass.cpp49 test<long>(LONG_MIN); in main()
/external/iproute2/lib/
Dutils.c62 if ((res == LONG_MAX || res == LONG_MIN) && errno == ERANGE) in get_integer()
310 if ((res == LONG_MIN || res == LONG_MAX) && errno == ERANGE) in get_s32()
329 if ((res == LONG_MIN || res == LONG_MAX) && errno == ERANGE) in get_s16()
348 if ((res == LONG_MIN || res == LONG_MAX) && errno == ERANGE) in get_s8()
/external/iproute2/tc/
Df_cgroup.c34 if (h == LONG_MIN || h == LONG_MAX) { in cgroup_parse_opt()
Df_basic.c48 if (h == LONG_MIN || h == LONG_MAX) { in basic_parse_opt()
/external/bison/darwin-lib/
Dstdint.h452 # define INT_FAST32_MIN LONG_MIN
474 #define INTPTR_MIN LONG_MIN

1234