Searched defs:intmax_t (Results 1 - 15 of 15) sorted by relevance

/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/icu/icu4c/source/tools/tzcode/
H A Dprivate.h172 typedef long long intmax_t; typedef
183 typedef long intmax_t; typedef
H A Dzdump.c70 typedef long long intmax_t; typedef
79 typedef long intmax_t; typedef
157 #define SECSPER400YEARS (SECSPERNYEAR * (intmax_t) (300 + 3) \
158 + SECSPERLYEAR * (intmax_t) (100 - 3))
162 ** intmax_t. It's OK that SECSPER400YEARS_FITS can in theory be false
233 static intmax_t delta(struct tm * newp, struct tm * oldp) ATTRIBUTE_PURE;
238 static time_t yeartot(intmax_t y) ATTRIBUTE_PURE;
435 intmax_t lo;
436 intmax_t hi;
438 register intmax_t cutloyea
[all...]
/external/syslinux/com32/include/
H A Dstdint.h26 typedef int64_t intmax_t; typedef
/external/v8/tools/clang/plugins/tests/
H A Dipc.cpp6 typedef __INTMAX_TYPE__ intmax_t; typedef
218 CALL_WRITEPARAM(intmax_t) // ERROR
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h123 typedef int64_t intmax_t; typedef
/external/libusb/msvc/
H A Dstdint.h121 typedef __int64 intmax_t; typedef
244 suffix, (val) will be evaluated as int, not intmax_t */
/external/libvncserver/compat/msvc/
H A Dstdint.h123 typedef int64_t intmax_t; typedef
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h108 typedef int64_t intmax_t; typedef
/external/syslinux/dos/
H A Dstdint.h51 typedef int64_t intmax_t; typedef
/external/clang/lib/Headers/
H A Dstdint.h276 typedef __INTMAX_TYPE__ intmax_t; typedef
/external/libxml2/
H A Dtrio.c223 typedef intmax_t trio_intmax_t;
232 typedef long long int intmax_t; typedef
235 typedef intmax_t trio_intmax_t;
591 * j intmax_t
1954 * intmax_t
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2503 intmax_t = c_longlong variable
2658 'pkcs8_priv_key_info_st', 'intmax_t', 'sigcontext',
/external/python/cpython3/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2503 intmax_t = c_longlong variable
2658 'pkcs8_priv_key_info_st', 'intmax_t', 'sigcontext',

Completed in 548 milliseconds