Home
last modified time | relevance | path

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

/dragonfly/contrib/xz/src/liblzma/api/
H A Dlzma.h145 # define UINT64_C(n) n ## UI64 macro
150 # define UINT64_C(n) n ## ULL macro
152 # define UINT64_C(n) n ## UL macro
/dragonfly/contrib/xz/src/common/
H A Dsysdefs.h75 # define UINT64_C(n) n ## ULL macro
88 # define UINT64_C(n) n ## UL macro
/dragonfly/sys/cpu/x86_64/include/
H A Dint_const.h50 #define UINT64_C(c) (c ## UL) macro
/dragonfly/contrib/gcc-4.7/gcc/ginclude/
H A Dstdint-gcc.h251 #define UINT64_C(c) __UINT64_C(c) macro