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

1 2 3 4

  /external/bison/darwin-lib/
stdint.h 324 # undef UINTMAX_C
382 # define UINT64_MAX UINTMAX_C (18446744073709551615)
625 #ifndef UINTMAX_C
627 # define UINTMAX_C(x) x##ULL
629 # define UINTMAX_C(x) UINT64_C(x)
631 # define UINTMAX_C(x) x##UL
  /external/bison/lib/
stdint.in.h 323 # undef UINTMAX_C
381 # define UINT64_MAX UINTMAX_C (18446744073709551615)
624 #ifndef UINTMAX_C
626 # define UINTMAX_C(x) x##ULL
628 # define UINTMAX_C(x) UINT64_C(x)
630 # define UINTMAX_C(x) x##UL
  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 212 #ifndef UINTMAX_C
213 #error UINTMAX_C defined!
test_c.c 210 #ifndef UINTMAX_C
211 #error UINTMAX_C defined!
test_no_macros.cpp 210 #ifdef UINTMAX_C
211 #error UINTMAX_C defined!
test_constant_macros.cpp 211 #ifndef UINTMAX_C
212 #error UINTMAX_C is not defined!
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 325 # define UINT64_MAX UINTMAX_C (18446744073709551615)
557 #undef UINTMAX_C
559 # define UINTMAX_C(x) x##ULL
561 # define UINTMAX_C(x) UINT64_C(x)
563 # define UINTMAX_C(x) x##UL
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 62 # undef UINTMAX_C
64 # define UINTMAX_C(c) c##ULL
424 # define UINTMAX_C(value) value##ui64
496 # define UINTMAX_C(value) UINT32_C(value)
499 # define UINTMAX_C(value) UINT64_C(value)
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 312 # define UINTMAX_C(c) c ## UL
315 # define UINTMAX_C(c) c ## ULL
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h 312 # define UINTMAX_C(c) c ## UL
315 # define UINTMAX_C(c) c ## ULL
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h 312 # define UINTMAX_C(c) c ## UL
315 # define UINTMAX_C(c) c ## ULL
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdint.h 238 #define UINTMAX_C(c) UINT64_C(c)
250 #define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdint.h 238 #define UINTMAX_C(c) UINT64_C(c)
250 #define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdint.h 238 #define UINTMAX_C(c) UINT64_C(c)
250 #define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdint.h 238 #define UINTMAX_C(c) UINT64_C(c)
250 #define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdint.h 238 #define UINTMAX_C(c) UINT64_C(c)
250 #define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdint.h 238 #define UINTMAX_C(c) UINT64_C(c)
250 #define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdint.h 243 # define UINTMAX_C(c) UINT64_C(c)
259 # define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
stdint.h 243 # define UINTMAX_C(c) UINT64_C(c)
259 # define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
stdint.h 243 # define UINTMAX_C(c) UINT64_C(c)
259 # define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
stdint.h 243 # define UINTMAX_C(c) UINT64_C(c)
259 # define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
stdint.h 243 # define UINTMAX_C(c) UINT64_C(c)
259 # define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
stdint.h 243 # define UINTMAX_C(c) UINT64_C(c)
259 # define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
stdint.h 243 # define UINTMAX_C(c) UINT64_C(c)
259 # define UINTMAX_C(c) UINT32_C(c)

Completed in 614 milliseconds

1 2 3 4