Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dtmmb_item.cc42 bool shift_overflow = (bitrate_bps_ >> exponent) != mantissa; in Parse() local
43 if (shift_overflow) { in Parse()
Dremb.cc74 bool shift_overflow = in Parse() local
76 if (shift_overflow) { in Parse()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c162 int shift_overflow(int a, int shift) in shift_overflow() function
2736 if(shift_overflow(fragment_buffer_size, 20 - block_log)) in main()
2741 if(shift_overflow(data_buffer_size, 20 - block_log)) in main()
Dmksquashfs.c402 int shift_overflow(int a, int shift) in shift_overflow() function