Home
last modified time | relevance | path

Searched refs:kTypeMask (Results 1 – 25 of 133) sorted by relevance

123456

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/channels/detail/
H A DPointerVariant.h48 size_t index() const { return static_cast<size_t>(storage_ & kTypeMask); } in index()
81 storage_ = reinterpret_cast<intptr_t>(pointer) | kTypeMask; in set()
86 if (secondType != !!(storage_ & kTypeMask)) { in ensureCorrectType()
91 storage_ & kTypeMask ? folly::demangle(typeid(SecondType).name()) in ensureCorrectType()
96 static constexpr intptr_t kTypeMask = 1; variable
97 static constexpr intptr_t kPointerMask = ~kTypeMask;
H A DAtomicQueue.h88 auto type = static_cast<Type>(storage & kTypeMask); in ~AtomicQueue()
110 assert(!(reinterpret_cast<intptr_t>(node.get()) & kTypeMask)); in push()
114 auto type = static_cast<Type>(storage & kTypeMask); in push()
154 assert(!(reinterpret_cast<intptr_t>(consumer) & kTypeMask)); in wait()
157 auto type = static_cast<Type>(storage & kTypeMask); in wait()
185 auto type = static_cast<Type>(storage & kTypeMask); in close()
205 auto type = static_cast<Type>(storage_ & kTypeMask); in isClosed()
213 auto type = static_cast<Type>(storage & kTypeMask); in getMessages()
236 auto type = static_cast<Type>(storage & kTypeMask); in cancelCallback()
260 static constexpr intptr_t kTypeMask = 3; variable
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/async/
H A DTwoWayBridge.h76 auto type = static_cast<Type>(storage & kTypeMask); in ~AtomicQueueOrPtr()
96 if (static_cast<Type>(storage & kTypeMask) == Type::CLOSED) { in pushOrGetClosedPayload()
102 assert(!(reinterpret_cast<intptr_t>(node.get()) & kTypeMask)); in pushOrGetClosedPayload()
105 auto type = static_cast<Type>(storage & kTypeMask); in pushOrGetClosedPayload()
137 auto type = static_cast<Type>(storage & kTypeMask); in closeOrGetMessages()
160 return static_cast<Type>(storage_ & kTypeMask) == Type::CLOSED; in isClosed()
166 static constexpr intptr_t kTypeMask = 3; variable
167 static constexpr intptr_t kPointerMask = ~kTypeMask;
H A DServerPublisherStream.h73 storage_.load(std::memory_order_relaxed) & kTypeMask, in ~CallOnceFunction()
79 storage_.load(std::memory_order_relaxed) & kTypeMask);
85 if (static_cast<Type>(storage & kTypeMask) == Type::READY) { in call()
103 storage & kTypeMask, static_cast<intptr_t>(Type::WAITING)); in call()
117 if (static_cast<Type>(storage & kTypeMask) == Type::IN_PROGRESS) { in callOrJoin()
144 const intptr_t kTypeMask = 0x3; member
145 const intptr_t kPtrMask = ~kTypeMask;
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/metrics/public/cpp/
H A Dukm_source_id.cc50 static const int64_t kTypeMask = (INT64_C(1) << kNumTypeBits) - 1; in FromOtherId() local
53 DCHECK_EQ(type_bits, type_bits & kTypeMask); in FromOtherId()
62 static const int64_t kTypeMask = (INT64_C(1) << kNumTypeBits) - 1; in GetType() local
63 return static_cast<SourceIdObj::Type>(value_ & kTypeMask); in GetType()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp/
H A DReflection.h31 const uint64_t kTypeMask = (1ULL << kTypeBits) - 1; variable
36 (hash & ~apache::thrift::reflection::detail::kTypeMask) | in makeTypeId()
42 typeId & apache::thrift::reflection::detail::kTypeMask); in getType()
/dports/print/hplip/hplip-3.20.6/prnt/hpijs/
H A Dcompression.h43 #define kTypeMask 0x80 macro
58 #if ((kTypeMask | kCacheLiteralBitsMask | kRoffMask | kReplace_countMask) != 255)
62 #if ((kTypeMask | kCacheBitsMask | kRoffMask | kReplace_countMask) != 255)
H A Ddj9xxvip.h229 #define kTypeMask 0x80 macro
244 #if ((kTypeMask | kCacheLiteralBitsMask | kRoffMask | kReplace_countMask) != 255)
248 #if ((kTypeMask | kCacheBitsMask | kRoffMask | kReplace_countMask) != 255)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/metrics/
H A Dukm_source_id.cc17 const int64_t kTypeMask = (INT64_C(1) << kNumTypeBits) - 1; variable
39 DCHECK_EQ(type_bits, type_bits & kTypeMask); in FromOtherId()
47 return static_cast<UkmSourceId::Type>(value_ & kTypeMask); in GetType()
/dports/print/hplip/hplip-3.20.6/prnt/hpcups/
H A DMode10.h43 #define kTypeMask 0x80 macro
58 #if ((kTypeMask | kCacheLiteralBitsMask | kRoffMask | kReplace_countMask) != 255)
62 #if ((kTypeMask | kCacheBitsMask | kRoffMask | kReplace_countMask) != 255)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/rtp_rtcp/source/
H A Dvideo_rtp_depacketizer_h264.cc40 enum NalDefs : uint8_t { kFBit = 0x80, kNriMask = 0x60, kTypeMask = 0x1F }; enumerator
85 uint8_t nal_type = payload_data[0] & kTypeMask; in ProcessStapAOrSingleNalu()
100 nal_type = payload_data[kStapAHeaderSize] & kTypeMask; in ProcessStapAOrSingleNalu()
121 nalu.type = payload_data[start_offset] & kTypeMask; in ProcessStapAOrSingleNalu()
246 uint8_t original_nal_type = rtp_payload.cdata()[1] & kTypeMask; in ParseFuaNalu()
304 uint8_t nal_type = rtp_payload.cdata()[0] & kTypeMask; in Parse()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/rtp_rtcp/source/
H A Dvideo_rtp_depacketizer_h264.cc40 enum NalDefs : uint8_t { kFBit = 0x80, kNriMask = 0x60, kTypeMask = 0x1F }; enumerator
85 uint8_t nal_type = payload_data[0] & kTypeMask; in ProcessStapAOrSingleNalu()
100 nal_type = payload_data[kStapAHeaderSize] & kTypeMask; in ProcessStapAOrSingleNalu()
121 nalu.type = payload_data[start_offset] & kTypeMask; in ProcessStapAOrSingleNalu()
246 uint8_t original_nal_type = rtp_payload.cdata()[1] & kTypeMask; in ParseFuaNalu()
304 uint8_t nal_type = rtp_payload.cdata()[0] & kTypeMask; in Parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/rtp_rtcp/source/
H A Dvideo_rtp_depacketizer_h264.cc40 enum NalDefs : uint8_t { kFBit = 0x80, kNriMask = 0x60, kTypeMask = 0x1F }; enumerator
85 uint8_t nal_type = payload_data[0] & kTypeMask; in ProcessStapAOrSingleNalu()
100 nal_type = payload_data[kStapAHeaderSize] & kTypeMask; in ProcessStapAOrSingleNalu()
121 nalu.type = payload_data[start_offset] & kTypeMask; in ProcessStapAOrSingleNalu()
246 uint8_t original_nal_type = rtp_payload.cdata()[1] & kTypeMask; in ParseFuaNalu()
304 uint8_t nal_type = rtp_payload.cdata()[0] & kTypeMask; in Parse()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/rtp_rtcp/source/
H A Dvideo_rtp_depacketizer_h264.cc40 enum NalDefs : uint8_t { kFBit = 0x80, kNriMask = 0x60, kTypeMask = 0x1F }; enumerator
85 uint8_t nal_type = payload_data[0] & kTypeMask; in ProcessStapAOrSingleNalu()
100 nal_type = payload_data[kStapAHeaderSize] & kTypeMask; in ProcessStapAOrSingleNalu()
121 nalu.type = payload_data[start_offset] & kTypeMask; in ProcessStapAOrSingleNalu()
246 uint8_t original_nal_type = rtp_payload.cdata()[1] & kTypeMask; in ParseFuaNalu()
304 uint8_t nal_type = rtp_payload.cdata()[0] & kTypeMask; in Parse()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_h264.cc38 enum NalDefs { kFBit = 0x80, kNriMask = 0x60, kTypeMask = 0x1F }; enumerator
55 uint8_t nal_type = payload_data[0] & kTypeMask; in ParseSingleNalu()
62 nal_type = payload_data[offset] & kTypeMask; in ParseSingleNalu()
102 uint8_t original_nal_type = payload_data[1] & kTypeMask; in ParseFuaNalu()
314 uint8_t type = packet.header & kTypeMask; in NextFragmentPacket()
347 uint8_t nal_type = payload_data[0] & kTypeMask; in Parse()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/reflection/internal/
H A Dlegacy_reflection_type_id.cpp35 constexpr auto kTypeMask = (id_t(1) << kTypeBits) - 1; in get_type_id() local
36 return (truncated & ~kTypeMask) | id_t(type); in get_type_id()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/ast/
H A Dt_type.cc34 constexpr uint64_t t_type::kTypeMask; member in apache::thrift::compiler::t_type
70 return (hash & ~t_type::kTypeMask) | static_cast<int>(get_type_value()); in get_type_id()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_h264.cc51 enum NalDefs : uint8_t { kFBit = 0x80, kNriMask = 0x60, kTypeMask = 0x1F }; enumerator
326 uint8_t type = packet->header & kTypeMask; in NextFragmentPacket()
368 uint8_t nal_type = payload_data[0] & kTypeMask; in Parse()
402 uint8_t nal_type = payload_data[0] & kTypeMask; in ProcessStapAOrSingleNalu()
417 nal_type = payload_data[kStapAHeaderSize] & kTypeMask; in ProcessStapAOrSingleNalu()
437 nalu.type = payload_data[start_offset] & kTypeMask; in ProcessStapAOrSingleNalu()
596 uint8_t original_nal_type = payload_data[1] & kTypeMask; in ParseFuaNalu()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/tracing/core/
H A Dmetatrace_writer.cc81 uint16_t type = type_and_id & metatrace::Record::kTypeMask; in WriteAllAvailableEvents()
82 uint16_t id = type_and_id & ~metatrace::Record::kTypeMask; in WriteAllAvailableEvents()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/tracing/core/
H A Dmetatrace_writer.cc81 uint16_t type = type_and_id & metatrace::Record::kTypeMask; in WriteAllAvailableEvents()
82 uint16_t id = type_and_id & ~metatrace::Record::kTypeMask; in WriteAllAvailableEvents()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_h264.cc51 enum NalDefs : uint8_t { kFBit = 0x80, kNriMask = 0x60, kTypeMask = 0x1F }; enumerator
379 uint8_t type = packet->header & kTypeMask; in NextFragmentPacket()
412 uint8_t nal_type = payload_data[0] & kTypeMask; in Parse()
446 uint8_t nal_type = payload_data[0] & kTypeMask; in ProcessStapAOrSingleNalu()
461 nal_type = payload_data[kStapAHeaderSize] & kTypeMask; in ProcessStapAOrSingleNalu()
481 nalu.type = payload_data[start_offset] & kTypeMask; in ProcessStapAOrSingleNalu()
622 uint8_t original_nal_type = payload_data[1] & kTypeMask; in ParseFuaNalu()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_h264.cc51 enum NalDefs : uint8_t { kFBit = 0x80, kNriMask = 0x60, kTypeMask = 0x1F }; enumerator
379 uint8_t type = packet->header & kTypeMask; in NextFragmentPacket()
412 uint8_t nal_type = payload_data[0] & kTypeMask; in Parse()
446 uint8_t nal_type = payload_data[0] & kTypeMask; in ProcessStapAOrSingleNalu()
461 nal_type = payload_data[kStapAHeaderSize] & kTypeMask; in ProcessStapAOrSingleNalu()
481 nalu.type = payload_data[start_offset] & kTypeMask; in ProcessStapAOrSingleNalu()
622 uint8_t original_nal_type = payload_data[1] & kTypeMask; in ParseFuaNalu()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_h264.cc51 enum NalDefs : uint8_t { kFBit = 0x80, kNriMask = 0x60, kTypeMask = 0x1F }; enumerator
379 uint8_t type = packet->header & kTypeMask; in NextFragmentPacket()
412 uint8_t nal_type = payload_data[0] & kTypeMask; in Parse()
446 uint8_t nal_type = payload_data[0] & kTypeMask; in ProcessStapAOrSingleNalu()
461 nal_type = payload_data[kStapAHeaderSize] & kTypeMask; in ProcessStapAOrSingleNalu()
481 nalu.type = payload_data[start_offset] & kTypeMask; in ProcessStapAOrSingleNalu()
622 uint8_t original_nal_type = payload_data[1] & kTypeMask; in ParseFuaNalu()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/include/
H A Dv8-fast-api-calls.h209 ((static_cast<uintptr_t>(ctype) << kTypeOffset) & kTypeMask) | flags);
218 return static_cast<Type>((payload_ & kTypeMask) >> kTypeOffset); in GetType()
233 static constexpr uintptr_t kTypeMask = variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/include/
H A Dv8-fast-api-calls.h217 ((static_cast<uintptr_t>(ctype) << kTypeOffset) & kTypeMask) |
227 return static_cast<Type>((payload_ & kTypeMask) >> kTypeOffset); in GetType()
249 static constexpr uintptr_t kTypeMask = variable

123456