HomeSort by: relevance | last modified time | path
    Searched defs:Llong (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/gdtoa/
gdtoaimp.h 113 * something other than "long long", #define Llong to be the name,
114 * and if "unsigned Llong" does not work as an unsigned version of
115 * Llong, #define #ULLong to be the corresponding unsigned type.
188 #define LLong int64_t
476 #ifndef Llong
477 #define Llong long long
480 #define ULLong unsigned Llong
gdtoaimp.h 113 * something other than "long long", #define Llong to be the name,
114 * and if "unsigned Llong" does not work as an unsigned version of
115 * Llong, #define #ULLong to be the corresponding unsigned type.
188 #define LLong int64_t
476 #ifndef Llong
477 #define Llong long long
480 #define ULLong unsigned Llong
gdtoaimp.h 113 * something other than "long long", #define Llong to be the name,
114 * and if "unsigned Llong" does not work as an unsigned version of
115 * Llong, #define #ULLong to be the corresponding unsigned type.
188 #define LLong int64_t
476 #ifndef Llong
477 #define Llong long long
480 #define ULLong unsigned Llong

Completed in 602 milliseconds