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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c153 if (!LL_EQ(zero, bigZero))
154 SetFailed("LL_EQ(zero, bigZero)", "!=");
178 if ( !LL_EQ( bigZero, bigZero ))
179 SetFailed( "LL_EQ", "zero EQ zero");
181 if ( !LL_EQ( bigOne, bigOne ))
182 SetFailed( "LL_EQ", "one EQ one" );
184 if ( !LL_EQ( bigNumber, bigNumber ))
185 SetFailed( "LL_EQ", "bigNumber EQ bigNumber" );
187 if ( !LL_EQ( bigMinusOne, bigMinusOne ))
188 SetFailed( "LL_EQ", "minu
[all...]
H A Dbigfile2.c77 PR_ASSERT(LL_EQ(position, offset));
H A Dbigfile3.c103 PR_ASSERT(LL_EQ(position, offset));
H A Dbigfile.c214 if (!LL_EQ(big_answer, big_size)) return Error("seek", filename);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsInt64.h272 return LL_EQ(mValue, aObject2.mValue);
/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
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp984 return !LL_EQ(*date, mModDate);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c2353 if (LL_EQ(rv, minus_one))

Completed in 68 milliseconds