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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h112 ** LL_EQ Test for equality
118 #define LL_EQ(a, b) ((a) == (b)) macro
218 #define LL_EQ(a, b) (((a).hi == (b).hi) && ((a).lo == (b).lo)) macro

Completed in 42 milliseconds