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

/external/clang/lib/Headers/
H A Dstdint.h363 # define UINT24_C(v) __uint_c(v, __INT24_C_SUFFIX__) macro
368 # define UINT24_C(v) v ## U macro
556 # define UINT24_MAX UINT24_C(16777215)
/external/clang/lib/include/
H A Dstdint.h363 # define UINT24_C(v) __uint_c(v, __INT24_C_SUFFIX__) macro
368 # define UINT24_C(v) v ## U macro
556 # define UINT24_MAX UINT24_C(16777215)

Completed in 20 milliseconds