Searched refs:LONG_MIN (Results 1 – 25 of 50) sorted by relevance
12
/external/jsoncpp/test/data/ |
D | test_real_11.json | 2 // the same as LONG_MIN in base 10 and digit less than LONG_MIN's last digit in
|
/external/clang/test/Headers/ |
D | limits.cpp | 11 _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/ |
D | climits.pass.cpp | 66 #ifndef LONG_MIN 67 #error LONG_MIN not defined
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | limits_h.pass.cpp | 66 #ifndef LONG_MIN 67 #error LONG_MIN not defined
|
/external/valgrind/none/tests/s390x/ |
D | lpr.c | 86 t64(LONG_MAX); t64(LONG_MIN); t64(ULONG_MAX); in main() 91 t3264(LONG_MAX); t3264(LONG_MIN); t3264(ULONG_MAX); in main()
|
D | fpconv.c | 49 I2F(insn, LONG_MIN, target_type); \
|
/external/clang/lib/Headers/ |
D | limits.h | 51 #undef LONG_MIN 68 #define LONG_MIN (-__LONG_MAX__ -1L) macro
|
/external/valgrind/coregrind/m_debuginfo/ |
D | lzoconf.h | 138 # define LZO_INT_MIN LONG_MIN 157 # define LZO_INT32_MIN LONG_MIN 179 # define LZO_INT64_MIN LONG_MIN
|
/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 156 # define INT_FAST64_MIN LONG_MIN 187 # define INTMAX_MIN LONG_MIN
|
/external/libcxx/include/ |
D | climits | 32 LONG_MIN
|
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
D | lowest.pass.cpp | 49 test<long>(LONG_MIN); in main()
|
D | min.pass.cpp | 49 test<long>(LONG_MIN); in main()
|
/external/safe-iop/src/ |
D | safe_iop.c | 157 # 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/libvncserver/common/ |
D | lzoconf.h | 137 # define LZO_INT_MIN LONG_MIN 156 # define LZO_INT32_MIN LONG_MIN
|
/external/iproute2/tc/ |
D | f_cgroup.c | 34 if (h == LONG_MIN || h == LONG_MAX) { in cgroup_parse_opt()
|
D | f_basic.c | 50 if (h == LONG_MIN || h == LONG_MAX) { in basic_parse_opt()
|
/external/bison/darwin-lib/ |
D | stdint.h | 452 # define INT_FAST32_MIN LONG_MIN 474 #define INTPTR_MIN LONG_MIN
|
/external/bison/lib/ |
D | stdint.in.h | 451 # define INT_FAST32_MIN LONG_MIN 473 #define INTPTR_MIN LONG_MIN
|
/external/toybox/lib/ |
D | args.c | 213 if (opt->val[0].l != LONG_MIN && *f < opt->val[0].f) in gotflag() 264 new->val[0].l = LONG_MIN; in parse_optflaglist()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_printf_test.cc | 124 TestAgainstLibc<long>("%zd-%zd", LONG_MIN, LONG_MAX); // NOLINT in TEST()
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | pngconf.h | 499 #elif LONG_MIN < -2147483646 && LONG_MAX > 2147483646
|
/external/google-breakpad/src/common/mac/ |
D | GTMDefines.h | 246 #define NSIntegerMin LONG_MIN
|
/external/libpng/ |
D | pngconf.h | 526 #elif LONG_MIN < -2147483646 && LONG_MAX > 2147483646
|
/external/openssh/openbsd-compat/ |
D | port-aix.c | 456 if (ngroups >= maxgroups || l == LONG_MIN || l == LONG_MAX) { in getgrouplist()
|
/external/libnl/lib/ |
D | utils.c | 66 if (num == LONG_MIN || num == LONG_MAX) in __nl_read_num_str_file() 293 if (LONG_MIN != hz && LONG_MAX != hz) { in get_psched_settings()
|
12