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

/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/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/icu/icu4c/source/common/unicode/
H A Dumachine.h199 # ifndef INT64_C
202 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
205 # define INT64_C(c) c ## LL macro
217 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
221 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h233 #define INT64_C(val) val##i64 macro
241 #define INTMAX_C INT64_C
/external/libvpx/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/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/llvm/include/llvm/Support/
H A DDataTypes.h164 #ifndef INT64_C
165 # define INT64_C(C) C##i64 macro
/external/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp674 #undef INT64_C macro
/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
/external/mesa3d/include/c99/
H A Dstdint.h233 #define INT64_C(val) val##i64 macro
241 #define INTMAX_C INT64_C
/external/mesa3d/src/egl/main/
H A Deglcompiler.h57 # define INT64_C(__val) __val##i64 macro
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp312 #undef INT64_C macro

Completed in 539 milliseconds