Home
last modified time | relevance | path

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

/aosp_15_r20/external/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()
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs.c163 int shift_overflow(int a, int shift) in shift_overflow() function
2737 if(shift_overflow(fragment_buffer_size, 20 - block_log)) in main()
2742 if(shift_overflow(data_buffer_size, 20 - block_log)) in main()
H A Dmksquashfs.c403 int shift_overflow(int a, int shift) in shift_overflow() function