HomeSort by relevance Sort by last modified time
    Searched defs:UINTMAX_C (Results 26 - 50 of 79) sorted by null

12 3 4

  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h 254 #undef UINTMAX_C
255 #define UINTMAX_C(c) __UINTMAX_C(c)
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdint-gcc.h 254 #undef UINTMAX_C
255 #define UINTMAX_C(c) __UINTMAX_C(c)
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
stdint.h 226 # define UINTMAX_C(c) UINT64_C(c)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
stdint.h 226 # define UINTMAX_C(c) UINT64_C(c)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
stdint.h 226 # define UINTMAX_C(c) UINT64_C(c)
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
stdint.h 226 # define UINTMAX_C(c) UINT64_C(c)
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
stdint.h 226 # define UINTMAX_C(c) UINT64_C(c)
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
stdint.h 226 # define UINTMAX_C(c) UINT64_C(c)
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
stdint.h 226 # define UINTMAX_C(c) UINT64_C(c)
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
stdint.h 226 # define UINTMAX_C(c) UINT64_C(c)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
stdint.h 226 # define UINTMAX_C(c) UINT64_C(c)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
stdint.h 226 # define UINTMAX_C(c) UINT64_C(c)
  /bionic/libc/include/
stdint.h 231 # define UINTMAX_C(c) UINT64_C(c)
  /development/ndk/platforms/android-3/include/
stdint.h 231 # define UINTMAX_C(c) UINT64_C(c)
  /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/chromium_org/third_party/smhasher/src/
pstdint.h 543 # define UINTMAX_C(v) UINT64_C(v)
559 # define UINTMAX_C(v) UINT32_C(v)
763 uintmax_t umax = UINTMAX_C(0);
  /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
  /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)

Completed in 2024 milliseconds

12 3 4