Home
last modified time | relevance | path

Searched refs:uintmax_t (Results 1 – 25 of 78) sorted by relevance

1234

/external/skia/include/device/xps/
DSkConstexprMath.h14 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;
50 template <uintmax_t a, uintmax_t b> struct SkTUMax {
[all …]
/external/chromium_org/third_party/skia/include/device/xps/
DSkConstexprMath.h14 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;
50 template <uintmax_t a, uintmax_t b> struct SkTUMax {
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/
Dinttypes_h.m410 # doesn't clash with <sys/types.h>, and declares uintmax_t.
18 [uintmax_t i = (uintmax_t) -1;],
24 and declares uintmax_t. ])
Dstdint_h.m410 # doesn't clash with <sys/types.h>, and declares uintmax_t.
18 [uintmax_t i = (uintmax_t) -1;],
24 and declares uintmax_t. ])
Duintmax_t.m41 # uintmax_t.m4 serial 9
11 # Define uintmax_t to 'unsigned long' or 'unsigned long long'
23 AC_DEFINE_UNQUOTED(uintmax_t, $ac_type, definition
28 [Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>.])
/external/bison/m4/
Dinttypes_h.m410 # 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. ])
Dstdint_h.m410 # 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/clang/test/Sema/
Dformat-strings-fixit.c15 typedef __UINTMAX_TYPE__ uintmax_t; typedef
64 printf("%f", (uintmax_t) 42); in test()
70 typedef uintmax_t my_uintmax_type; in test()
115 uintmax_t uIntmaxVar; in test2()
140 typedef uintmax_t my_uintmax_type; in test2()
Dformat-strings-int-typedefs.c29 typedef void *uintmax_t; in test() typedef
34 …printf("%ju", (uintmax_t)42); // expected-warning {{format specifies type 'uintmax_t' (aka 'unsign… in test()
/external/chromium_org/third_party/skia/src/core/
DSkDebug.cpp19 uint8_t SkToU8(uintmax_t x) { in SkToU8()
29 uint16_t SkToU16(uintmax_t x) { in SkToU16()
39 uint32_t SkToU32(uintmax_t x) { in SkToU32()
/external/skia/src/core/
DSkDebug.cpp19 uint8_t SkToU8(uintmax_t x) { in SkToU8()
29 uint16_t SkToU16(uintmax_t x) { in SkToU16()
39 uint32_t SkToU32(uintmax_t x) { in SkToU32()
/external/bison/darwin-lib/
Dstdint.h325 # undef uintmax_t
328 # define uintmax_t gl_uintmax_t macro
330 # define uintmax_t uint64_t macro
333 # define uintmax_t gl_uintmax_t macro
340 typedef int _verify_intmax_size[sizeof (intmax_t) == sizeof (uintmax_t)
/external/elfutils/libasm/
Dasm_newcomsym.c94 name, (uintmax_t) size, (uintmax_t) align);
/external/bison/lib/
Dstdint.in.h324 # undef uintmax_t
327 # define uintmax_t gl_uintmax_t
329 # define uintmax_t uint64_t
332 # define uintmax_t gl_uintmax_t
339 typedef int _verify_intmax_size[sizeof (intmax_t) == sizeof (uintmax_t)
/external/elfutils/tests/
Dasm-tst7.c162 (uintmax_t) sym->st_value); in main()
169 (uintmax_t) sym->st_value); in main()
Dasm-tst8.c163 (uintmax_t) sym->st_value); in main()
170 (uintmax_t) sym->st_value); in main()
Daddrscopes.c177 uintmax_t addr = strtoumax (buf, &endp, 0); in main()
191 uintmax_t addr = strtoumax (argv[remaining], &endp, 0); in main()
Ddwfl-addr-sect.c78 uintmax_t addr = strtoumax (argv[remaining], &endp, 0); in main()
/external/elfutils/m4/
DChangeLog13 lib-ld.m4, lib-link.m4, lib-prefix.m4, stdint_h.m4, uintmax_t.m4,
24 * uintmax_t.m4: Removed.
/external/iptables/include/
Dxtables.h411 extern bool xtables_strtoul(const char *, char **, uintmax_t *,
412 uintmax_t, uintmax_t);
/external/skia/include/core/
DSkTypes.h217 SK_API uint8_t SkToU8(uintmax_t);
219 SK_API uint16_t SkToU16(uintmax_t);
221 SK_API uint32_t SkToU32(uintmax_t);
/external/chromium_org/third_party/skia/include/core/
DSkTypes.h217 SK_API uint8_t SkToU8(uintmax_t);
219 SK_API uint16_t SkToU16(uintmax_t);
221 SK_API uint32_t SkToU32(uintmax_t);
/external/elfutils/src/
Dldscript.h107 uintmax_t num;
/external/e2fsprogs/intl/
Dloadmsgcat.c389 # define PRIdMAX (sizeof (uintmax_t) == sizeof (long) ? "ld" : "lld")
393 # define PRIiMAX (sizeof (uintmax_t) == sizeof (long) ? "li" : "lli")
397 # define PRIoMAX (sizeof (uintmax_t) == sizeof (long) ? "lo" : "llo")
401 # define PRIuMAX (sizeof (uintmax_t) == sizeof (long) ? "lu" : "llu")
405 # define PRIxMAX (sizeof (uintmax_t) == sizeof (long) ? "lx" : "llx")
409 # define PRIXMAX (sizeof (uintmax_t) == sizeof (long) ? "lX" : "llX")
/external/iptables/iptables/
Dxtoptions.c129 static uintmax_t xtopt_max_by_type(enum xt_option_type type) in xtopt_max_by_type()
175 uintmax_t lmin = 0, lmax = xtopt_max_by_type(entry->type); in xtopt_parse_int()
176 uintmax_t value; in xtopt_parse_int()
234 static void xtopt_mint_value_to_cb(struct xt_option_call *cb, uintmax_t value) in xtopt_mint_value_to_cb()
254 uintmax_t value) in xtopt_mint_value_to_ptr()
287 const uintmax_t lmax = xtopt_max_by_type(entry->type); in xtopt_parse_mint()
290 uintmax_t value; in xtopt_parse_mint()

1234