Home
last modified time | relevance | path

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

/dragonfly/contrib/xz/src/liblzma/api/
H A Dlzma.h137 # define UINT32_C(n) n ## UI32 macro
139 # define UINT32_C(n) n ## U macro
/dragonfly/sys/cpu/x86_64/include/
H A Dint_const.h49 #define UINT32_C(c) (c ## U) macro
/dragonfly/contrib/xz/src/common/
H A Dsysdefs.h58 # define UINT32_C(n) n ## U macro
/dragonfly/contrib/gcc-4.7/gcc/ginclude/
H A Dstdint-gcc.h249 #define UINT32_C(c) __UINT32_C(c) macro