/external/skia/include/device/xps/ |
D | 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; 50 template <uintmax_t a, uintmax_t b> struct SkTUMax { [all …]
|
/external/chromium_org/third_party/skia/include/device/xps/ |
D | 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; 50 template <uintmax_t a, uintmax_t b> struct SkTUMax { [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/ |
D | 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. ])
|
D | 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. ])
|
D | uintmax_t.m4 | 1 # 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/ |
D | 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. ])
|
D | 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/clang/test/Sema/ |
D | format-strings-fixit.c | 15 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()
|
D | format-strings-int-typedefs.c | 29 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/ |
D | SkDebug.cpp | 19 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/ |
D | SkDebug.cpp | 19 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/ |
D | stdint.h | 325 # 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/ |
D | asm_newcomsym.c | 94 name, (uintmax_t) size, (uintmax_t) align);
|
/external/bison/lib/ |
D | stdint.in.h | 324 # 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/ |
D | asm-tst7.c | 162 (uintmax_t) sym->st_value); in main() 169 (uintmax_t) sym->st_value); in main()
|
D | asm-tst8.c | 163 (uintmax_t) sym->st_value); in main() 170 (uintmax_t) sym->st_value); in main()
|
D | addrscopes.c | 177 uintmax_t addr = strtoumax (buf, &endp, 0); in main() 191 uintmax_t addr = strtoumax (argv[remaining], &endp, 0); in main()
|
D | dwfl-addr-sect.c | 78 uintmax_t addr = strtoumax (argv[remaining], &endp, 0); in main()
|
/external/elfutils/m4/ |
D | ChangeLog | 13 lib-ld.m4, lib-link.m4, lib-prefix.m4, stdint_h.m4, uintmax_t.m4, 24 * uintmax_t.m4: Removed.
|
/external/iptables/include/ |
D | xtables.h | 411 extern bool xtables_strtoul(const char *, char **, uintmax_t *, 412 uintmax_t, uintmax_t);
|
/external/skia/include/core/ |
D | SkTypes.h | 217 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/ |
D | SkTypes.h | 217 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/ |
D | ldscript.h | 107 uintmax_t num;
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 389 # 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/ |
D | xtoptions.c | 129 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()
|