HomeSort by relevance Sort by last modified time
    Searched refs:uintmax_t (Results 76 - 100 of 116) sorted by null

1 2 34 5

  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
inttypes.h 113 #define PRIuMAX "ju" /* uintmax_t */
131 #define PRIxMAX "jx" /* uintmax_t */
149 #define PRIXMAX "jX" /* uintmax_t */
205 #define SCNoMAX "jo" /* uintmax_t */
223 #define SCNuMAX "ju" /* uintmax_t */
241 #define SCNxMAX "jx" /* uintmax_t */
255 uintmax_t strtoumax(const char *, char **, int);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
inttypes.h 113 #define PRIuMAX "ju" /* uintmax_t */
131 #define PRIxMAX "jx" /* uintmax_t */
149 #define PRIXMAX "jX" /* uintmax_t */
205 #define SCNoMAX "jo" /* uintmax_t */
223 #define SCNuMAX "ju" /* uintmax_t */
241 #define SCNxMAX "jx" /* uintmax_t */
255 uintmax_t strtoumax(const char *, char **, int);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
mpc.h 185 __MPC_DECLSPEC int mpc_set_uj __MPC_PROTO ((mpc_ptr, uintmax_t, mpc_rnd_t));
187 __MPC_DECLSPEC int mpc_set_uj_uj __MPC_PROTO ((mpc_ptr, uintmax_t, uintmax_t, mpc_rnd_t));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
mpc.h 185 __MPC_DECLSPEC int mpc_set_uj __MPC_PROTO ((mpc_ptr, uintmax_t, mpc_rnd_t));
187 __MPC_DECLSPEC int mpc_set_uj_uj __MPC_PROTO ((mpc_ptr, uintmax_t, uintmax_t, mpc_rnd_t));
  /external/mesa3d/include/c99/
stdint.h 124 typedef uint64_t uintmax_t; typedef
  /ndk/sources/host-tools/sed-4.2.1/lib/
tempname.c 102 uintmax_t is only 32 bits lose about 3.725 bits of randomness,
105 # define uint64_t uintmax_t
obstack.c 59 uintmax_t i;
  /external/bison/
config.hin 156 declares uintmax_t. */
200 uintmax_t. */
260 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
410 #undef uintmax_t
  /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;
xtables.c 430 bool xtables_strtoul(const char *s, char **end, uintmax_t *value,
431 uintmax_t min, uintmax_t max)
433 uintmax_t v;
463 uintmax_t v;
    [all...]
  /external/elfutils/src/
readelf.c     [all...]
size.c 535 static uintmax_t total_textsize;
536 static uintmax_t total_datasize;
537 static uintmax_t total_bsssize;
addr2line.c 371 uintmax_t addr = strtoumax (string, &endp, 0);
  /external/bison/lib/
obstack.c 69 uintmax_t i;
  /external/elfutils/libdw/
memory-access.h 63 var |= (uintmax_t) (__b & 0x7f) << (nth * 7); \
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /bionic/libc/stdio/
vfprintf.c 195 uintmax_t _umax; /* integer arguments %[diouxX] */
266 ((uintmax_t)(flags&MAXINT ? GETARG(uintmax_t) : \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
mpfr.h 301 __MPFR_DECLSPEC int mpfr_set_uj _MPFR_PROTO ((mpfr_t, uintmax_t, mpfr_rnd_t));
303 mpfr_set_uj_2exp _MPFR_PROTO ((mpfr_t, uintmax_t, intmax_t, mpfr_rnd_t));
305 __MPFR_DECLSPEC uintmax_t mpfr_get_uj _MPFR_PROTO ((mpfr_srcptr, mpfr_rnd_t));
    [all...]

Completed in 547 milliseconds

1 2 34 5