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 of98 * Llong, #define #ULLong to be the corresponding unsigned type.504 #ifndef Llong505 #define Llong long long508 #define ULLong unsigned Llong