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

1 2 3 4 56 7 8 9

  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdint.h 212 * intmax_t & uintmax_t
215 typedef uint64_t uintmax_t; typedef
  /external/chromium_org/third_party/libxml/src/
trio.c 214 typedef uintmax_t trio_uintmax_t;
222 typedef uintmax_t trio_uintmax_t;
    [all...]
  /external/libxml2/
trio.c 214 typedef uintmax_t trio_uintmax_t;
222 typedef uintmax_t trio_uintmax_t;
    [all...]
  /ndk/sources/host-tools/make-3.81/
config.h.in 448 /* Define uintmax_t if not defined in <stdint.h> or <inttypes.h>. */
449 #undef uintmax_t
  /external/e2fsprogs/intl/
loadmsgcat.c 389 # define PRIdMAX (sizeof (uintmax_t) == sizeof (long) ? "ld" : "lld")
393 # define PRIiMAX (sizeof (uintmax_t) == sizeof (long) ? "li" : "lli")
397 # define PRIoMAX (sizeof (uintmax_t) == sizeof (long) ? "lo" : "llo")
401 # define PRIuMAX (sizeof (uintmax_t) == sizeof (long) ? "lu" : "llu")
405 # define PRIxMAX (sizeof (uintmax_t) == sizeof (long) ? "lx" : "llx")
409 # define PRIXMAX (sizeof (uintmax_t) == sizeof (long) ? "lX" : "llX")
    [all...]
  /external/iptables/iptables/
xtoptions.c 129 static uintmax_t xtopt_max_by_type(enum xt_option_type type)
175 uintmax_t lmin = 0, lmax = xtopt_max_by_type(entry->type);
176 uintmax_t value;
234 static void xtopt_mint_value_to_cb(struct xt_option_call *cb, uintmax_t value)
254 uintmax_t value)
287 const uintmax_t lmax = xtopt_max_by_type(entry->type);
290 uintmax_t value;

Completed in 1705 milliseconds

1 2 3 4 56 7 8 9