Searched refs:LL_NE (Results 1 - 10 of 10) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtimemac.c131 if (LL_NE(t1, t2)) {
145 if (LL_NE(t1, t2)) {
H A Dy2k.c278 if (LL_NE(prt_tmp, prt[idx])) {
296 if (LL_NE(prt_tmp, prt[idx])) {
314 if (LL_NE(prt_tmp, prt[idx])) {
331 if (LL_NE(prt_tmp, now)) {
340 if (LL_NE(prt_tmp, now)) {
349 if (LL_NE(prt_tmp, now)) {
H A Dlltest.c203 if ( LL_NE( bigZero, bigZero ))
204 SetFailed( "LL_NE", "0 NE 0");
206 if ( LL_NE( bigOne, bigOne ))
207 SetFailed( "LL_NE", "1 NE 1");
209 if ( LL_NE( bigMinusOne, bigMinusOne ))
210 SetFailed( "LL_NE", "-1 NE -1");
212 if ( LL_NE( bigNumber, bigNumber ))
213 SetFailed( "LL_NE", "n NE n");
215 if ( LL_NE( bigMinusNumber, bigMinusNumber ))
216 SetFailed( "LL_NE", "
[all...]
H A Dbigfile.c248 if (LL_NE(filesize64, big_answer))
261 if (LL_NE(filesize64, big_answer))
276 if (LL_NE(big_answer, filesize64))
290 if (LL_NE(big_answer, filesize64)) return Error("bof available64()", filename);
294 if (LL_NE(big_answer, filesize64)) return Error("eof seek64()", filename);
H A Dtimetest.c169 if (LL_NE(t, t2)) {
266 if (LL_NE(t1, t2)) {
281 if (LL_NE(t1, t2)) {
565 if (LL_NE(usecs, PR_ImplodeTime(&et1))) {
652 if (LL_NE(usecs, PR_ImplodeTime(&et1))) {
737 if (LL_NE(usecs, PR_ImplodeTime(&et1))) {
H A Dntoh.c118 if (LL_NE(un.ll, ll_h)) {
H A Dtestfile.c340 if (LL_NE(file_info.creationTime , file_info1.creationTime)) {
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsInt64.h280 return LL_NE(mValue, aObject2.mValue);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h113 ** LL_NE Test for inequality
119 #define LL_NE(a, b) ((a) != (b)) macro
219 #define LL_NE(a, b) (((a).hi != (b).hi) || ((a).lo != (b).lo)) macro
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadFile.cpp812 if (LL_NE(fastLoadMtime, currentMtime)) {

Completed in 71 milliseconds