Searched defs:__int64_c_suffix (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Headers/
H A Dstdint.h304 # define __int64_c_suffix __INT64_C_SUFFIX__ macro
309 # undef __int64_c_suffix macro
317 # ifdef __int64_c_suffix
318 # define INT64_C(v) __int_c(v, __int64_c_suffix)
319 # define UINT64_C(v) __uint_c(v, __int64_c_suffix)
323 # endif /* __int64_c_suffix */
/external/clang/lib/include/
H A Dstdint.h304 # define __int64_c_suffix __INT64_C_SUFFIX__ macro
309 # undef __int64_c_suffix macro
317 # ifdef __int64_c_suffix
318 # define INT64_C(v) __int_c(v, __int64_c_suffix)
319 # define UINT64_C(v) __uint_c(v, __int64_c_suffix)
323 # endif /* __int64_c_suffix */

Completed in 332 milliseconds