Home | History | Annotate | Download | only in dmg_fp

Lines Matching full:llong

96  *	something other than "long long", #define Llong to be the name,
97 * and if "unsigned Llong" does not work as an unsigned version of
98 * Llong, #define #ULLong to be the corresponding unsigned type.
504 #ifndef Llong
505 #define Llong long long
508 #define ULLong unsigned Llong