Searched refs:LL_OR (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c421 LL_OR( result, bigZero, bigZero );
423 ResultFailed( "LL_OR", "0 | 1", bigZero, result);
425 LL_OR( result, bigZero, bigOne );
427 ResultFailed( "LL_OR", "0 | 1", bigOne, result );
429 LL_OR( result, bigZero, bigMinusNumber );
431 ResultFailed( "LL_OR", "0 | -n", bigMinusNumber, result);
433 LL_OR( result, bigMinusNumber, bigZero );
435 ResultFailed( "LL_OR", "-n | 0", bigMinusNumber, result );
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsInt64.h331 LL_OR(mValue, mValue, aObject.mValue);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h128 ** LL_OR Logical or
134 #define LL_OR(r, a, b) ((r) = (a) | (b)) macro
229 #define LL_OR(r, a, b) ((r).lo = (a).lo | (b).lo, \ macro

Completed in 34 milliseconds