OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLONG_MIN
(Results
1 - 25
of
132
) sorted by null
1
2
3
4
5
6
/bionic/libm/upstream-freebsd/lib/msun/src/
s_llround.c
7
#define DTYPE_MIN
LLONG_MIN
s_llroundf.c
7
#define DTYPE_MIN
LLONG_MIN
s_llroundl.c
7
#define DTYPE_MIN
LLONG_MIN
/external/openssh/openbsd-compat/regress/
strtonumtest.c
27
# define
LLONG_MIN
LONGLONG_MIN
33
# define
LLONG_MIN
LONG_LONG_MIN
67
test("-9223372036854775808",
LLONG_MIN
, LLONG_MAX, 1);
68
test("9223372036854775807",
LLONG_MIN
, LLONG_MAX, 1);
69
test("-9223372036854775809",
LLONG_MIN
, LLONG_MAX, 0);
70
test("9223372036854775808",
LLONG_MIN
, LLONG_MAX, 0);
71
test("1000000000000000000000000",
LLONG_MIN
, LLONG_MAX, 0);
72
test("-1000000000000000000000000",
LLONG_MIN
, LLONG_MAX, 0);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
limits_h.pass.cpp
78
#ifndef
LLONG_MIN
79
#error
LLONG_MIN
not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/
climits.pass.cpp
78
#ifndef
LLONG_MIN
79
#error
LLONG_MIN
not defined
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
limits.h
106
# define
LLONG_MIN
(-LLONG_MAX - 1LL)
128
/* The <limits.h> files in some gcc versions don't define
LLONG_MIN
,
132
# ifndef
LLONG_MIN
133
# define
LLONG_MIN
(-LLONG_MAX-1)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
limits.h
106
# define
LLONG_MIN
(-LLONG_MAX - 1LL)
128
/* The <limits.h> files in some gcc versions don't define
LLONG_MIN
,
132
# ifndef
LLONG_MIN
133
# define
LLONG_MIN
(-LLONG_MAX-1)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
limits.h
106
# define
LLONG_MIN
(-LLONG_MAX - 1LL)
128
/* The <limits.h> files in some gcc versions don't define
LLONG_MIN
,
132
# ifndef
LLONG_MIN
133
# define
LLONG_MIN
(-LLONG_MAX-1)
/system/extras/tests/bionic/libstdc++/
test_climits.cpp
65
volatile long long ll2 =
LLONG_MIN
;
/external/clang/lib/Headers/
limits.h
93
#undef
LLONG_MIN
98
#define
LLONG_MIN
(-__LONG_LONG_MAX__-1LL)
/external/openssh/openbsd-compat/
strtoll.c
101
cutoff = neg ?
LLONG_MIN
: LLONG_MAX;
125
acc =
LLONG_MIN
;
strtonum.c
58
else if ((ll ==
LLONG_MIN
&& errno == ERANGE) || ll < minval)
/prebuilts/sdk/renderscript/clang-include/
limits.h
93
#undef
LLONG_MIN
98
#define
LLONG_MIN
(-__LONG_LONG_MAX__-1LL)
/bionic/libc/include/
limits.h
97
#define LONG_LONG_MIN
LLONG_MIN