HomeSort by relevance Sort by last modified time
    Searched refs:LONG_MIN (Results 1 - 25 of 223) 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/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-12/arch-mips/usr/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /prebuilts/ndk/9/platforms/android-13/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-15/arch-mips/usr/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /prebuilts/ndk/9/platforms/android-17/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-19/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 */
  /external/libcxx/test/depr/depr.c.headers/
limits_h.pass.cpp 66 #ifndef LONG_MIN
67 #error LONG_MIN not defined
  /external/libcxx/test/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, "");
  /system/extras/tests/bionic/libstdc++/
test_climits.cpp 61 volatile long l2 = LONG_MIN;
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
strtol.c 105 cutoff = neg ? LONG_MIN : LONG_MAX;
129 acc = LONG_MIN;

Completed in 1088 milliseconds

1 2 3 4 5 6 7 8 9