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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/include/device/xps/
SkConstexprMath.h 14 template <uintmax_t N, uintmax_t B>
17 static const uintmax_t value = 1 + SK_LOG<N/B, B>::value;
19 template <uintmax_t B>
21 static const uintmax_t value = 0;
23 template <uintmax_t B>
25 static const uintmax_t value = 0;
28 template<uintmax_t N>
31 static const uintmax_t value = (SK_2N1<N-1>::value << 1) + 1;
35 static const uintmax_t value = 1
    [all...]
  /external/dhcpcd-6.8.2/compat/
strtoi.h 35 uintmax_t strtou(const char * __restrict nptr, char ** __restrict endptr,
36 int base, uintmax_t lo, uintmax_t hi, int *rstatus);
strtoi.c 74 uintmax_t
76 uintmax_t lo, uintmax_t hi, int *rstatus)
79 uintmax_t r;
  /external/clang/test/Sema/
format-strings-int-typedefs.c 8 printf("%ju", 42.0); // expected-warning {{format specifies type 'uintmax_t' (aka 'unsigned long long')}}
17 scanf("%ju", 0); // expected-warning {{format specifies type 'uintmax_t *' (aka 'unsigned long long *')}}
29 typedef void *uintmax_t; typedef
34 printf("%ju", (uintmax_t)42); // expected-warning {{format specifies type 'uintmax_t' (aka 'unsigned long long') but the argument has type 'uintmax_t' (aka 'void *')}}
format-strings-fixit.c 15 typedef __UINTMAX_TYPE__ uintmax_t; typedef
65 printf("%f", (uintmax_t) 42);
71 typedef uintmax_t my_uintmax_type;
118 uintmax_t uIntmaxVar;
153 typedef uintmax_t my_uintmax_type;
200 // CHECK: printf("%ju", (uintmax_t) 42);
  /prebuilts/misc/common/swig/include/2.0.11/
inttypes.i 20 /* We have to define the `uintmax_t' type using `ldiv_t'. */
29 /* We have to define the `uintmax_t' type using `lldiv_t'. */
47 /* Like `strtoul' but convert to `uintmax_t'. */
48 extern uintmax_t strtoumax (const char *nptr, char ** endptr, int base);
54 /* Like `wcstoul' but convert to `uintmax_t'. */
55 extern uintmax_t wcstoumax (const wchar_t *nptr, wchar_t ** endptr, int base);
63 /* Like `strtoul' but convert to `uintmax_t'. */
64 extern uintmax_t strtoumax (const char *nptr, char **endptr,int base);
70 /* Like `wcstoul' but convert to `uintmax_t'. */
71 extern uintmax_t wcstoumax (const wchar_t *nptr, wchar_t **endptr, int base)
    [all...]
stdint.i 100 typedef unsigned long int uintmax_t;
103 typedef unsigned long long int uintmax_t;
  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstoumax.c 15 typedef uintmax_t uint_type;
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
strtoumax.c 36 * Convert a string to a uintmax_t.
41 uintmax_t
45 uintmax_t acc, cutoff;
80 cutoff = UINTMAX_MAX / (uintmax_t)base;
81 cutlim = UINTMAX_MAX % (uintmax_t)base;
99 acc *= (uintmax_t)base;
  /external/skia/src/core/
SkDebug.cpp 19 uint8_t SkToU8(uintmax_t x) {
29 uint16_t SkToU16(uintmax_t x) {
39 uint32_t SkToU32(uintmax_t x) {
49 unsigned SkToUInt(uintmax_t x) {
54 size_t SkToSizeT(uintmax_t x) {
  /bionic/libc/tzcode/
difftime.c 36 /* Use uintmax_t if wide enough. */
37 if (sizeof (time_t) <= sizeof (uintmax_t)) {
38 uintmax_t t1 = time1, t0 = time0;
50 ** The values have opposite signs and uintmax_t is too narrow.
  /external/google-breakpad/src/common/linux/
linux_libc_support.h 56 extern unsigned my_uint_len(uintmax_t i);
64 extern void my_uitos(char* output, uintmax_t i, unsigned i_len);
  /external/strace/tests/
mmap.c 49 addr = (void *) (uintmax_t) (0xfacefeed000 & -pagesize);
69 addr, length, fd, (uintmax_t) offset, p);
utimensat.c 45 printf("{%ju, %ju}", (uintmax_t) ts->tv_sec, (uintmax_t) ts->tv_nsec);
  /external/strace/
print_timex.c 54 (uintmax_t) tx.maxerror, (uintmax_t) tx.esterror);
57 (intmax_t) tx.constant, (uintmax_t) tx.precision,
  /external/jemalloc/src/
util.c 34 static char *u2s(uintmax_t x, unsigned base, bool uppercase, char *s,
39 static char *o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p);
41 static char *x2s(uintmax_t x, bool alt_form, bool uppercase, char *s,
107 uintmax_t
110 uintmax_t ret, digit;
190 uintmax_t pret = ret;
223 u2s(uintmax_t x, unsigned base, bool uppercase, char *s, size_t *slen_p)
292 o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p)
305 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p)
378 val = va_arg(ap, uintmax_t); \
    [all...]
  /external/elfutils/libasm/
asm_newcomsym.c 94 name, (uintmax_t) size, (uintmax_t) align);
  /external/libchrome/base/files/
file_util_linux.cc 27 switch (static_cast<uintmax_t>(statfs_buf.f_type)) {
  /ndk/sources/host-tools/make-3.81/
config.h.W32 417 /* Define uintmax_t if not defined in <stdint.h> or <inttypes.h>. */
418 #define uintmax_t unsigned long
425 #define uintmax_t unsigned long
config.ami 46 #define uintmax_t unsigned long
configh.dos 68 #define uintmax_t unsigned long long
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 136 using ::uintmax_t;
177 typedef uint64_t uintmax_t;
182 typedef uint32_t uintmax_t;
292 // 64-bit types + intmax_t and uintmax_t ----------------------------------//
307 typedef ::boost::ulong_long_type uintmax_t;
319 typedef unsigned long uintmax_t;
331 __extension__ typedef unsigned long long uintmax_t;
343 typedef unsigned __int64 uintmax_t;
353 typedef uint32_t uintmax_t;
455 // 64-bit types + intmax_t and uintmax_t ----------------------------------/
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 156 /* Macros for printing `intmax_t' and `uintmax_t'. */
257 /* Macros for scanning `intmax_t' and `uintmax_t'. */
278 /* We have to define the `uintmax_t' type using `ldiv_t'. */
287 /* We have to define the `uintmax_t' type using `lldiv_t'. */
308 /* Like `strtoul' but convert to `uintmax_t'. */
309 extern uintmax_t strtoumax (__const char *__restrict __nptr,
317 /* Like `wcstoul' but convert to `uintmax_t'. */
318 extern uintmax_t wcstoumax (__const __gwchar_t *__restrict __nptr,
343 /* Like `strtoul' but convert to `uintmax_t'. */
344 __extern_inline uintmax_t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
inttypes.h 156 /* Macros for printing `intmax_t' and `uintmax_t'. */
257 /* Macros for scanning `intmax_t' and `uintmax_t'. */
278 /* We have to define the `uintmax_t' type using `ldiv_t'. */
287 /* We have to define the `uintmax_t' type using `lldiv_t'. */
308 /* Like `strtoul' but convert to `uintmax_t'. */
309 extern uintmax_t strtoumax (__const char *__restrict __nptr,
317 /* Like `wcstoul' but convert to `uintmax_t'. */
318 extern uintmax_t wcstoumax (__const __gwchar_t *__restrict __nptr,
343 /* Like `strtoul' but convert to `uintmax_t'. */
344 __extern_inline uintmax_t
    [all...]
  /art/runtime/base/
casts.h 99 (static_cast<uintmax_t>(std::numeric_limits<Dest>::max()) >=
100 static_cast<uintmax_t>(std::numeric_limits<Source>::max()) ||

Completed in 713 milliseconds

1 2 3 4 5 6 7 8 91011>>