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

  /external/clang/lib/Headers/
stdint.h 258 #define __uint_c(v, suffix) __int_c_join(v##U, suffix) macro
278 # define UINT64_C(v) __uint_c(v, __int64_c_suffix)
289 # define UINT56_C(v) __uint_c(v, __INT56_C_SUFFIX__)
306 # define UINT48_C(v) __uint_c(v, __INT48_C_SUFFIX__)
323 # define UINT40_C(v) __uint_c(v, __INT40_C_SUFFIX__)
352 # define UINT32_C(v) __uint_c(v, __int32_c_suffix)
363 # define UINT24_C(v) __uint_c(v, __INT24_C_SUFFIX__)
388 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
407 # define UINT8_C(v) __uint_c(v, __int8_c_suffix)
  /prebuilts/sdk/renderscript/clang-include/
stdint.h 258 #define __uint_c(v, suffix) __int_c_join(v##U, suffix) macro
278 # define UINT64_C(v) __uint_c(v, __int64_c_suffix)
289 # define UINT56_C(v) __uint_c(v, __INT56_C_SUFFIX__)
306 # define UINT48_C(v) __uint_c(v, __INT48_C_SUFFIX__)
323 # define UINT40_C(v) __uint_c(v, __INT40_C_SUFFIX__)
352 # define UINT32_C(v) __uint_c(v, __int32_c_suffix)
363 # define UINT24_C(v) __uint_c(v, __INT24_C_SUFFIX__)
388 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
407 # define UINT8_C(v) __uint_c(v, __int8_c_suffix)

Completed in 16 milliseconds