Searched refs:LL_NEG (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h142 ** LL_NEG Negation (two's complement)
146 #define LL_NEG(r, a) ((r) = -(a)) macro
238 #define LL_NEG(r, a) ((r).lo = -(PRInt32)(a).lo, \ macro
288 LL_NEG(_a, a); \
294 LL_NEG(_b, b); \
300 LL_NEG(r, r); \
307 LL_NEG(_a, a); \
312 LL_NEG(_b, b); \
318 LL_NEG(r, r); \
398 LL_NEG(_absva
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c477 LL_NEG( result, bigMinusNumber );
478 LL_NEG( result2, result );
480 ResultFailed( "LL_NEG", "r != -(-(-n))", bigMinusNumber, result);
711 LL_NEG( result2, largeMultCand );
746 LL_NEG( result2, result2 );
753 LL_NEG( result2, result2 );
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsInt64.h148 LL_NEG(result.mValue, mValue);
H A DnsTextFormatter.cpp1190 LL_NEG(u.ll, u.ll);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprscanf.c210 LL_NEG(x, x);
H A Dprprf.c889 LL_NEG(u.ll, u.ll);

Completed in 1287 milliseconds