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

1 2 3 4 5 6 7 8 91011

  /external/syslinux/com32/include/bitsize32/
limits.h 10 #define LONG_MIN (-2147483647L-1)
  /external/syslinux/com32/include/bitsize64/
limits.h 10 #define LONG_MIN (-9223372036854775807L-1)
  /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
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
1-1.c 16 printf("\t.. -LONG_MIN\n"); \
17 structure_and_field = -LONG_MIN; \
18 if (structure_and_field != -LONG_MIN) { \
26 printf("\t.. -(LONG_MIN+1)\n"); \
27 structure_and_field = -(LONG_MIN+1); \
33 if (structure_and_field != 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)) {
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
wcstol.c 55 #define __wINT_MIN LONG_MIN
  /toolchain/binutils/binutils-2.27/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;
  /bionic/tests/
limits_test.cpp 52 #if !defined(LONG_MIN)
53 #error LONG_MIN
  /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
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
limits_h.pass.cpp 66 #ifndef LONG_MIN
67 #error LONG_MIN not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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, "");
  /external/syslinux/gpxe/src/arch/i386/include/
limits.h 47 #define LONG_MIN (-LONG_MAX - 1L)
  /external/syslinux/gpxe/src/arch/x86_64/include/
limits.h 45 #define LONG_MIN (-LONG_MAX - 1L)
  /external/fio/lib/
strntol.c 28 if (ret == LONG_MIN || ret == LONG_MAX)
  /external/wayland/tests/
exec-fd-leak-checker.c 41 if ((errno == ERANGE && (v == LONG_MAX || v == LONG_MIN)) ||
  /bionic/libc/include/
limits.h 89 # define LONG_MIN (-0x7fffffffffffffffL-1) /* min value for a signed long */
93 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */
  /external/clang/lib/Headers/
limits.h 51 #undef LONG_MIN
68 #define LONG_MIN (-__LONG_MAX__ -1L)
  /external/curl/lib/
config-amigaos.h 130 #ifndef LONG_MIN
131 # define LONG_MIN (-0x7fffffffL-1)
  /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);

Completed in 521 milliseconds

1 2 3 4 5 6 7 8 91011