Home
last modified time | relevance | path

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

/dragonfly/sys/cpu/x86_64/include/
H A Dint_const.h45 #define INT64_C(c) (c ## L) macro
/dragonfly/contrib/gcc-4.7/gcc/ginclude/
H A Dstdint-gcc.h243 #define INT64_C(c) __INT64_C(c) macro