HomeSort by relevance Sort by last modified time
    Searched defs:uintmax_t (Results 1 - 21 of 21) sorted by null

  /external/clang/test/Sema/
format-strings-fixit.c 52 typedef __UINTMAX_TYPE__ uintmax_t; typedef
58 printf("%f", (uintmax_t) 42);
84 // CHECK: printf("%ju", (uintmax_t) 42);
  /external/mesa3d/include/c99/
stdint.h 124 typedef uint64_t uintmax_t; typedef
  /external/oprofile/libpopt/
config.h 100 declares uintmax_t. */
174 uintmax_t. */
213 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
330 #undef uintmax_t macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 136 typedef unsigned long int uintmax_t; typedef
141 typedef unsigned long long int uintmax_t; typedef
  /bionic/libc/include/
stdint.h 227 * intmax_t & uintmax_t
232 typedef uint64_t uintmax_t; typedef
248 typedef uint32_t uintmax_t; typedef
  /development/ndk/platforms/android-3/include/
stdint.h 227 * intmax_t & uintmax_t
232 typedef uint64_t uintmax_t; typedef
248 typedef uint32_t uintmax_t; typedef
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 268 #undef uintmax_t macro
271 # define uintmax_t gl_uintmax_t macro
273 # define uintmax_t uint64_t macro
276 # define uintmax_t gl_uintmax_t macro
279 /* Verify that intmax_t and uintmax_t have the same size. Too much code
282 typedef int _verify_intmax_size[2 * (sizeof (intmax_t) == sizeof (uintmax_t)) - 1];
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h 225 * intmax_t & uintmax_t
230 typedef uint64_t uintmax_t; typedef
242 typedef uint32_t uintmax_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h 225 * intmax_t & uintmax_t
230 typedef uint64_t uintmax_t; typedef
242 typedef uint32_t uintmax_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h 225 * intmax_t & uintmax_t
230 typedef uint64_t uintmax_t; typedef
242 typedef uint32_t uintmax_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h 225 * intmax_t & uintmax_t
230 typedef uint64_t uintmax_t; typedef
242 typedef uint32_t uintmax_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h 225 * intmax_t & uintmax_t
230 typedef uint64_t uintmax_t; typedef
242 typedef uint32_t uintmax_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h 225 * intmax_t & uintmax_t
230 typedef uint64_t uintmax_t; typedef
242 typedef uint32_t uintmax_t; typedef
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h 227 * intmax_t & uintmax_t
232 typedef uint64_t uintmax_t; typedef
248 typedef uint32_t uintmax_t; typedef
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h 227 * intmax_t & uintmax_t
232 typedef uint64_t uintmax_t; typedef
248 typedef uint32_t uintmax_t; typedef
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h 227 * intmax_t & uintmax_t
232 typedef uint64_t uintmax_t; typedef
248 typedef uint32_t uintmax_t; typedef
  /external/clang/lib/Headers/
stdint.h 237 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilt/sdk/11/renderscript/clang-include/
stdint.h 237 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilt/sdk/12/renderscript/clang-include/
stdint.h 237 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilt/sdk/13/renderscript/clang-include/
stdint.h 237 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilt/sdk/14/renderscript/clang-include/
stdint.h 237 typedef __UINTMAX_TYPE__ uintmax_t; typedef

Completed in 2727 milliseconds