Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dstdint-macros.h371 #define UINT24_C(v) __uint_c(v, __INT24_C_SUFFIX__) macro
376 #define UINT24_C(v) v##U macro
685 #define UINT24_MAX UINT24_C(16777215)
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h356 #define UINT24_C(v) __UINT24_C(v) macro
646 # define UINT24_MAX UINT24_C(16777215)