OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:long_max
(Results
1 - 25
of
269
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/bionic/libm/upstream-freebsd/lib/msun/src/
s_lroundf.c
8
#define DTYPE_MAX
LONG_MAX
s_lroundl.c
8
#define DTYPE_MAX
LONG_MAX
/external/clang/test/Sema/Inputs/
conversion.h
3
#define
LONG_MAX
__LONG_MAX__
/external/stlport/test/unit/
macro_checks.cpp
37
#if !defined (
LONG_MAX
)
38
# error Missing
LONG_MAX
definition.
45
#if !(LONG_MIN <
LONG_MAX
)
46
# error Weird LONG_MIN or
LONG_MAX
macro values.
/ndk/tests/device/test-gnustl-full/unit/
macro_checks.cpp
37
#if !defined (
LONG_MAX
)
38
# error Missing
LONG_MAX
definition.
45
#if !(LONG_MIN <
LONG_MAX
)
46
# error Weird LONG_MIN or
LONG_MAX
macro values.
/ndk/tests/device/test-stlport/unit/
macro_checks.cpp
37
#if !defined (
LONG_MAX
)
38
# error Missing
LONG_MAX
definition.
45
#if !(LONG_MIN <
LONG_MAX
)
46
# error Weird LONG_MIN or
LONG_MAX
macro values.
/external/srec/srec/cfront/
sh_down.h
55
if ((retval > (int)
LONG_MAX
) || (retval < temp)) /* TODO: max_val if
LONG_MAX
, overflow won't be detected */
56
retval = (int)
LONG_MAX
;
82
if (scaled_val >
LONG_MAX
)
83
return (
LONG_MAX
);
87
if (scaled_val < -
LONG_MAX
)
88
return (-
LONG_MAX
);
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
limits.h
84
#define LONG_MIN (-
LONG_MAX
- 1L)
85
#undef
LONG_MAX
86
#define
LONG_MAX
__LONG_MAX__
90
#define ULONG_MAX (
LONG_MAX
* 2UL + 1UL)
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
limits.h
84
#define LONG_MIN (-
LONG_MAX
- 1L)
85
#undef
LONG_MAX
86
#define
LONG_MAX
__LONG_MAX__
90
#define ULONG_MAX (
LONG_MAX
* 2UL + 1UL)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/
limits.h
83
#define LONG_MIN (-
LONG_MAX
- 1L)
84
#undef
LONG_MAX
85
#define
LONG_MAX
__LONG_MAX__
89
#define ULONG_MAX (
LONG_MAX
* 2UL + 1UL)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/install-tools/include/
limits.h
83
#define LONG_MIN (-
LONG_MAX
- 1L)
84
#undef
LONG_MAX
85
#define
LONG_MAX
__LONG_MAX__
89
#define ULONG_MAX (
LONG_MAX
* 2UL + 1UL)
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/
size_max.m4
27
dnl The _AC_COMPUTE_INT macro works up to
LONG_MAX
, since it uses 'expr',
28
dnl which is guaranteed to work from LONG_MIN to
LONG_MAX
.
/external/valgrind/main/none/tests/s390x/
lpr.c
86
t64(
LONG_MAX
); t64(LONG_MIN); t64(ULONG_MAX);
91
t3264(
LONG_MAX
); t3264(LONG_MIN); t3264(ULONG_MAX);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
limits_h.pass.cpp
70
#ifndef
LONG_MAX
71
#error
LONG_MAX
not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/
climits.pass.cpp
70
#ifndef
LONG_MAX
71
#error
LONG_MAX
not defined
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_structmembers.py
5
LONG_MAX
, LONG_MIN, ULONG_MAX, \
48
ts.T_LONG =
LONG_MAX
49
self.assertEqual(ts.T_LONG,
LONG_MAX
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_structmembers.py
5
LONG_MAX
, LONG_MIN, ULONG_MAX, \
48
ts.T_LONG =
LONG_MAX
49
self.assertEqual(ts.T_LONG,
LONG_MAX
)
/bionic/libc/arch-mips/include/machine/
limits.h
44
#define SSIZE_MAX
LONG_MAX
/* max value for a ssize_t */
51
#define QUAD_MAX (
LONG_MAX
) /* max value for a quad_t */
/development/ndk/platforms/android-9/arch-mips/include/machine/
limits.h
44
#define SSIZE_MAX
LONG_MAX
/* max value for a ssize_t */
51
#define QUAD_MAX (
LONG_MAX
) /* max value for a quad_t */
/ndk/sources/host-tools/make-3.81/config/
size_max.m4
29
dnl The _AC_COMPUTE_INT macro works up to
LONG_MAX
, since it uses 'expr',
30
dnl which is guaranteed to work from LONG_MIN to
LONG_MAX
.
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
limits.h
44
#define SSIZE_MAX
LONG_MAX
/* max value for a ssize_t */
51
#define QUAD_MAX (
LONG_MAX
) /* max value for a quad_t */
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
limits.h
44
#define SSIZE_MAX
LONG_MAX
/* max value for a ssize_t */
51
#define QUAD_MAX (
LONG_MAX
) /* max value for a quad_t */
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
limits.h
44
#define SSIZE_MAX
LONG_MAX
/* max value for a ssize_t */
51
#define QUAD_MAX (
LONG_MAX
) /* max value for a quad_t */
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
limits.h
44
#define SSIZE_MAX
LONG_MAX
/* max value for a ssize_t */
51
#define QUAD_MAX (
LONG_MAX
) /* max value for a quad_t */
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
limits.h
44
#define SSIZE_MAX
LONG_MAX
/* max value for a ssize_t */
51
#define QUAD_MAX (
LONG_MAX
) /* max value for a quad_t */
Completed in 1632 milliseconds
1
2
3
4
5
6
7
8
9
10
11