Home
last modified time | relevance | path

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

123

/openbsd/gnu/lib/libiberty/src/
H A Dstrtol.c77 #ifndef LONG_MIN
78 #define LONG_MIN ((long)(~LONG_MAX)) /* 0x80000000 */ macro
135 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX; in strtol()
156 acc = neg ? LONG_MIN : LONG_MAX; in strtol()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20031020-1.c20 foo (LONG_MIN); in main()
21 foo (LONG_MIN + 10000); in main()
/openbsd/sys/sys/
H A Dlimits.h65 # define LONG_MIN (-0x7fffffffffffffffL-1) macro
70 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */ macro
/openbsd/libexec/ld.so/
H A Dstrtol.c95 cutoff = neg ? LONG_MIN : LONG_MAX; in _dl_strtol()
121 acc = LONG_MIN; in _dl_strtol()
/openbsd/sys/lib/libsa/
H A Dstrtol.c92 cutoff = neg ? LONG_MIN : LONG_MAX; in strtol()
118 acc = LONG_MIN; in strtol()
/openbsd/lib/libc/stdlib/
H A Dstrtol.c104 cutoff = neg ? LONG_MIN : LONG_MAX; in strtol()
128 acc = LONG_MIN; in strtol()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dglimits.h70 #undef LONG_MIN
71 #define LONG_MIN (-LONG_MAX - 1L) macro
/openbsd/gnu/gcc/gcc/
H A Dglimits.h70 #undef LONG_MIN
71 #define LONG_MIN (-LONG_MAX - 1L) macro
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dlimits.h35 #undef LONG_MIN
52 #define LONG_MIN (-__LONG_MAX__ -1L) macro
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_printf_test.cpp118 TestAgainstLibc<long>("%ld-%ld", LONG_MIN, LONG_MAX); in TEST()
123 TestAgainstLibc<long>("%zd-%zd", LONG_MIN, LONG_MAX); in TEST()
/openbsd/lib/libc/locale/
H A Dwcstol.c15 #define MIN_VALUE LONG_MIN
/openbsd/sys/arch/alpha/include/
H A Dlimits.h50 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
/openbsd/sys/arch/mips64/include/
H A Dlimits.h49 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
/openbsd/sys/arch/riscv64/include/
H A Dlimits.h52 #define QUAD_MIN (LONG_MIN) /* min signed quad */
/openbsd/lib/libm/src/
H A Ds_lroundl.c37 #define DTYPE_MIN LONG_MIN
H A Ds_lroundf.c40 #define RESTYPE_MIN LONG_MIN
H A Ds_lround.c41 #define RESTYPE_MIN LONG_MIN
/openbsd/regress/lib/libc/strtol/
H A Dstrtoltest.c46 {"-quitebigmchuge", LONG_MIN, '\0', 32, ERANGE},
/openbsd/regress/lib/libc/malloc/malloc0test/
H A Dmalloc0test.c80 (limit == LONG_MAX || limit == LONG_MIN))) in main()
/openbsd/usr.bin/m4/
H A Dtokenizer.l70 if (((l == LONG_MAX || l == LONG_MIN) && errno == ERANGE) ||
/openbsd/usr.bin/vi/common/
H A Dutil.h52 NNFITS(LONG_MIN, (v1), (v2))) ? NUM_UNDER : NUM_OK : \
H A Dutil.c148 if (*valp == LONG_MIN) in nget_slong()
/openbsd/gnu/llvm/libcxx/include/
H A Dclimits31 LONG_MIN
/openbsd/bin/ksh/
H A Dexpr.c350 if (vl->val.i == LONG_MIN && vr->val.i == -1) in evalexpr()
351 res = LONG_MIN; in evalexpr()
357 if (vl->val.i == LONG_MIN && vr->val.i == -1) in evalexpr()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dlimits180 # ifdef LONG_MIN
181 # define PERL_LONG_MIN ((long)LONG_MIN)

123