HomeSort by relevance Sort by last modified time
    Searched full:uintmax_t (Results 126 - 150 of 433) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cstdint 69 using ::uintmax_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cstdint 69 using ::uintmax_t;
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/5/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
  /prebuilts/ndk/6/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
  /prebuilts/ndk/6/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
  /prebuilts/ndk/7/platforms/android-14/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
  /prebuilts/ndk/7/platforms/android-14/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
  /prebuilts/ndk/7/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
  /prebuilts/ndk/7/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
  /prebuilts/ndk/7/platforms/android-4/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
  /prebuilts/ndk/7/platforms/android-4/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
  /prebuilts/ndk/7/platforms/android-5/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
  /prebuilts/ndk/7/platforms/android-5/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
  /prebuilts/ndk/7/platforms/android-8/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
  /prebuilts/ndk/7/platforms/android-8/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
  /prebuilts/ndk/7/platforms/android-9/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
  /prebuilts/ndk/7/platforms/android-9/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/bison/darwin-lib/
stdint.h 306 similarly for UINTMAX_MAX and uintmax_t. This avoids problems with
325 # undef uintmax_t macro
328 # define uintmax_t gl_uintmax_t macro
330 # define uintmax_t uint64_t macro
333 # define uintmax_t gl_uintmax_t macro
337 /* Verify that intmax_t and uintmax_t have the same size. Too much code
340 typedef int _verify_intmax_size[sizeof (intmax_t) == sizeof (uintmax_t)
  /external/jemalloc/test/include/test/
test.h 122 #define assert_ju_eq(a, b, ...) assert_cmp(uintmax_t, a, b, ==, \
124 #define assert_ju_ne(a, b, ...) assert_cmp(uintmax_t, a, b, !=, \
126 #define assert_ju_lt(a, b, ...) assert_cmp(uintmax_t, a, b, <, \
128 #define assert_ju_le(a, b, ...) assert_cmp(uintmax_t, a, b, <=, \
130 #define assert_ju_ge(a, b, ...) assert_cmp(uintmax_t, a, b, >=, \
132 #define assert_ju_gt(a, b, ...) assert_cmp(uintmax_t, a, b, >, \

Completed in 6836 milliseconds

1 2 3 4 56 7 8 91011>>