Searched defs:INT64_C (Results 1 - 12 of 12) sorted by relevance

/external/libyuv/files/include/libyuv/
H A Dbasic_types.h34 #ifndef INT64_C
35 #define INT64_C(x) x ## I64 macro
44 #ifndef INT64_C
45 #define INT64_C(x) x ## LL macro
/external/chromium/third_party/libjingle/overrides/talk/base/
H A Dbasictypes.h24 #define INT64_C(x) x ## I64 macro
28 #ifndef INT64_C
29 #define INT64_C(x) x ## LL macro
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbasictypes.h55 #ifndef INT64_C
56 #define INT64_C(x) x ## I64 macro
65 #ifndef INT64_C
66 #define INT64_C(x) x ## LL macro
/external/icu4c/common/unicode/
H A Dumachine.h184 # ifndef INT64_C
187 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
190 # define INT64_C(c) c ## LL macro
202 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
206 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
H A Dpwin32.h106 # ifndef INT64_C
107 # define INT64_C(x) ((int64_t)x) macro
/external/mesa3d/src/mesa/main/
H A Dcompiler.h81 # define INT64_C(__val) __val##i64 macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dumachine.h200 # ifndef INT64_C
203 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
206 # define INT64_C(c) c ## LL macro
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dumachine.h200 # ifndef INT64_C
203 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
206 # define INT64_C(c) c ## LL macro
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
/external/webkit/Source/WebCore/icu/unicode/
H A Dumachine.h200 # ifndef INT64_C
203 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
206 # define INT64_C(c) c ## LL macro
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dumachine.h200 # ifndef INT64_C
203 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
206 # define INT64_C(c) c ## LL macro
218 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
222 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
/external/mesa3d/include/c99/
H A Dstdint.h233 #define INT64_C(val) val##i64 macro
241 #define INTMAX_C INT64_C
/external/clang/lib/Headers/
H A Dstdint.h277 # define INT64_C(v) __int_c(v, __int64_c_suffix) macro
280 # define INT64_C(v) v macro
435 # define INT64_MAX INT64_C( 9223372036854775807)
436 # define INT64_MIN (-INT64_C( 9223372036854775807)-1)

Completed in 890 milliseconds