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

1 2 3 4 5 6 7 8 9

  /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/upstream-openbsd/lib/libc/locale/
wcstol.c 15 #define MIN_VALUE LONG_MIN
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glDispatchComputeIndirect.cpp 7 if (sizeof(GLintptr) != sizeof(jlong) && (indirect < LONG_MIN || indirect > LONG_MAX)) {
glBindVertexBuffer.cpp 5 if (sizeof(GLintptr) != sizeof(jlong) && (offset < LONG_MIN || offset > LONG_MAX)) {
  /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/current/platforms/android-12/arch-mips/usr/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /toolchain/binutils/binutils-2.25/libiberty/
strtol.c 79 #ifndef LONG_MIN
80 #define LONG_MIN ((long)(~LONG_MAX)) /* 0x80000000 */
137 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
158 acc = neg ? LONG_MIN : LONG_MAX;
  /external/libcxx/test/std/depr/depr.c.headers/
limits_h.pass.cpp 66 #ifndef LONG_MIN
67 #error LONG_MIN not defined
  /external/libcxx/test/std/language.support/support.limits/c.limits/
climits.pass.cpp 66 #ifndef LONG_MIN
67 #error LONG_MIN not defined
  /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
  /external/clang/test/Headers/
limits.cpp 11 _Static_assert(LONG_MAX == -(LONG_MIN+1L), "");
21 _Static_assert(LONG_MIN == -LONG_MAX-1L, "");
  /bionic/libc/include/sys/
limits.h 61 # define LONG_MIN (-0x7fffffffffffffffL-1)
66 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
strtol.c 104 cutoff = neg ? LONG_MIN : LONG_MAX;
128 acc = LONG_MIN;
  /external/clang/lib/Headers/
limits.h 51 #undef LONG_MIN
68 #define LONG_MIN (-__LONG_MAX__ -1L)

Completed in 1250 milliseconds

1 2 3 4 5 6 7 8 9