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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgdtoaimp.h114 * something other than "long long", #define Llong to be the name,
115 * and if "unsigned Llong" does not work as an unsigned version of
116 * Llong, #define #ULLong to be the corresponding unsigned type.
460 #ifndef Llong
461 #define Llong long long macro
464 #define ULLong unsigned Llong
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c167 * something other than "long long", #define Llong to be the name,
168 * and if "unsigned Llong" does not work as an unsigned version of
169 * Llong, #define #ULLong to be the corresponding unsigned type.
552 #ifndef Llong
553 #define Llong long long macro
556 #define ULLong unsigned Llong

Completed in 110 milliseconds