Searched refs:PTRBITS_REMOTE_BIT (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.h202 #define PTRBITS_REMOTE_BIT 0x1 macro
H A DipcDConnectService.cpp1150 if (bits & PTRBITS_REMOTE_BIT)
1729 NS_ASSERTION((bits & PTRBITS_REMOTE_BIT) == 0, "remote bit wrong)");
1730 bits |= PTRBITS_REMOTE_BIT;
1738 // NOTE: peer and iid are ignored if bits doesn't contain PTRBITS_REMOTE_BIT
1748 if (bits & PTRBITS_REMOTE_BIT)
1752 bits &= ~PTRBITS_REMOTE_BIT;
2054 PtrBits bits = ((PtrBits)(uintptr_t) wrapper) | PTRBITS_REMOTE_BIT;
2146 if (bits & PTRBITS_REMOTE_BIT)
2187 DConAddr addr = (DConAddr) (bits & ~PTRBITS_REMOTE_BIT);
2705 if (bits & PTRBITS_REMOTE_BIT)
[all...]

Completed in 51 milliseconds