HomeSort by relevance Sort by last modified time
    Searched full:long_max (Results 1 - 25 of 336) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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__
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glBindVertexBuffer.cpp 5 if (sizeof(GLintptr) != sizeof(jlong) && (offset < LONG_MIN || offset > LONG_MAX)) {
glDispatchComputeIndirect.cpp 7 if (sizeof(GLintptr) != sizeof(jlong) && (indirect < LONG_MIN || indirect > LONG_MAX)) {
  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstol.c 16 #define MAX_VALUE LONG_MAX
  /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/clang/test/Headers/
limits.cpp 11 _Static_assert(LONG_MAX == -(LONG_MIN+1L), "");
16 _Static_assert(LONG_MAX == ULONG_MAX/2, "");
21 _Static_assert(LONG_MIN == -LONG_MAX-1L, "");
  /prebuilts/misc/common/swig/include/2.0.11/
swigarch.i 41 #ifndef LONG_MAX
44 #if (__WORDSIZE == 64) || (LONG_MAX != INT_MAX)
53 #ifndef LONG_MAX
56 #if (__WORDSIZE == 32) || (LONG_MAX == INT_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)
  /external/libcxx/test/std/depr/depr.c.headers/
limits_h.pass.cpp 70 #ifndef LONG_MAX
71 #error LONG_MAX not defined
  /external/libcxx/test/std/language.support/support.limits/c.limits/
climits.pass.cpp 70 #ifndef LONG_MAX
71 #error LONG_MAX not defined
  /external/valgrind/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
  /toolchain/binutils/binutils-2.25/libiberty/
strtol.c 75 #ifndef LONG_MAX
76 #define LONG_MAX ((long)(ULONG_MAX >> 1)) /* 0x7FFFFFFF */
80 #define LONG_MIN ((long)(~LONG_MAX)) /* 0x80000000 */
137 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
158 acc = neg ? LONG_MIN : LONG_MAX;
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /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/current/platforms/android-12/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 2139 milliseconds

1 2 3 4 5 6 7 8 91011>>