Searched defs:LL_NEG (Results 1 - 1 of 1) 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...]

Completed in 44 milliseconds