Searched defs:LL_ADD (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h143 ** LL_ADD Summation (two's complement)
147 #define LL_ADD(r, a, b) ((r) = (a) + (b)) macro
240 #define LL_ADD(r, a, b) { \ macro
429 LL_ADD(l, l, _lo_d); \

Completed in 584 milliseconds