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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h128 ** LL_OR Logical or
134 #define LL_OR(r, a, b) ((r) = (a) | (b)) macro
229 #define LL_OR(r, a, b) ((r).lo = (a).lo | (b).lo, \ macro

Completed in 42 milliseconds