HomeSort by relevance Sort by last modified time
    Searched refs:LONG_MIN (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lroundf.c 7 #define DTYPE_MIN LONG_MIN
s_lroundl.c 7 #define DTYPE_MIN LONG_MIN
s_lround.c 37 #define DTYPE_MIN LONG_MIN
  /bionic/libc/arch-mips/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /development/ndk/platforms/android-9/arch-mips/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
limits_h.pass.cpp 66 #ifndef LONG_MIN
67 #error LONG_MIN not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/
climits.pass.cpp 66 #ifndef LONG_MIN
67 #error LONG_MIN not defined
  /system/extras/tests/bionic/libstdc++/
test_climits.cpp 61 volatile long l2 = LONG_MIN;
  /bionic/libc/stdlib/
strtol.c 94 cutoff = neg ? LONG_MIN : LONG_MAX;
118 acc = LONG_MIN;
  /external/clang/lib/Headers/
limits.h 52 #undef LONG_MIN
69 #define LONG_MIN (-__LONG_MAX__ -1L)
  /external/stlport/test/unit/
macro_checks.cpp 41 #if !defined (LONG_MIN)
42 # error Missing LONG_MIN definition.
45 #if !(LONG_MIN < LONG_MAX)
46 # error Weird LONG_MIN or LONG_MAX macro values.
  /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/tests/device/test-gnustl-full/unit/
macro_checks.cpp 41 #if !defined (LONG_MIN)
42 # error Missing LONG_MIN 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 41 #if !defined (LONG_MIN)
42 # error Missing LONG_MIN definition.
45 #if !(LONG_MIN < LONG_MAX)
46 # error Weird LONG_MIN or LONG_MAX macro values.
  /prebuilts/sdk/renderscript/clang-include/
limits.h 52 #undef LONG_MIN
69 #define LONG_MIN (-__LONG_MAX__ -1L)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
values.h 42 #define MINLONG LONG_MIN
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
values.h 42 #define MINLONG LONG_MIN
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
values.h 42 #define MINLONG LONG_MIN
  /bionic/libc/include/sys/
limits.h 76 # define LONG_MIN (-0x7fffffffffffffffL-1)
81 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */
  /development/ndk/platforms/android-3/include/sys/
limits.h 76 # define LONG_MIN (-0x7fffffffffffffffL-1)
81 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */

Completed in 853 milliseconds

1 2 3 4 5 6 7