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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsInt64.h315 LL_NOT(result.mValue, mValue);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h131 ** LL_NOT Negation (one's complement)
137 #define LL_NOT(r, a) ((r) = ~(a)) macro
235 #define LL_NOT(r, a) ((r).lo = ~(a).lo, \ macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c471 LL_NOT( result, bigMinusNumber);
472 LL_NOT( result2, result);
474 ResultFailed( "LL_NOT", "r != ~(~-n)", bigMinusNumber, result);

Completed in 264 milliseconds