Searched refs:Llong (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc96 * 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 macro
508 #define ULLong unsigned Llong

Completed in 31 milliseconds