HomeSort by relevance Sort by last modified time
    Searched full:uintmax_t (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/bison/m4/
inttypes_h_gl.m4 10 # doesn't clash with <sys/types.h>, and declares uintmax_t.
18 [uintmax_t i = (uintmax_t) -1;],
24 and declares uintmax_t. ])
stdint_h_gl.m4 10 # doesn't clash with <sys/types.h>, and declares uintmax_t.
18 [uintmax_t i = (uintmax_t) -1;],
24 and declares uintmax_t. ])
uintmax_t_gl.m4 0 # uintmax_t.m4 serial 9
11 # Define uintmax_t to 'unsigned long' or 'unsigned long long'
23 AC_DEFINE_UNQUOTED(uintmax_t, $ac_type,
28 [Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>.])
  /external/elfutils/m4/
inttypes_h.m4 12 # doesn't clash with <sys/types.h>, and declares uintmax_t.
20 [uintmax_t i = (uintmax_t) -1;],
26 and declares uintmax_t. ])
stdint_h.m4 12 # doesn't clash with <sys/types.h>, and declares uintmax_t.
20 [uintmax_t i = (uintmax_t) -1;],
26 and declares uintmax_t. ])
uintmax_t.m4 0 # uintmax_t.m4 serial 6 (gettext-0.11)
13 # Define uintmax_t to `unsigned long' or `unsigned long long'
25 AC_DEFINE_UNQUOTED(uintmax_t, $ac_type,
Makefile.am 24 uintmax_t.m4 inttypes_h.m4 stdint_h.m4 ulonglong.m4
  /bionic/libc/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);
stdint.h 225 * intmax_t & uintmax_t
230 typedef uint64_t uintmax_t; typedef
242 typedef uint32_t uintmax_t; typedef
  /ndk/build/platforms/android-3/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);
stdint.h 225 * intmax_t & uintmax_t
230 typedef uint64_t uintmax_t; typedef
242 typedef uint32_t uintmax_t; typedef
  /ndk/build/platforms/android-4/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);
stdint.h 225 * intmax_t & uintmax_t
230 typedef uint64_t uintmax_t; typedef
242 typedef uint32_t uintmax_t; typedef
  /ndk/build/platforms/android-5/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);
stdint.h 225 * intmax_t & uintmax_t
230 typedef uint64_t uintmax_t; typedef
242 typedef uint32_t uintmax_t; typedef
  /ndk/build/platforms/android-5/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);
stdint.h 225 * intmax_t & uintmax_t
230 typedef uint64_t uintmax_t; typedef
242 typedef uint32_t uintmax_t; typedef
  /ndk/build/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);
  /ndk/build/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);
  /bionic/libc/stdlib/
strtoumax.c 37 * Convert a string to a uintmax_t.
42 uintmax_t
46 uintmax_t acc, cutoff;
106 acc *= (uintmax_t)base;
strntoumax.c 48 uintmax_t
54 uintmax_t v = 0;
  /external/elfutils/libasm/
asm_newcomsym.c 82 name, (uintmax_t) size, (uintmax_t) align);
  /external/bluetooth/glib/
acinclude.m4 342 dnl only if it defines 'uintmax_t'.
400 # doesn't clash with <sys/types.h>, and declares uintmax_t.
408 [uintmax_t i = (uintmax_t) -1;],
414 and declares uintmax_t. ])
430 # doesn't clash with <sys/types.h>, and declares uintmax_t.
438 [uintmax_t i = (uintmax_t) -1;],
444 and declares uintmax_t. ])
  /external/elfutils/tests/
asm-tst7.c 139 (uintmax_t) sym->st_value);
146 (uintmax_t) sym->st_value);
asm-tst8.c 140 (uintmax_t) sym->st_value);
147 (uintmax_t) sym->st_value);

Completed in 116 milliseconds

1 2 3