Home
last modified time | relevance | path

Searched defs:UINT32_C (Results 1 – 7 of 7) sorted by relevance

/minix3/external/public-domain/xz/dist/src/liblzma/api/
H A Dlzma.h129 # define UINT32_C(n) n ## UI32 macro
131 # define UINT32_C(n) n ## U macro
/minix3/sys/arch/arm/include/
H A Dint_const.h51 #define UINT32_C(c) c ## U macro
/minix3/sys/arch/i386/include/
H A Dint_const.h52 #define UINT32_C(c) c ## U macro
/minix3/sys/sys/
H A Dcommon_int_const.h54 #define UINT32_C(c) __int_join(c, __UINT32_C_SUFFIX__) macro
/minix3/external/public-domain/xz/dist/src/common/
H A Dsysdefs.h60 # define UINT32_C(n) n ## U macro
/minix3/lib/libc/locale/
H A Drunetype_file.h48 #define UINT32_C(c) ((uint32_t)(c##U)) macro
/minix3/external/bsd/llvm/dist/clang/lib/Headers/
H A Dstdint.h392 # define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro
395 # define UINT32_C(v) v ## U macro