HomeSort by relevance Sort by last modified time
    Searched refs:Llong (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 112 * something other than "long long", #define Llong to be the name,
113 * and if "unsigned Llong" does not work as an unsigned version of
114 * Llong, #define #ULLong to be the corresponding unsigned type.
441 #ifndef Llong
442 #define Llong long long
445 #define ULLong unsigned Llong
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 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
    [all...]

Completed in 66 milliseconds