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

/external/chromium_org/third_party/yasm/source/config/win/
H A Dstdint.h24 // Define the C99 INT64_C macro that is used for declaring 64-bit literals.
27 #define INT64_C(value) value##LL macro
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h25 #ifndef INT64_C
26 #define INT64_C(x) x ## I64 macro
36 #ifndef INT64_C
37 #define INT64_C(x) x ## L macro
46 #ifndef INT64_C
47 #define INT64_C(x) x ## LL macro
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcompiler.h57 # define INT64_C(__val) __val##i64 macro
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h25 #ifndef INT64_C
26 #define INT64_C(x) x ## I64 macro
36 #ifndef INT64_C
37 #define INT64_C(x) x ## L macro
46 #ifndef INT64_C
47 #define INT64_C(x) x ## LL macro
/external/mesa3d/src/egl/main/
H A Deglcompiler.h57 # define INT64_C(__val) __val##i64 macro
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h28 #ifndef INT64_C
29 #define INT64_C(x) x ## I64 macro
39 #ifndef INT64_C
40 #define INT64_C(x) x ## L macro
49 #ifndef INT64_C
50 #define INT64_C(x) x ## LL macro
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dbasic_types.h28 #ifndef INT64_C
29 #define INT64_C(x) x ## I64 macro
39 #ifndef INT64_C
40 #define INT64_C(x) x ## L macro
49 #ifndef INT64_C
50 #define INT64_C(x) x ## LL macro
/external/chromium_org/third_party/webrtc/base/
H A Dbasictypes.h31 #ifndef INT64_C
32 #define INT64_C(x) x ## I64 macro
44 #ifndef INT64_C
45 #define INT64_C(x) x ## LL macro
54 #ifndef INT64_C
55 #define INT64_C(x) x ## L macro
64 #ifndef INT64_C
65 #define INT64_C(x) x ## LL macro
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dbasictypes.h31 #ifndef INT64_C
32 #define INT64_C(x) x ## I64 macro
39 #ifndef INT64_C
40 #define INT64_C(x) x ## LL macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dumachine.h165 # ifndef INT64_C
168 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
171 # define INT64_C(c) c ## LL macro
183 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
187 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
/external/icu/icu4c/source/common/unicode/
H A Dumachine.h165 # ifndef INT64_C
168 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
171 # define INT64_C(c) c ## LL macro
183 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
187 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp312 #undef INT64_C macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h164 #ifndef INT64_C
165 # define INT64_C(C) C##i64 macro
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp312 #undef INT64_C macro
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h245 #define INT64_C(val) val##i64 macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h233 #define INT64_C(val) val##i64 macro
241 #define INTMAX_C INT64_C
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h233 #define INT64_C(val) val##i64 macro
241 #define INTMAX_C INT64_C
/external/mesa3d/include/c99/
H A Dstdint.h233 #define INT64_C(val) val##i64 macro
241 #define INTMAX_C INT64_C
/external/bison/darwin-lib/
H A Dstdint.h596 #undef INT64_C macro
599 # define INT64_C(x) x##L macro
601 # define INT64_C(x) x##i64 macro
603 # define INT64_C(x) x##LL macro
619 # define INTMAX_C(x) INT64_C(x)
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h245 # if !defined (INT64_C)
246 # define INT64_C(x) (x + (INT64_MAX - INT64_MAX)) macro
450 # define INT64_C(v) v ## LL macro
463 # define INT64_C(v) v ## LL macro
472 # define INT64_C(v) v ## LL macro
481 # define INT64_C(v) v ## I64 macro
488 #if !defined (LONG_LONG_MAX) && defined (INT64_C)
489 # define LONG_LONG_MAX INT64_C (9223372036854775807)
495 #if !defined (INT64_MAX) && defined (INT64_C)
496 # define INT64_MAX INT64_C (922337203685477580
[all...]
/external/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp583 #undef INT64_C macro
/external/clang/lib/Headers/
H A Dstdint.h317 # define INT64_C(v) __int_c(v, __int64_c_suffix) macro
320 # define INT64_C(v) v macro
475 # define INT64_MAX INT64_C( 9223372036854775807)
476 # define INT64_MIN (-INT64_C( 9223372036854775807)-1)
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h809 #if( !defined( INT64_C ) )
811 #define INT64_C( value ) value ## i64 macro
813 #define INT64_C( value ) value ## LL macro

Completed in 463 milliseconds