Searched refs:this_shift (Results 1 – 1 of 1) sorted by relevance
75 int this_shift; in _rotate_left() local79 this_shift = min(shift - shifted, LOCAL_BUF_LEN); in _rotate_left()80 rotate_buf_a_little(buf, this_shift); in _rotate_left()81 shifted += this_shift; in _rotate_left()