Home
last modified time | relevance | path

Searched refs:processBits (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/websocket/
H A DBaseWebSocketChannel.cpp54 uint64_t processBits = processID & ((uint64_t(1) << kWebSocketIDProcessBits) - 1); in BaseWebSocketChannel() local
63 mSerial = (processBits << kWebSocketIDWebSocketBits) | webSocketBits; in BaseWebSocketChannel()
/dports/comms/redsea/redsea-0.20/src/
H A Dchannel.h65 void processBits(BitBuffer buffer);
H A Dredsea.cc133 channels[i].processBits( in processMPXInput()
H A Dchannel.cc53 void Channel::processBits(BitBuffer buffer) { in processBits() function in redsea::Channel
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/websocket/
H A DBaseWebSocketChannel.cpp53 uint64_t processBits = in BaseWebSocketChannel() local
64 mSerial = (processBits << kWebSocketIDWebSocketBits) | webSocketBits; in BaseWebSocketChannel()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/websocket/
H A DBaseWebSocketChannel.cpp54 uint64_t processBits = in BaseWebSocketChannel() local
65 mSerial = (processBits << kWebSocketIDWebSocketBits) | webSocketBits; in BaseWebSocketChannel()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/websocket/
H A DBaseWebSocketChannel.cpp53 uint64_t processBits = in BaseWebSocketChannel() local
64 mSerial = (processBits << kWebSocketIDWebSocketBits) | webSocketBits; in BaseWebSocketChannel()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/websocket/
H A DBaseWebSocketChannel.cpp53 uint64_t processBits = in BaseWebSocketChannel() local
64 mSerial = (processBits << kWebSocketIDWebSocketBits) | webSocketBits; in BaseWebSocketChannel()
/dports/www/firefox/firefox-99.0/netwerk/protocol/websocket/
H A DBaseWebSocketChannel.cpp53 uint64_t processBits = in BaseWebSocketChannel() local
64 mSerial = (processBits << kWebSocketIDWebSocketBits) | webSocketBits; in BaseWebSocketChannel()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/ipc/
H A DContentChild.cpp3068 uint64_t processBits = processID & ((uint64_t(1) << kWindowIDProcessBits) - 1); in NextWindowID() local
3076 return (processBits << kWindowIDWindowBits) | windowBits; in NextWindowID()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/ipc/
H A DContentChild.cpp2891 uint64_t processBits = in NextWindowID() local
2900 return (processBits << kWindowIDWindowBits) | windowBits; in NextWindowID()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.cpp10037 uint64_t processBits = processId & ((uint64_t(1) << kIdProcessBits) - 1); local
10043 return (processBits << kIdBits) | bits;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp9915 uint64_t processBits = processId & ((uint64_t(1) << kIdProcessBits) - 1); local
9921 return (processBits << kIdBits) | bits;
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.cpp9969 uint64_t processBits = processId & ((uint64_t(1) << kIdProcessBits) - 1); local
9975 return (processBits << kIdBits) | bits;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.cpp10037 uint64_t processBits = processId & ((uint64_t(1) << kIdProcessBits) - 1); local
10043 return (processBits << kIdBits) | bits;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.cpp10042 uint64_t processBits = processId & ((uint64_t(1) << kTabIdProcessBits) - 1); local
10048 return (processBits << kTabIdTabBits) | tabBits;