Searched refs:intmax_t (Results 1 - 25 of 49) sorted by relevance

12

/external/libcxx/test/utilities/ratio/ratio.ratio/
H A Dratio1.fail.cpp17 const std::intmax_t t1 = std::ratio<1, 0>::num;
H A Dratio2.fail.cpp11 // shall be representable by type intmax_t.
18 const std::intmax_t t1 = std::ratio<0x8000000000000000ULL, 1>::num;
H A Dratio3.fail.cpp11 // shall be representable by type intmax_t.
18 const std::intmax_t t1 = std::ratio<1, 0x8000000000000000ULL>::num;
/external/clang/test/Sema/
H A Dformat-strings-int-typedefs.c7 printf("%jd", 42.0); // expected-warning {{format specifies type 'intmax_t' (aka 'long long')}}
16 scanf("%jd", 0); // expected-warning {{format specifies type 'intmax_t *' (aka 'long long *')}}
28 typedef void *intmax_t; typedef
33 printf("%jd", (intmax_t)42); // expected-warning {{format specifies type 'intmax_t' (aka 'long long') but the argument has type 'intmax_t' (aka 'void *')}}
H A Dformat-strings-fixit.c14 typedef __INTMAX_TYPE__ intmax_t; typedef
64 printf("%f", (intmax_t) 42);
70 typedef intmax_t my_intmax_type;
117 intmax_t intmaxVar;
152 typedef intmax_t my_intmax_type;
199 // CHECK: printf("%jd", (intmax_t) 42);
/external/chromium_org/third_party/skia/src/core/
H A DSkDebug.cpp14 int8_t SkToS8(intmax_t x) {
24 int16_t SkToS16(intmax_t x) {
34 int32_t SkToS32(intmax_t x) {
44 int SkToInt(intmax_t x) {
/external/compiler-rt/lib/interception/
H A Dinterception_type_test.cc25 COMPILER_CHECK(sizeof(::INTMAX_T) == sizeof(intmax_t));
/external/skia/src/core/
H A DSkDebug.cpp14 int8_t SkToS8(intmax_t x) {
24 int16_t SkToS16(intmax_t x) {
34 int32_t SkToS32(intmax_t x) {
44 int SkToInt(intmax_t x) {
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dinttypes.h48 intmax_t quot;
49 intmax_t rem;
280 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom)
/external/mesa3d/include/c99/
H A Dinttypes.h48 intmax_t quot;
49 intmax_t rem;
280 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom)
/external/jemalloc/test/unit/
H A Dutil.c258 TEST("_-1234_", "_%jd_", ((intmax_t)-1234));
259 TEST("_1234_", "_%jd_", ((intmax_t)1234));
260 TEST("_-1234_", "_%ji_", ((intmax_t)-1234));
261 TEST("_1234_", "_%ji_", ((intmax_t)1234));
262 TEST("_01234_", "_%#jo_", ((intmax_t)01234));
263 TEST("_1234_", "_%ju_", ((intmax_t)1234));
264 TEST("_0x1234abc_", "_%#jx_", ((intmax_t)0x1234abc));
265 TEST("_0X1234ABC_", "_%#jX_", ((intmax_t)0x1234ABC));
/external/jemalloc/include/msvc_compat/C99/
H A Dinttypes.h48 intmax_t quot;
49 intmax_t rem;
288 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom)
/external/chromium_org/base/numerics/
H A Dsafe_numerics_unittest.cc271 TEST_ARITHMETIC(intmax_t);
478 TEST_NUMERIC_CONVERSION(uint8_t, intmax_t, SIGN_TO_UNSIGN_NARROW);
494 TEST_NUMERIC_CONVERSION(int, intmax_t, SIGN_PRESERVING_NARROW);
502 TEST_NUMERIC_CONVERSION(unsigned int, intmax_t, SIGN_TO_UNSIGN_NARROW);
511 TEST_NUMERIC_CONVERSION(intmax_t, intmax_t, SIGN_PRESERVING_VALUE_PRESERVING);
514 TEST_NUMERIC_CONVERSION(intmax_t, int, SIGN_PRESERVING_VALUE_PRESERVING);
517 TEST_NUMERIC_CONVERSION(intmax_t, unsigned int,
519 TEST_NUMERIC_CONVERSION(intmax_t, uint8_t, SIGN_PRESERVING_VALUE_PRESERVING);
521 TEST_NUMERIC_CONVERSION(intmax_t, floa
[all...]
/external/chromium_org/third_party/libusb/src/msvc/
H A Dinttypes.h38 intmax_t quot;
39 intmax_t rem;
/external/chromium_org/sandbox/linux/suid/
H A Dprocess_util_linux.c38 snprintf(oom_adj, sizeof(oom_adj), "/proc/%" PRIdMAX, (intmax_t)process);
/external/libcxx/test/depr/depr.c.headers/
H A Dstdint_h.pass.cpp159 // typedef intmax_t
160 static_assert(sizeof(intmax_t) >= sizeof(long long),
161 "sizeof(intmax_t) >= sizeof(long long)");
162 static_assert(std::is_signed<intmax_t>::value,
163 "std::is_signed<intmax_t>::value");
216 assert(INTMAX_MIN == std::numeric_limits<intmax_t>::min());
219 assert(INTMAX_MAX == std::numeric_limits<intmax_t>::max());
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp159 // typedef std::intmax_t
160 static_assert(sizeof(std::intmax_t) >= sizeof(long long),
161 "sizeof(std::intmax_t) >= sizeof(long long)");
162 static_assert(std::is_signed<std::intmax_t>::value,
163 "std::is_signed<std::intmax_t>::value");
216 assert(INTMAX_MIN == std::numeric_limits<std::intmax_t>::min());
219 assert(INTMAX_MAX == std::numeric_limits<std::intmax_t>::max());
/external/bison/lib/
H A Dinttypes.in.h1055 extern intmax_t imaxabs (intmax_t);
1068 typedef struct { intmax_t quot; intmax_t rem; } imaxdiv_t;
1071 extern imaxdiv_t imaxdiv (intmax_t, intmax_t);
1087 _GL_FUNCDECL_RPL (strtoimax, intmax_t,
1089 _GL_CXXALIAS_RPL (strtoimax, intmax_t, (const char *, char **, int));
1093 _GL_FUNCDECL_SYS (strtoimax, intmax_t,
1096 _GL_CXXALIAS_SYS (strtoimax, intmax_t, (cons
[all...]
H A Dstdint.in.h304 /* If the system defines INTMAX_MAX, assume that intmax_t works, and
310 # undef intmax_t
313 # define intmax_t gl_intmax_t
315 # define intmax_t int64_t
318 # define intmax_t gl_intmax_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/bison/darwin-lib/
H A Dstdint.h305 /* If the system defines INTMAX_MAX, assume that intmax_t works, and
311 # undef intmax_t macro
314 # define intmax_t gl_intmax_t macro
316 # define intmax_t int64_t macro
319 # define intmax_t gl_intmax_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)
H A Dinttypes.h1367 extern intmax_t imaxabs (intmax_t);
1380 typedef struct { intmax_t quot; intmax_t rem; } imaxdiv_t;
1383 extern imaxdiv_t imaxdiv (intmax_t, intmax_t);
1399 _GL_FUNCDECL_RPL (strtoimax, intmax_t,
1401 _GL_CXXALIAS_RPL (strtoimax, intmax_t, (const char *, char **, int));
1405 _GL_FUNCDECL_SYS (strtoimax, intmax_t,
1408 _GL_CXXALIAS_SYS (strtoimax, intmax_t, (cons
[all...]
/external/bison/linux-lib/
H A Dinttypes.h1367 extern intmax_t imaxabs (intmax_t);
1380 typedef struct { intmax_t quot; intmax_t rem; } imaxdiv_t;
1383 extern imaxdiv_t imaxdiv (intmax_t, intmax_t);
1399 _GL_FUNCDECL_RPL (strtoimax, intmax_t,
1401 _GL_CXXALIAS_RPL (strtoimax, intmax_t, (const char *, char **, int));
1405 _GL_FUNCDECL_SYS (strtoimax, intmax_t,
1408 _GL_CXXALIAS_SYS (strtoimax, intmax_t, (cons
[all...]
/external/jemalloc/test/include/test/
H A Dtest.h109 #define assert_jd_eq(a, b, ...) assert_cmp(intmax_t, a, b, ==, \
111 #define assert_jd_ne(a, b, ...) assert_cmp(intmax_t, a, b, !=, \
113 #define assert_jd_lt(a, b, ...) assert_cmp(intmax_t, a, b, <, \
115 #define assert_jd_le(a, b, ...) assert_cmp(intmax_t, a, b, <=, \
117 #define assert_jd_ge(a, b, ...) assert_cmp(intmax_t, a, b, >=, \
119 #define assert_jd_gt(a, b, ...) assert_cmp(intmax_t, a, b, >, \
/external/chromium_org/third_party/skia/include/core/
H A DSkTypes.h238 SK_API int8_t SkToS8(intmax_t);
240 SK_API int16_t SkToS16(intmax_t);
242 SK_API int32_t SkToS32(intmax_t);
244 SK_API int SkToInt(intmax_t);
/external/jemalloc/src/
H A Dutil.c33 static char *d2s(intmax_t x, char sign, char *s, size_t *slen_p);
258 d2s(intmax_t x, char sign, char *s, size_t *slen_p)
367 val = va_arg(ap, intmax_t); \
501 intmax_t val JEMALLOC_CC_SILENCE_INIT(0);

Completed in 319 milliseconds

12