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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/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/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...]
  /bionic/libc/tzcode/
difftime.c 44 ** Punt if uintmax_t is too narrow.
48 if (sizeof (uintmax_t) < sizeof (time_t))
54 return (uintmax_t) time1 + (uintmax_t) (-1 - time0) + 1;
55 return -(double) ((uintmax_t) time0 + (uintmax_t) (-1 - time1) + 1);
  /external/chromium_org/third_party/skia/include/config/
sk_stdint.h 21 typedef uint64_t uintmax_t; typedef
  /external/skia/include/config/
sk_stdint.h 21 typedef uint64_t uintmax_t; typedef
  /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
64 printf("%f", (uintmax_t) 42);
70 typedef uintmax_t my_uintmax_type;
115 uintmax_t uIntmaxVar;
140 typedef uintmax_t my_uintmax_type;
187 // CHECK: printf("%ju", (uintmax_t) 42);
  /external/chromium_org/third_party/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) {
  /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) {
  /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;
  /bionic/libc/bionic/
strntoumax.c 48 uintmax_t
54 uintmax_t v = 0;
  /external/elfutils/libasm/
asm_newcomsym.c 94 name, (uintmax_t) size, (uintmax_t) align);
  /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/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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...]
  /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 */
257 uintmax_t strtoumax(const char *, char **, int);
260 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n);
  /development/ndk/platforms/android-3/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);
258 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n);
  /external/elfutils/tests/
asm-tst7.c 162 (uintmax_t) sym->st_value);
169 (uintmax_t) sym->st_value);
asm-tst8.c 163 (uintmax_t) sym->st_value);
170 (uintmax_t) sym->st_value);
  /prebuilts/ndk/5/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);
258 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n);
  /prebuilts/ndk/6/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);
258 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n);

Completed in 507 milliseconds

1 2 3 4 5 6 7 8 9