Searched defs:INT64_C (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/arm/include/
H A D_stdint.h41 #define INT64_C(c) (c ## LL) macro
/freebsd-10-stable/sys/ia64/include/
H A D_stdint.h41 #define INT64_C(c) (c ## L) macro
/freebsd-10-stable/sys/mips/include/
H A D_stdint.h55 #define INT64_C(c) (c ## L) macro
58 #define INT64_C(c) (c ## LL) macro
/freebsd-10-stable/sys/powerpc/include/
H A D_stdint.h54 #define INT64_C(c) (c ## L) macro
57 #define INT64_C(c) (c ## LL) macro
/freebsd-10-stable/sys/sparc64/include/
H A D_stdint.h41 #define INT64_C(c) (c ## L) macro
/freebsd-10-stable/sys/x86/include/
H A D_stdint.h54 #define INT64_C(c) (c ## L) macro
57 #define INT64_C(c) (c ## LL) macro
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp445 #undef INT64_C macro
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dstdint.h318 # define INT64_C(v) __int_c(v, __int64_c_suffix) macro
321 # define INT64_C(v) v macro
/freebsd-10-stable/usr.bin/svn/lib/libapr/
H A Dapr.h343 #undef INT64_C macro
349 #define INT64_C(v) (v ## L) macro
355 #define INT64_C(v) (v ## LL) macro

Completed in 72 milliseconds