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

1 2 3 4 5 6 7 8

  /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.
  /toolchain/binutils/binutils-2.25/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;
  /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
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
limits_h.pass.cpp 78 #ifndef LLONG_MIN
79 #error LLONG_MIN not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/
climits.pass.cpp 78 #ifndef LLONG_MIN
79 #error LLONG_MIN not defined
  /external/dbus/tools/
strtoll.c 49 #ifndef LLONG_MIN
50 # define LLONG_MIN (-LLONG_MAX - 1LL)
123 cutoff = neg ? (unsigned long long)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX
147 acc = neg ? LLONG_MIN : LLONG_MAX;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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)
  /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 64 #define LONG_LONG_MIN LLONG_MIN
  /external/clang/lib/Headers/
limits.h 94 #undef LLONG_MIN
99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
limits.h 94 #undef LLONG_MIN
99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
limits.h 94 #undef LLONG_MIN
99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
limits.h 94 #undef LLONG_MIN
99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/darwin-x86/clang-2629532/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-2658975/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-2690385/lib64/clang/3.8/include/
limits.h 94 #undef LLONG_MIN
99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
limits.h 94 #undef LLONG_MIN
99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
limits.h 94 #undef LLONG_MIN
99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
limits.h 94 #undef LLONG_MIN
99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
limits.h 94 #undef LLONG_MIN
99 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL)

Completed in 1024 milliseconds

1 2 3 4 5 6 7 8