HomeSort by relevance Sort by last modified time
    Searched defs:LLONG_MAX (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/openssh/openbsd-compat/regress/
strtonumtest.c 24 /* LLONG_MAX is known as LONGLONG_MAX on AIX */
25 #if defined(LONGLONG_MAX) && !defined(LLONG_MAX)
26 # define LLONG_MAX LONGLONG_MAX
30 /* LLONG_MAX is known as LONG_LONG_MAX on HP-UX */
31 #if defined(LONG_LONG_MAX) && !defined(LLONG_MAX)
32 # define LLONG_MAX LONG_LONG_MAX
63 test("0", 2, LLONG_MAX, 0);
64 test("-2", 0, LLONG_MAX, 0);
65 test("0", -5, LLONG_MAX, 1);
66 test("-3", -3, LLONG_MAX, 1)
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
strtoll.c 83 #ifndef LLONG_MAX
84 #define LLONG_MAX ((llong_type)(ULLONG_MAX >> 1)) /* 0x7FFFFFFFFFFFFFFF */
88 #define LLONG_MIN (~LLONG_MAX) /* 0x8000000000000000 */
145 cutoff = neg ? -(ullong_type)LLONG_MIN : LLONG_MAX;
166 acc = neg ? LLONG_MIN : LLONG_MAX;
  /external/syslinux/gpxe/src/arch/i386/include/
limits.h 53 #define LLONG_MAX 9223372036854775807LL
  /external/syslinux/gpxe/src/arch/x86_64/include/
limits.h 51 #define LLONG_MAX 9223372036854775807LL
  /device/linaro/bootloader/edk2/StdLib/Include/
limits.h 88 #define LLONG_MAX __LLONG_MAX
  /external/clang/lib/Headers/
limits.h 95 #undef LLONG_MAX
98 #define LLONG_MAX __LONG_LONG_MAX__
105 deprecate a macro - the code should just use LLONG_MAX and friends.
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
limits.h 95 #undef LLONG_MAX
98 #define LLONG_MAX __LONG_LONG_MAX__
105 deprecate a macro - the code should just use LLONG_MAX and friends.
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
limits.h 95 #undef LLONG_MAX
98 #define LLONG_MAX __LONG_LONG_MAX__
105 deprecate a macro - the code should just use LLONG_MAX and friends.
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
limits.h 95 #undef LLONG_MAX
98 #define LLONG_MAX __LONG_LONG_MAX__
105 deprecate a macro - the code should just use LLONG_MAX and friends.
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
limits.h 95 #undef LLONG_MAX
98 #define LLONG_MAX __LONG_LONG_MAX__
105 deprecate a macro - the code should just use LLONG_MAX and friends.
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
limits.h 95 #undef LLONG_MAX
98 #define LLONG_MAX __LONG_LONG_MAX__
105 deprecate a macro - the code should just use LLONG_MAX and friends.
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
limits.h 95 #undef LLONG_MAX
98 #define LLONG_MAX __LONG_LONG_MAX__
105 deprecate a macro - the code should just use LLONG_MAX and friends.
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
limits.h 95 #undef LLONG_MAX
98 #define LLONG_MAX __LONG_LONG_MAX__
105 deprecate a macro - the code should just use LLONG_MAX and friends.
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
limits.h 95 #undef LLONG_MAX
98 #define LLONG_MAX __LONG_LONG_MAX__
105 deprecate a macro - the code should just use LLONG_MAX and friends.
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
limits.h 95 #undef LLONG_MAX
98 #define LLONG_MAX __LONG_LONG_MAX__
105 deprecate a macro - the code should just use LLONG_MAX and friends.
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
limits.h 95 #undef LLONG_MAX
98 #define LLONG_MAX __LONG_LONG_MAX__
105 deprecate a macro - the code should just use LLONG_MAX and friends.
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
limits.h 95 #undef LLONG_MAX
98 #define LLONG_MAX __LONG_LONG_MAX__
105 deprecate a macro - the code should just use LLONG_MAX and friends.
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
limits.h 95 #undef LLONG_MAX
98 #define LLONG_MAX __LONG_LONG_MAX__
105 deprecate a macro - the code should just use LLONG_MAX and friends.
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
limits.h 95 #undef LLONG_MAX
98 #define LLONG_MAX __LONG_LONG_MAX__
105 deprecate a macro - the code should just use LLONG_MAX and friends.
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
limits.h 95 #undef LLONG_MAX
98 #define LLONG_MAX __LONG_LONG_MAX__
105 deprecate a macro - the code should just use LLONG_MAX and friends.
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/
limits.h 140 # define LLONG_MIN (-LLONG_MAX - 1LL)
141 # undef LLONG_MAX
142 # define LLONG_MAX __LONG_LONG_MAX__
146 # define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
limits.h 140 # define LLONG_MIN (-LLONG_MAX - 1LL)
141 # undef LLONG_MAX
142 # define LLONG_MAX __LONG_LONG_MAX__
146 # define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/
limits.h 140 # define LLONG_MIN (-LLONG_MAX - 1LL)
141 # undef LLONG_MAX
142 # define LLONG_MAX __LONG_LONG_MAX__
146 # define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
limits.h 95 # define LLONG_MIN (-LLONG_MAX - 1LL)
96 # undef LLONG_MAX
97 # define LLONG_MAX __LONG_LONG_MAX__
101 # define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
limits.h 95 # define LLONG_MIN (-LLONG_MAX - 1LL)
96 # undef LLONG_MAX
97 # define LLONG_MAX __LONG_LONG_MAX__
101 # define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL)

Completed in 965 milliseconds

1 2 3 4 5 6