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

1 2 3 4

  /bionic/libm/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
  /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.
  /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.
  /prebuilt/sdk/11/renderscript/clang-include/
limits.h 48 #undef LONG_MIN
65 #define LONG_MIN (-__LONG_MAX__ -1L)
  /prebuilt/sdk/12/renderscript/clang-include/
limits.h 52 #undef LONG_MIN
69 #define LONG_MIN (-__LONG_MAX__ -1L)
  /prebuilt/sdk/13/renderscript/clang-include/
limits.h 52 #undef LONG_MIN
69 #define LONG_MIN (-__LONG_MAX__ -1L)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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 */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
limits.h 70 #undef LONG_MIN
71 #define LONG_MIN (-LONG_MAX - 1L)
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
limits.h 70 #undef LONG_MIN
71 #define LONG_MIN (-LONG_MAX - 1L)
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/install-tools/include/
limits.h 82 #undef LONG_MIN
83 #define LONG_MIN (-LONG_MAX - 1L)
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/install-tools/include/
limits.h 82 #undef LONG_MIN
83 #define LONG_MIN (-LONG_MAX - 1L)
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/install-tools/include/
limits.h 82 #undef LONG_MIN
83 #define LONG_MIN (-LONG_MAX - 1L)
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/install-tools/include/
limits.h 82 #undef LONG_MIN
83 #define LONG_MIN (-LONG_MAX - 1L)
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
limits.h 82 #undef LONG_MIN
83 #define LONG_MIN (-LONG_MAX - 1L)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
limits.h 70 #undef LONG_MIN
71 #define LONG_MIN (-LONG_MAX - 1L)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
limits.h 70 #undef LONG_MIN
71 #define LONG_MIN (-LONG_MAX - 1L)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include-fixed/
limits.h 70 #undef LONG_MIN
71 #define LONG_MIN (-LONG_MAX - 1L)

Completed in 254 milliseconds

1 2 3 4