Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dstdint.h403 # define UINT24_C(v) __uint_c(v, __INT24_C_SUFFIX__) macro
408 # define UINT24_C(v) v ## U macro
/external/llvm-libc/include/llvm-libc-macros/
Dstdint-macros.h371 #define UINT24_C(v) __uint_c(v, __INT24_C_SUFFIX__) macro
376 #define UINT24_C(v) v##U macro