Searched refs:shift_overflow (Results 1 – 4 of 4) sorted by relevance
42 bool shift_overflow = (bitrate_bps_ >> exponent) != mantissa; in Parse() local43 if (shift_overflow) { in Parse()
74 bool shift_overflow = in Parse() local76 if (shift_overflow) { in Parse()
162 int shift_overflow(int a, int shift) in shift_overflow() function2736 if(shift_overflow(fragment_buffer_size, 20 - block_log)) in main()2741 if(shift_overflow(data_buffer_size, 20 - block_log)) in main()
402 int shift_overflow(int a, int shift) in shift_overflow() function