Home
last modified time | relevance | path

Searched refs:uintmax_t (Results 1 – 25 of 95) 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/jemalloc/src/
Dutil.c34 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; in malloc_strtoumax()
190 uintmax_t pret = ret; in malloc_strtoumax()
223 u2s(uintmax_t x, unsigned base, bool uppercase, char *s, size_t *slen_p) in u2s()
292 o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p) in o2s()
305 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) in x2s()
378 val = va_arg(ap, uintmax_t); \ in malloc_vsnprintf()
[all …]
/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()
49 unsigned SkToUInt(uintmax_t x) { in SkToUInt()
54 size_t SkToSizeT(uintmax_t x) { in SkToSizeT()
/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
65 printf("%f", (uintmax_t) 42); in test()
71 typedef uintmax_t my_uintmax_type; in test()
118 uintmax_t uIntmaxVar; in test2()
153 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/dhcpcd-6.8.2/compat/
Dstrtoi.c74 uintmax_t
76 uintmax_t lo, uintmax_t hi, int *rstatus) in strtou()
79 uintmax_t r; in strtou()
Dstrtoi.h35 uintmax_t strtou(const char * __restrict nptr, char ** __restrict endptr,
36 int base, uintmax_t lo, uintmax_t hi, int *rstatus);
/external/strace/
Dprint_timex.c54 (uintmax_t) tx.maxerror, (uintmax_t) tx.esterror); in MPERS_PRINTER_DECL()
57 (intmax_t) tx.constant, (uintmax_t) tx.precision, in MPERS_PRINTER_DECL()
/external/libchrome/base/numerics/
Dsafe_numerics_unittest.cc309 TEST_ARITHMETIC(uintmax_t); in TEST()
533 TEST_NUMERIC_CONVERSION(int8_t, uintmax_t, UNSIGN_TO_SIGN_NARROW_OR_EQUAL); in TEST()
546 TEST_NUMERIC_CONVERSION(unsigned int, uintmax_t, SIGN_PRESERVING_NARROW); in TEST()
558 TEST_NUMERIC_CONVERSION(int, uintmax_t, UNSIGN_TO_SIGN_NARROW_OR_EQUAL); in TEST()
563 TEST_NUMERIC_CONVERSION(uintmax_t, uintmax_t, in TEST()
566 TEST_NUMERIC_CONVERSION(uintmax_t, unsigned int, in TEST()
575 TEST_NUMERIC_CONVERSION(uintmax_t, int, SIGN_TO_UNSIGN_WIDEN_OR_EQUAL); in TEST()
576 TEST_NUMERIC_CONVERSION(uintmax_t, int8_t, SIGN_TO_UNSIGN_WIDEN_OR_EQUAL); in TEST()
578 TEST_NUMERIC_CONVERSION(uintmax_t, float, SIGN_TO_UNSIGN_NARROW); in TEST()
579 TEST_NUMERIC_CONVERSION(uintmax_t, double, SIGN_TO_UNSIGN_NARROW); in TEST()
[all …]
/external/libweave/third_party/chromium/base/numerics/
Dsafe_numerics_unittest.cc305 TEST_ARITHMETIC(uintmax_t); in TEST()
529 TEST_NUMERIC_CONVERSION(int8_t, uintmax_t, UNSIGN_TO_SIGN_NARROW_OR_EQUAL); in TEST()
542 TEST_NUMERIC_CONVERSION(unsigned int, uintmax_t, SIGN_PRESERVING_NARROW); in TEST()
554 TEST_NUMERIC_CONVERSION(int, uintmax_t, UNSIGN_TO_SIGN_NARROW_OR_EQUAL); in TEST()
559 TEST_NUMERIC_CONVERSION(uintmax_t, uintmax_t, in TEST()
562 TEST_NUMERIC_CONVERSION(uintmax_t, unsigned int, in TEST()
571 TEST_NUMERIC_CONVERSION(uintmax_t, int, SIGN_TO_UNSIGN_WIDEN_OR_EQUAL); in TEST()
572 TEST_NUMERIC_CONVERSION(uintmax_t, int8_t, SIGN_TO_UNSIGN_WIDEN_OR_EQUAL); in TEST()
574 TEST_NUMERIC_CONVERSION(uintmax_t, float, SIGN_TO_UNSIGN_NARROW); in TEST()
575 TEST_NUMERIC_CONVERSION(uintmax_t, double, SIGN_TO_UNSIGN_NARROW); in TEST()
[all …]
/external/strace/tests/
Dmmap.c49 addr = (void *) (uintmax_t) (0xfacefeed000 & -pagesize); in main()
69 addr, length, fd, (uintmax_t) offset, p); in main()
Dutimensat.c45 printf("{%ju, %ju}", (uintmax_t) ts->tv_sec, (uintmax_t) ts->tv_nsec); in print_ts()
/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/google-breakpad/src/common/linux/
Dlinux_libc_support.h56 extern unsigned my_uint_len(uintmax_t i);
64 extern void my_uitos(char* output, uintmax_t i, unsigned i_len);
/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/libasm/
Dasm_newcomsym.c94 name, (uintmax_t) size, (uintmax_t) align); in asm_newcomsym()
/external/skia/include/core/
DSkTypes.h261 SK_API uint8_t SkToU8(uintmax_t);
263 SK_API uint16_t SkToU16(uintmax_t);
265 SK_API uint32_t SkToU32(uintmax_t);
267 SK_API unsigned SkToUInt(uintmax_t);
268 SK_API size_t SkToSizeT(uintmax_t);
/external/elfutils/tests/
Dasm-tst7.c154 (uintmax_t) sym->st_value); in main()
161 (uintmax_t) sym->st_value); in main()
Dasm-tst8.c155 (uintmax_t) sym->st_value); in main()
162 (uintmax_t) sym->st_value); in main()
/external/jemalloc/test/include/test/
Dtest.h122 #define assert_ju_eq(a, b, ...) assert_cmp(uintmax_t, a, b, ==, \
124 #define assert_ju_ne(a, b, ...) assert_cmp(uintmax_t, a, b, !=, \
126 #define assert_ju_lt(a, b, ...) assert_cmp(uintmax_t, a, b, <, \
128 #define assert_ju_le(a, b, ...) assert_cmp(uintmax_t, a, b, <=, \
130 #define assert_ju_ge(a, b, ...) assert_cmp(uintmax_t, a, b, >=, \
132 #define assert_ju_gt(a, b, ...) assert_cmp(uintmax_t, a, b, >, \
/external/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp166 static_assert(sizeof(uintmax_t) >= sizeof(unsigned long long), in main()
168 static_assert(std::is_unsigned<uintmax_t>::value, in main()
223 assert(UINTMAX_MAX == std::numeric_limits<uintmax_t>::max()); in main()
/external/libcxx/include/
Dcstdint139 uintmax_t
187 using::uintmax_t;
/external/jemalloc/test/unit/
Dutil.c74 uintmax_t expected_x; in TEST_BEGIN()
77 #define KUMAX(x) ((uintmax_t)x##ULL) in TEST_BEGIN()
138 uintmax_t result; in TEST_BEGIN()

1234