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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c438 LL_XOR( result, bigZero, bigZero );
440 ResultFailed( "LL_XOR", "0 ^ 0", bigZero, result);
442 LL_XOR( result, bigOne, bigZero );
444 ResultFailed( "LL_XOR", "1 ^ 0", bigZero, result );
446 LL_XOR( result, bigMinusNumber, bigZero );
448 ResultFailed( "LL_XOR", "-n ^ 0", bigMinusNumber, result );
450 LL_XOR( result, bigMinusNumber, bigMinusNumber );
452 ResultFailed( "LL_XOR", "-n ^ -n", bigMinusNumber, result);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsInt64.h339 LL_XOR(mValue, mValue, aObject.mValue);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h129 ** LL_XOR Logical exclusion
135 #define LL_XOR(r, a, b) ((r) = (a) ^ (b)) macro
231 #define LL_XOR(r, a, b) ((r).lo = (a).lo ^ (b).lo, \ macro

Completed in 72 milliseconds