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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h130 ** LL_OR2 A disgusting deviation
136 #define LL_OR2(r, a) ((r) = (r) | (a)) macro
233 #define LL_OR2(r, a) ((r).lo = (r).lo | (a).lo, \ macro

Completed in 43 milliseconds