HomeSort by relevance Sort by last modified time
    Searched refs:__int64_c_suffix (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Headers/
stdint.h 304 # 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 */
  /prebuilts/sdk/renderscript/clang-include/
stdint.h 304 # 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 5304 milliseconds