Searched defs:UINT64_C (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/include/arch/aarch64/machine/
H A Dasm.h52 #define UINT64_C(x) (x) macro
H A D_stdint.h46 #define UINT64_C(c) (c ## UL) macro
/barrelfish-master/include/arch/arm/machine/
H A D_stdint.h46 #define UINT64_C(c) (c ## ULL) macro
/barrelfish-master/include/arch/x86_32/machine/
H A D_stdint.h57 #define UINT64_C(c) (c ## UL) macro
60 #define UINT64_C(c) (c ## ULL) macro
/barrelfish-master/include/arch/x86_64/machine/
H A D_stdint.h57 #define UINT64_C(c) (c ## UL) macro
60 #define UINT64_C(c) (c ## ULL) macro
/barrelfish-master/lib/compiler-rt/builtins/
H A Dfp_lib.h36 #undef UINT64_C macro
37 #define UINT64_C(c) (c##ULL) macro

Completed in 91 milliseconds