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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /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) {
49 unsigned SkToUInt(uintmax_t x) {
54 size_t SkToSizeT(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) {
49 unsigned SkToUInt(uintmax_t x) {
54 size_t SkToSizeT(uintmax_t x) {
  /external/bison/m4/
inttypes_h.m4 10 # doesn't clash with <sys/types.h>, and declares uintmax_t.
21 [[uintmax_t i = (uintmax_t) -1; return !i;]])],
27 and declares uintmax_t. ])
stdint_h.m4 10 # doesn't clash with <sys/types.h>, and declares uintmax_t.
19 [[uintmax_t i = (uintmax_t) -1; return !i;]])],
25 and declares uintmax_t. ])
  /external/chromium_org/third_party/yasm/source/patched-yasm/m4/
inttypes_h.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.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.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>.])
  /ndk/sources/host-tools/make-3.81/config/
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 7 (gettext-0.12)
13 # Define uintmax_t to 'unsigned long' or 'unsigned long long'
25 AC_DEFINE_UNQUOTED(uintmax_t, $ac_type,
30 [Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>.])
  /bionic/libc/tzcode/
difftime.c 36 ** Punt if uintmax_t is too narrow.
40 if (sizeof (uintmax_t) < sizeof (time_t))
46 return (uintmax_t) time1 + (uintmax_t) (-1 - time0) + 1;
47 return -(double) ((uintmax_t) time0 + (uintmax_t) (-1 - time1) + 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
ratio 90 static const uintmax_t __c = uintmax_t(1) << (sizeof(intmax_t) * 4);
92 static const uintmax_t __a0 = __static_abs<_Pn>::value % __c;
93 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c;
94 static const uintmax_t __b0 = __static_abs<_Qn>::value % __c;
95 static const uintmax_t __b1 = __static_abs<_Qn>::value / __c;
112 // __hi*2^(8*sizeof(uintmax_t)) + __lo.
113 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
ratio 90 static const uintmax_t __c = uintmax_t(1) << (sizeof(intmax_t) * 4);
92 static const uintmax_t __a0 = __static_abs<_Pn>::value % __c;
93 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c;
94 static const uintmax_t __b0 = __static_abs<_Qn>::value % __c;
95 static const uintmax_t __b1 = __static_abs<_Qn>::value / __c;
112 // __hi*2^(8*sizeof(uintmax_t)) + __lo.
113 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
ratio 93 static const uintmax_t __c = uintmax_t(1) << (sizeof(intmax_t) * 4);
95 static const uintmax_t __a0 = __static_abs<_Pn>::value % __c;
96 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c;
97 static const uintmax_t __b0 = __static_abs<_Qn>::value % __c;
98 static const uintmax_t __b1 = __static_abs<_Qn>::value / __c;
115 // __hi*2^(8*sizeof(uintmax_t)) + __lo.
116 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
ratio 93 static const uintmax_t __c = uintmax_t(1) << (sizeof(intmax_t) * 4);
95 static const uintmax_t __a0 = __static_abs<_Pn>::value % __c;
96 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c;
97 static const uintmax_t __b0 = __static_abs<_Qn>::value % __c;
98 static const uintmax_t __b1 = __static_abs<_Qn>::value / __c;
115 // __hi*2^(8*sizeof(uintmax_t)) + __lo.
116 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
ratio 90 static const uintmax_t __c = uintmax_t(1) << (sizeof(intmax_t) * 4);
92 static const uintmax_t __a0 = __static_abs<_Pn>::value % __c;
93 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c;
94 static const uintmax_t __b0 = __static_abs<_Qn>::value % __c;
95 static const uintmax_t __b1 = __static_abs<_Qn>::value / __c;
112 // __hi*2^(8*sizeof(uintmax_t)) + __lo.
113 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
ratio 90 static const uintmax_t __c = uintmax_t(1) << (sizeof(intmax_t) * 4);
92 static const uintmax_t __a0 = __static_abs<_Pn>::value % __c;
93 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c;
94 static const uintmax_t __b0 = __static_abs<_Qn>::value % __c;
95 static const uintmax_t __b1 = __static_abs<_Qn>::value / __c;
112 // __hi*2^(8*sizeof(uintmax_t)) + __lo.
113 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2
    [all...]
  /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...]
  /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 *')}}
  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstoumax.c 15 typedef uintmax_t uint_type;
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
strtoumax.c 37 * Convert a string to a uintmax_t.
42 uintmax_t
46 uintmax_t acc, cutoff;
74 cutoff = UINTMAX_MAX / (uintmax_t)base;
75 cutlim = UINTMAX_MAX % (uintmax_t)base;
93 acc *= (uintmax_t)base;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.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...]

Completed in 630 milliseconds

1 2 3 4 5 6 7 8 91011>>