Searched refs:uintmax_t (Results 1 - 25 of 69) sorted by relevance

123

/external/chromium_org/third_party/skia/include/device/xps/
H A 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 valu
[all...]
/external/skia/include/device/xps/
H A 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 valu
[all...]
/external/clang/test/Sema/
H A Dformat-strings-int-typedefs.c8 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 *')}}
H A Dformat-strings-fixit.c15 typedef __UINTMAX_TYPE__ uintmax_t; typedef
65 printf("%f", (uintmax_t) 42);
71 typedef uintmax_t my_uintmax_type;
118 uintmax_t uIntmaxVar;
153 typedef uintmax_t my_uintmax_type;
200 // CHECK: printf("%ju", (uintmax_t) 42);
/external/chromium_org/third_party/skia/src/core/
H A DSkDebug.cpp19 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/
H A DSkDebug.cpp19 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/jemalloc/src/
H A Dutil.c30 static char *u2s(uintmax_t x, unsigned base, bool uppercase, char *s,
35 static char *o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p);
37 static char *x2s(uintmax_t x, bool alt_form, bool uppercase, char *s,
99 uintmax_t
102 uintmax_t ret, digit;
182 uintmax_t pret = ret;
215 u2s(uintmax_t x, unsigned base, bool uppercase, char *s, size_t *slen_p)
284 o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p)
297 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p)
370 val = va_arg(ap, uintmax_t); \
[all...]
/external/elfutils/0.153/libasm/
H A Dasm_newcomsym.c94 name, (uintmax_t) size, (uintmax_t) align);
H A Dasm_newsym.c108 name, (uintmax_t) size, name);
/external/chromium_org/base/numerics/
H A Dsafe_numerics_unittest.cc278 TEST_ARITHMETIC(uintmax_t);
482 TEST_NUMERIC_CONVERSION(int8_t, uintmax_t, UNSIGN_TO_SIGN_NARROW_OR_EQUAL);
495 TEST_NUMERIC_CONVERSION(unsigned int, uintmax_t, SIGN_PRESERVING_NARROW);
507 TEST_NUMERIC_CONVERSION(int, uintmax_t, UNSIGN_TO_SIGN_NARROW_OR_EQUAL);
512 TEST_NUMERIC_CONVERSION(uintmax_t, uintmax_t,
515 TEST_NUMERIC_CONVERSION(uintmax_t, unsigned int,
524 TEST_NUMERIC_CONVERSION(uintmax_t, int, SIGN_TO_UNSIGN_WIDEN_OR_EQUAL);
525 TEST_NUMERIC_CONVERSION(uintmax_t, int8_t, SIGN_TO_UNSIGN_WIDEN_OR_EQUAL);
527 TEST_NUMERIC_CONVERSION(uintmax_t, floa
[all...]
/external/elfutils/0.153/src/
H A Dldscript.h108 uintmax_t num;
/external/bison/darwin-lib/
H A Dstdint.h306 similarly for UINTMAX_MAX and uintmax_t. This avoids problems with
325 # undef uintmax_t macro
328 # define uintmax_t gl_uintmax_t macro
330 # define uintmax_t uint64_t macro
333 # define uintmax_t gl_uintmax_t macro
337 /* Verify that intmax_t and uintmax_t have the same size. Too much code
340 typedef int _verify_intmax_size[sizeof (intmax_t) == sizeof (uintmax_t)
/external/bison/lib/
H A Dstdint.in.h305 similarly for UINTMAX_MAX and uintmax_t. This avoids problems with
324 # undef uintmax_t
327 # define uintmax_t gl_uintmax_t
329 # define uintmax_t uint64_t
332 # define uintmax_t gl_uintmax_t
336 /* Verify that intmax_t and uintmax_t have the same size. Too much code
339 typedef int _verify_intmax_size[sizeof (intmax_t) == sizeof (uintmax_t)
/external/jemalloc/test/unit/
H A Dutil.c53 uintmax_t expected_x;
56 #define KUMAX(x) ((uintmax_t)x##ULL)
117 uintmax_t result;
/external/libcxx/test/depr/depr.c.headers/
H A Dstdint_h.pass.cpp164 // typedef uintmax_t
165 static_assert(sizeof(uintmax_t) >= sizeof(unsigned long long),
166 "sizeof(uintmax_t) >= sizeof(unsigned long long)");
167 static_assert(std::is_unsigned<uintmax_t>::value,
168 "std::is_unsigned<uintmax_t>::value");
222 assert(UINTMAX_MAX == std::numeric_limits<uintmax_t>::max());
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp164 // typedef std::uintmax_t
165 static_assert(sizeof(std::uintmax_t) >= sizeof(unsigned long long),
166 "sizeof(std::uintmax_t) >= sizeof(unsigned long long)");
167 static_assert(std::is_unsigned<std::uintmax_t>::value,
168 "std::is_unsigned<std::uintmax_t>::value");
222 assert(UINTMAX_MAX == std::numeric_limits<std::uintmax_t>::max());
/external/chromium_org/third_party/skia/include/core/
H A DSkTypes.h239 SK_API uint8_t SkToU8(uintmax_t);
241 SK_API uint16_t SkToU16(uintmax_t);
243 SK_API uint32_t SkToU32(uintmax_t);
245 SK_API unsigned SkToUInt(uintmax_t);
246 SK_API size_t SkToSizeT(uintmax_t);
/external/skia/include/core/
H A DSkTypes.h239 SK_API uint8_t SkToU8(uintmax_t);
241 SK_API uint16_t SkToU16(uintmax_t);
243 SK_API uint32_t SkToU32(uintmax_t);
245 SK_API unsigned SkToUInt(uintmax_t);
246 SK_API size_t SkToSizeT(uintmax_t);
/external/jemalloc/test/include/test/
H A 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/iptables/include/
H A Dxtables.h444 extern bool xtables_strtoul(const char *, char **, uintmax_t *,
445 uintmax_t, uintmax_t);
/external/libcxx/test/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp35 // typedef atomic<uintmax_t> atomic_uintmax_t;
66 static_assert((std::is_same<std::atomic<std::uintmax_t>, std::atomic_uintmax_t>::value), "");
/external/libunwind/tests/
H A Dcrasher.c20 uintmax_t addr;
/external/oprofile/libpopt/
H A Dconfig.h100 declares uintmax_t. */
174 uintmax_t. */
213 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
330 #undef uintmax_t macro
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h543 typedef uint64_t uintmax_t; typedef
560 typedef uint32_t uintmax_t; typedef
767 uintmax_t umax = UINTMAX_C(0);
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h122 typedef unsigned __int64 uintmax_t; typedef

Completed in 693 milliseconds

123