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

1 2 3 4 5

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_llround.c 7 #define DTYPE_MIN LLONG_MIN
s_llroundf.c 7 #define DTYPE_MIN LLONG_MIN
s_llroundl.c 7 #define DTYPE_MIN LLONG_MIN
  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstoll.c 15 #define MIN_VALUE LLONG_MIN
  /external/clang/test/Headers/
limits.cpp 37 _Static_assert(LLONG_MAX == -(LLONG_MIN+1LL), "");
38 _Static_assert(LLONG_MIN == -LLONG_MAX-1LL, "");
41 int LLONG_MIN, LLONG_MAX, ULLONG_MAX; // Not defined.
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
wcstoll.c 55 #define __wINT_MIN LLONG_MIN
  /toolchain/binutils/binutils-2.27/libiberty/
strtoll.c 87 #ifndef LLONG_MIN
88 #define LLONG_MIN (~LLONG_MAX) /* 0x8000000000000000 */
145 cutoff = neg ? -(ullong_type)LLONG_MIN : LLONG_MAX;
166 acc = neg ? LLONG_MIN : LLONG_MAX;
  /bionic/tests/
limits_test.cpp 58 #if !defined(LLONG_MIN)
59 #error LLONG_MIN
  /external/libcxx/test/std/depr/depr.c.headers/
limits_h.pass.cpp 78 #ifndef LLONG_MIN
79 #error LLONG_MIN not defined
  /external/libcxx/test/std/language.support/support.limits/c.limits/
climits.pass.cpp 78 #ifndef LLONG_MIN
79 #error LLONG_MIN not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
limits_h.pass.cpp 78 #ifndef LLONG_MIN
79 #error LLONG_MIN not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/c.limits/
climits.pass.cpp 78 #ifndef LLONG_MIN
79 #error LLONG_MIN not defined
  /external/syslinux/gpxe/src/arch/i386/include/
limits.h 54 #define LLONG_MIN (-LONG_MAX - 1LL)
  /external/syslinux/gpxe/src/arch/x86_64/include/
limits.h 52 #define LLONG_MIN (-LONG_MAX - 1LL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
limits.h 106 # define LLONG_MIN (-LLONG_MAX - 1LL)
128 /* The <limits.h> files in some gcc versions don't define LLONG_MIN,
132 # ifndef LLONG_MIN
133 # define LLONG_MIN (-LLONG_MAX-1)
  /bionic/libc/include/
limits.h 98 # define LLONG_MIN (-0x7fffffffffffffffLL-1) /* min value for a signed long long */
105 #define LONG_LONG_MIN LLONG_MIN
  /external/clang/lib/Headers/
limits.h 94 #undef LLONG_MIN
99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
limits.h 94 #undef LLONG_MIN
99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
limits.h 94 #undef LLONG_MIN
99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
limits.h 94 #undef LLONG_MIN
99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
limits.h 94 #undef LLONG_MIN
99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
limits.h 94 #undef LLONG_MIN
99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
limits.h 94 #undef LLONG_MIN
99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
limits.h 94 #undef LLONG_MIN
99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
limits.h 94 #undef LLONG_MIN
99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)

Completed in 781 milliseconds

1 2 3 4 5