/system/extras/timeinfo/ |
timeinfo.cpp | 43 printf("%jd %jd %jd %jd\n", (intmax_t) realtime, (intmax_t) uptime, 44 (intmax_t) awaketime, (intmax_t) sleeptime);
|
/bionic/libc/include/ |
inttypes.h | 58 #define PRIdMAX "jd" /* intmax_t */ 76 #define PRIiMAX "ji" /* intmax_t */ 95 #define PRIoMAX "jo" /* intmax_t */ 168 #define SCNdMAX "jd" /* intmax_t */ 186 #define SCNiMAX "ji" /* intmax_t */ 247 intmax_t quot; /* quotient */ 248 intmax_t rem; /* remainder */ 252 intmax_t imaxabs(intmax_t); 253 imaxdiv_t imaxdiv(intmax_t, intmax_t) [all...] |
stdint.h | 225 * intmax_t & uintmax_t 231 typedef int64_t intmax_t; typedef 243 typedef int32_t intmax_t; typedef
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
inttypes.h | 58 #define PRIdMAX "jd" /* intmax_t */ 76 #define PRIiMAX "ji" /* intmax_t */ 95 #define PRIoMAX "jo" /* intmax_t */ 168 #define SCNdMAX "jd" /* intmax_t */ 186 #define SCNiMAX "ji" /* intmax_t */ 247 intmax_t quot; /* quotient */ 248 intmax_t rem; /* remainder */ 252 intmax_t imaxabs(intmax_t); 253 imaxdiv_t imaxdiv(intmax_t, intmax_t) [all...] |
stdint.h | 225 * intmax_t & uintmax_t 231 typedef int64_t intmax_t; typedef 243 typedef int32_t intmax_t; typedef
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
inttypes.h | 58 #define PRIdMAX "jd" /* intmax_t */ 76 #define PRIiMAX "ji" /* intmax_t */ 95 #define PRIoMAX "jo" /* intmax_t */ 168 #define SCNdMAX "jd" /* intmax_t */ 186 #define SCNiMAX "ji" /* intmax_t */ 247 intmax_t quot; /* quotient */ 248 intmax_t rem; /* remainder */ 252 intmax_t imaxabs(intmax_t); 253 imaxdiv_t imaxdiv(intmax_t, intmax_t) [all...] |
stdint.h | 225 * intmax_t & uintmax_t 231 typedef int64_t intmax_t; typedef 243 typedef int32_t intmax_t; typedef
|
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
inttypes.h | 58 #define PRIdMAX "jd" /* intmax_t */ 76 #define PRIiMAX "ji" /* intmax_t */ 95 #define PRIoMAX "jo" /* intmax_t */ 168 #define SCNdMAX "jd" /* intmax_t */ 186 #define SCNiMAX "ji" /* intmax_t */ 247 intmax_t quot; /* quotient */ 248 intmax_t rem; /* remainder */ 252 intmax_t imaxabs(intmax_t); 253 imaxdiv_t imaxdiv(intmax_t, intmax_t) [all...] |
stdint.h | 225 * intmax_t & uintmax_t 231 typedef int64_t intmax_t; typedef 243 typedef int32_t intmax_t; typedef
|
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
inttypes.h | 58 #define PRIdMAX "jd" /* intmax_t */ 76 #define PRIiMAX "ji" /* intmax_t */ 95 #define PRIoMAX "jo" /* intmax_t */ 168 #define SCNdMAX "jd" /* intmax_t */ 186 #define SCNiMAX "ji" /* intmax_t */ 247 intmax_t quot; /* quotient */ 248 intmax_t rem; /* remainder */ 252 intmax_t imaxabs(intmax_t); 253 imaxdiv_t imaxdiv(intmax_t, intmax_t) [all...] |
stdint.h | 225 * intmax_t & uintmax_t 231 typedef int64_t intmax_t; typedef 243 typedef int32_t intmax_t; typedef
|
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
inttypes.h | 58 #define PRIdMAX "jd" /* intmax_t */ 76 #define PRIiMAX "ji" /* intmax_t */ 95 #define PRIoMAX "jo" /* intmax_t */ 168 #define SCNdMAX "jd" /* intmax_t */ 186 #define SCNiMAX "ji" /* intmax_t */ 247 intmax_t quot; /* quotient */ 248 intmax_t rem; /* remainder */ 252 intmax_t imaxabs(intmax_t); 253 imaxdiv_t imaxdiv(intmax_t, intmax_t) [all...] |
stdint.h | 225 * intmax_t & uintmax_t 231 typedef int64_t intmax_t; typedef 243 typedef int32_t intmax_t; typedef
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
inttypes.h | 58 #define PRIdMAX "jd" /* intmax_t */ 76 #define PRIiMAX "ji" /* intmax_t */ 95 #define PRIoMAX "jo" /* intmax_t */ 168 #define SCNdMAX "jd" /* intmax_t */ 186 #define SCNiMAX "ji" /* intmax_t */ 247 intmax_t quot; /* quotient */ 248 intmax_t rem; /* remainder */ 252 intmax_t imaxabs(intmax_t); 253 imaxdiv_t imaxdiv(intmax_t, intmax_t) [all...] |
stdint.h | 225 * intmax_t & uintmax_t 231 typedef int64_t intmax_t; typedef 243 typedef int32_t intmax_t; typedef
|
/bionic/libc/stdlib/ |
strntoimax.c | 31 intmax_t strntoimax(const char *nptr, char **endptr, int base, size_t n) 33 return (intmax_t) strntoumax(nptr, endptr, base, n);
|
strtoimax.c | 37 * Convert a string to an intmax_t 42 intmax_t 46 intmax_t acc, cutoff; 83 * digit. For instance, if the range for intmax_t is
|
/external/bluetooth/glib/ |
acinclude.m4 | 324 # intmax_t.m4 serial 1 336 # Define intmax_t to 'long' or 'long long' 341 dnl For simplicity, we assume that a header file defines 'intmax_t' if and 350 AC_DEFINE_UNQUOTED(intmax_t, $ac_type, 354 [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.]) 358 dnl An alternative would be to explicitly test for 'intmax_t'. 364 AC_CACHE_CHECK(for intmax_t, gt_cv_c_intmax_t, 374 ], [intmax_t x = -1;], gt_cv_c_intmax_t=yes, gt_cv_c_intmax_t=no)]) 377 [Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.]) 383 AC_DEFINE_UNQUOTED(intmax_t, $ac_type [all...] |
config.h.win32.in | 235 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */ 736 /* #undef intmax_t */
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
ustl.tbff | 32 <type name=intmax_t format=integral size=intmax_t/> 33 <type name=uintmax_t format=integral size=intmax_t/>
|
/external/bluetooth/glib/glib/gnulib/ |
printf-parse.c | 31 /* Get intmax_t. */ 301 if (sizeof (intmax_t) > sizeof (long)) 303 /* intmax_t = long long */ 306 else if (sizeof (intmax_t) > sizeof (int)) 308 /* intmax_t = long */
|
/external/e2fsprogs/intl/ |
printf-parse.c | 33 /* Get intmax_t. */ 335 if (sizeof (intmax_t) > sizeof (long)) 337 /* intmax_t = long long */ 340 else if (sizeof (intmax_t) > sizeof (int)) 342 /* intmax_t = long */
|
/bionic/libc/stdio/ |
vfprintf.c | 156 #define MAXINT 0x1000 /* largest integer size (intmax_t) */ 246 ((intmax_t)(flags&MAXINT ? GETARG(intmax_t) : \ 476 if ((intmax_t)_umax < 0) { 569 *GETARG(intmax_t *) = ret; 1170 (void) va_arg(ap, intmax_t *);
|
vfscanf.c | 58 #define MAXINT 0x00080 /* j: intmax_t */ 286 *va_arg(ap, intmax_t *) = nread; 576 *va_arg(ap, intmax_t *) = res;
|
/external/oprofile/libpopt/ |
config.h | 93 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
|