Home
last modified time | relevance | path

Searched refs:shift_overflow (Results 1 – 20 of 20) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtmmb_item.cc42 bool shift_overflow = (bitrate_bps_ >> exponent) != mantissa; in Parse() local
43 if (shift_overflow) { in Parse()
H A Dremb.cc74 bool shift_overflow = in Parse() local
76 if (shift_overflow) { in Parse()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/rtp_rtcp/source/rtcp_packet/
H A Dtmmb_item.cc42 bool shift_overflow = (bitrate_bps_ >> exponent) != mantissa; in Parse() local
43 if (shift_overflow) { in Parse()
H A Dremb.cc74 bool shift_overflow = in Parse() local
76 if (shift_overflow) { in Parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtmmb_item.cc42 bool shift_overflow = (bitrate_bps_ >> exponent) != mantissa; in Parse() local
43 if (shift_overflow) { in Parse()
H A Dremb.cc74 bool shift_overflow = in Parse() local
76 if (shift_overflow) { in Parse()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtmmb_item.cc42 bool shift_overflow = (bitrate_bps_ >> exponent) != mantissa; in Parse() local
43 if (shift_overflow) { in Parse()
H A Dremb.cc74 bool shift_overflow = in Parse() local
76 if (shift_overflow) { in Parse()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtmmb_item.cc42 bool shift_overflow = (bitrate_bps_ >> exponent) != mantissa; in Parse() local
43 if (shift_overflow) { in Parse()
H A Dremb.cc73 bool shift_overflow = (bitrate_bps_ >> exponenta) != mantissa; in Parse() local
74 if (shift_overflow) { in Parse()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtmmb_item.cc42 bool shift_overflow = (bitrate_bps_ >> exponent) != mantissa; in Parse() local
43 if (shift_overflow) { in Parse()
H A Dremb.cc68 bool shift_overflow = (bitrate_bps_ >> exponenta) != mantissa; in Parse() local
69 if (shift_overflow) { in Parse()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtmmb_item.cc42 bool shift_overflow = (bitrate_bps_ >> exponent) != mantissa; in Parse() local
43 if (shift_overflow) { in Parse()
H A Dremb.cc73 bool shift_overflow = (bitrate_bps_ >> exponenta) != mantissa; in Parse() local
74 if (shift_overflow) { in Parse()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dtmmb_item.cc42 bool shift_overflow = (bitrate_bps_ >> exponent) != mantissa; in Parse() local
43 if (shift_overflow) { in Parse()
H A Dremb.cc73 bool shift_overflow = (bitrate_bps_ >> exponenta) != mantissa; in Parse() local
74 if (shift_overflow) { in Parse()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/consts/const-eval/
H A Dshift_overflow.stderr2 --> $DIR/shift_overflow.rs:3:9
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Drtcp_utility.cc1454 bool shift_overflow = exp > 0 && (mantissa >> (64 - exp)) != 0; in ParsePsfbREMBItem() local
1455 if (shift_overflow || bitrate_bps > kMaxBitrateBps) { in ParsePsfbREMBItem()
1519 bool shift_overflow = exp > 0 && (mantissa >> (64 - exp)) != 0; in ParseTMMBRItem() local
1520 if (shift_overflow || bitrate_bps > kMaxBitrateBps) { in ParseTMMBRItem()
1568 bool shift_overflow = exp > 0 && (mantissa >> (64 - exp)) != 0; in ParseTMMBNItem() local
1569 if (shift_overflow || bitrate_bps > kMaxBitrateBps) { in ParseTMMBNItem()
/dports/sysutils/squashfs-tools/squashfs4.4/squashfs-tools/
H A Dunsquashfs.c165 int shift_overflow(int a, int shift) in shift_overflow() function
2925 if(shift_overflow(fragment_buffer_size, 20 - block_log)) in main()
2930 if(shift_overflow(data_buffer_size, 20 - block_log)) in main()
H A Dmksquashfs.c377 int shift_overflow(int a, int shift) in shift_overflow() function